[vlc-commits] share: fix simple test page since the host is no longer reachable

Felix Paul Kühne git at videolan.org
Mon Jan 27 15:50:23 CET 2014


npapi-vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Jan 27 15:50:20 2014 +0100| [61f59e14ad89604fb28e7b7bff5006b3e9681a40] | committer: Felix Paul Kühne

share: fix simple test page since the host is no longer reachable

> http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=61f59e14ad89604fb28e7b7bff5006b3e9681a40
---

 share/test/simple.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/test/simple.html b/share/test/simple.html
index 84ff5bd..b0df687 100644
--- a/share/test/simple.html
+++ b/share/test/simple.html
@@ -3,7 +3,7 @@
 <script language="javascript">
 
 function play(tgt) {
-    var uri = "http://ipod.free.fr/itrafik.mp4";
+    var uri = "http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4";
     if (document.all) tgt += "_IE"
     var tgt = document.getElementById(tgt);
    // alert(tgt);



More information about the vlc-commits mailing list