From 80716d851ccc62766d4d5b0164c4d8aad3cd0a86 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Fri, 1 May 2009 15:35:12 +0200 Subject: [PATCH] Update test.html for mozilla and activex based browsers. --- 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 c618e30e37..f87932eac7 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 c618e30e37..f87932eac7 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 -- 2.20.1