[vlc-devel] commit: Update test.html for mozilla and activex based browsers. ( Jean-Paul Saman )
git version control
git at videolan.org
Tue May 5 11:48:48 CEST 2009
vlc | branch: master | Jean-Paul Saman <jpsaman at videolan.org> | Fri May 1 15:35:12 2009 +0200| [80716d851ccc62766d4d5b0164c4d8aad3cd0a86] | committer: Jean-Paul Saman
Update test.html for mozilla and activex based browsers.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=80716d851ccc62766d4d5b0164c4d8aad3cd0a86
---
projects/activex/test.html | 4 ++--
projects/mozilla/test.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/projects/activex/test.html b/projects/activex/test.html
index c618e30..f87932e 100644
--- a/projects/activex/test.html
+++ b/projects/activex/test.html
@@ -552,8 +552,8 @@ function doGo(targetURL)
// clear() may return before the playlist has actually been cleared
// just wait for it to finish its job
}
-
- var itemId = vlc.playlist.add(targetURL);
+ var options = new Array(":rtsp-tcp");
+ var itemId = vlc.playlist.add(targetURL,"",options);
if( itemId != -1 )
{
// clear the message log and enable error logging
diff --git a/projects/mozilla/test.html b/projects/mozilla/test.html
index c618e30..f87932e 100644
--- a/projects/mozilla/test.html
+++ b/projects/mozilla/test.html
@@ -552,8 +552,8 @@ function doGo(targetURL)
// clear() may return before the playlist has actually been cleared
// just wait for it to finish its job
}
-
- var itemId = vlc.playlist.add(targetURL);
+ var options = new Array(":rtsp-tcp");
+ var itemId = vlc.playlist.add(targetURL,"",options);
if( itemId != -1 )
{
// clear the message log and enable error logging
More information about the vlc-devel
mailing list