Commit 80716d85 authored by Jean-Paul Saman's avatar Jean-Paul Saman

Update test.html for mozilla and activex based browsers.

parent edbf8929
...@@ -552,8 +552,8 @@ function doGo(targetURL) ...@@ -552,8 +552,8 @@ function doGo(targetURL)
// clear() may return before the playlist has actually been cleared // clear() may return before the playlist has actually been cleared
// just wait for it to finish its job // just wait for it to finish its job
} }
var options = new Array(":rtsp-tcp");
var itemId = vlc.playlist.add(targetURL); var itemId = vlc.playlist.add(targetURL,"",options);
if( itemId != -1 ) if( itemId != -1 )
{ {
// clear the message log and enable error logging // clear the message log and enable error logging
......
...@@ -552,8 +552,8 @@ function doGo(targetURL) ...@@ -552,8 +552,8 @@ function doGo(targetURL)
// clear() may return before the playlist has actually been cleared // clear() may return before the playlist has actually been cleared
// just wait for it to finish its job // just wait for it to finish its job
} }
var options = new Array(":rtsp-tcp");
var itemId = vlc.playlist.add(targetURL); var itemId = vlc.playlist.add(targetURL,"",options);
if( itemId != -1 ) if( itemId != -1 )
{ {
// clear the message log and enable error logging // clear the message log and enable error logging
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment