npapi-vlc | branch: master | Jean-Baptiste Kempf <[email protected]> | Wed Jan 9 18:23:27 2013 +0100| [479e05c999b3afb3f04b0db9cf5971c158bc6574] | committer: Jean-Baptiste Kempf
Update examples URL files > http://git.videolan.org/gitweb.cgi/npapi-vlc.git/?a=commit;h=479e05c999b3afb3f04b0db9cf5971c158bc6574 --- share/test/VLCcontrols/advanced.html | 4 ++-- share/test/VLCcontrols/example.html | 9 ++++----- share/test/VLCcontrols/example2.html | 6 +++--- share/test/VLCcontrols/example3.html | 6 +++--- share/test/VLCcontrols/example4.html | 4 ++-- share/test/VLCcontrols/example5.html | 4 ++-- 6 files changed, 16 insertions(+), 17 deletions(-) diff --git a/share/test/VLCcontrols/advanced.html b/share/test/VLCcontrols/advanced.html index c45776d..38a7e9f 100644 --- a/share/test/VLCcontrols/advanced.html +++ b/share/test/VLCcontrols/advanced.html @@ -52,7 +52,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND //vlc_controls.options.set("directx-wallpaper"); vlc_controls.onready = function () { - //vlc_controls.play("http://images.apple.com/movies/wb/i_am_legend/i_am_legend-tlr1_h.480.mov"); + //vlc_controls.play("http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4"); var version = vlc_controls.target.versionInfo; if(typeof(version)=="function") version = vlc_controls.target.versionInfo(); document.getElementById("vlc_version").innerHTML = version; @@ -190,7 +190,7 @@ This is an improved version than can use local or external subtitles, transcodin <tr> <td>file to play (file or uri) : </td> <td> - <input type="text" id="filename" value="http://www.revolunet.com/static/download/labo/VLCcontrols/bunny.mp4" size="60"/> + <input type="text" id="filename" value="http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4" size="60"/> </td> </tr> <tr> diff --git a/share/test/VLCcontrols/example.html b/share/test/VLCcontrols/example.html index 772b21b..e021f4c 100644 --- a/share/test/VLCcontrols/example.html +++ b/share/test/VLCcontrols/example.html @@ -84,10 +84,9 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND <p> </p> -<img src="uri.png"/> <input type="text" id="filename" value="http://vlc.Revolunet.Com/Dessin_Anime_BigBuckBunny_HD.avi" size="100"/><button onclick="vlc_controls.play(document.getElementById('filename').value)">play</button><br> -<img src="uri.png"/> <input type="text" id="filename2" value="http://streams.videolan.org/streams-videolan/mp4/cube.mp4" size="100"/><button onclick="vlc_controls.play(document.getElementById('filename2').value)">play</button><br> -<img src="uri.png"/> <input type="text" id="filename3" value="http://streams.videolan.org/streams-videolan/matroska/Matrik_Subtitles.mkv" size="100"/><button onclick="vlc_controls.play(document.getElementById('filename3').value)">play</button><br> -<img src="uri.png"/> <input type="text" id="filename4" value="http://streams.videolan.org/streams-videolan/matroska/Matrik_Subtitles.mkv" size="100"/><button onclick="vlc_controls.play(document.getElementById('filename4').value)">play</button><br> +<img src="uri.png"/> <input type="text" id="filename2" value="http://streams.videolan.org/streams/mp4/cube.mp4" size="100"/><button onclick="vlc_controls.play(document.getElementById('filename2').value)">play</button><br> +<img src="uri.png"/> <input type="text" id="filename3" value="http://streams.videolan.org/streams/matroska/Matrik_Subtitles.mkv" size="100"/><button onclick="vlc_controls.play(document.getElementById('filename3').value)">play</button><br> +<img src="uri.png"/> <input type="text" id="filename4" value="http://streams.videolan.org/streams/matroska/Matrik_Subtitles.mkv" size="100"/><button onclick="vlc_controls.play(document.getElementById('filename4').value)">play</button><br> <button onclick="seek(30)">seek position to 30seconds</button> @@ -102,4 +101,4 @@ any comments welcome on : <a href="mailto:[email protected]&subject=VLCjs">c </center> -</body> \ No newline at end of file +</body> diff --git a/share/test/VLCcontrols/example2.html b/share/test/VLCcontrols/example2.html index 8167527..7fb79f6 100644 --- a/share/test/VLCcontrols/example2.html +++ b/share/test/VLCcontrols/example2.html @@ -46,7 +46,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND vlc_controls = new VLCcontrols(myvlc); vlc_controls.onready = function () { - vlc_controls.play("http://images.apple.com/movies/wb/i_am_legend/i_am_legend-tlr1_h.480.mov"); + vlc_controls.play("http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4"); } } @@ -75,10 +75,10 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND <p> </p> <b>try any uri or local file : </b><br><br> -<img src="uri.png"/> <input type="text" id="filename" value="http://images.apple.com/movies/wb/i_am_legend/i_am_legend-tlr1_h.480.mov" size="100"/><button onclick="vlc_controls.play(document.getElementById('filename').value)">play</button> +<img src="uri.png"/> <input type="text" id="filename" value="http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4" size="100"/><button onclick="vlc_controls.play(document.getElementById('filename').value)">play</button> <p> </p> any comments welcome on : <a href="mailto:[email protected]&subject=VLCjs">[email protected]</a> </center> -</body> \ No newline at end of file +</body> diff --git a/share/test/VLCcontrols/example3.html b/share/test/VLCcontrols/example3.html index bd55126..a5c3ce3 100644 --- a/share/test/VLCcontrols/example3.html +++ b/share/test/VLCcontrols/example3.html @@ -52,7 +52,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND //vlc_controls.options.set("directx-wallpaper"); vlc_controls.onready = function () { - vlc_controls.play("http://images.apple.com/movies/wb/i_am_legend/i_am_legend-tlr1_h.480.mov"); + vlc_controls.play("http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4"); } //waitControlsLoaded(); @@ -93,10 +93,10 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND <p> </p> <b>try any uri or local file : </b><br><br> -<img src="uri.png"/> <input type="text" id="filename" value="http://images.apple.com/movies/wb/i_am_legend/i_am_legend-tlr1_h.480.mov" size="100"/><button onclick="vlc_controls.play(document.getElementById('filename').value)">play</button> +<img src="uri.png"/> <input type="text" id="filename" value="http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4" size="100"/><button onclick="vlc_controls.play(document.getElementById('filename').value)">play</button> <p> </p> any comments welcome on : <a href="mailto:[email protected]&subject=VLCjs">[email protected]</a> </center> -</body> \ No newline at end of file +</body> diff --git a/share/test/VLCcontrols/example4.html b/share/test/VLCcontrols/example4.html index 624c19f..4b5fa8e 100644 --- a/share/test/VLCcontrols/example4.html +++ b/share/test/VLCcontrols/example4.html @@ -95,10 +95,10 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND <p> </p> <b>try any uri or local file : </b><br><br> -<img src="uri.png"/> <input type="text" id="filename" value="http://code.revolunet.com/VLCjs/rambo.mpg" size="50"/><button onclick="vlc_controls.play(document.getElementById('filename').value)">play</button> +<img src="uri.png"/> <input type="text" id="filename" value="http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4" size="50"/><button onclick="vlc_controls.play(document.getElementById('filename').value)">play</button> <p> </p> any comments welcome on : <a href="mailto:[email protected]&subject=VLCjs">[email protected]</a> </center> -</body> \ No newline at end of file +</body> diff --git a/share/test/VLCcontrols/example5.html b/share/test/VLCcontrols/example5.html index e244602..fc9113d 100644 --- a/share/test/VLCcontrols/example5.html +++ b/share/test/VLCcontrols/example5.html @@ -59,7 +59,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND // -V image --start-time 0 --stop-time 1 --image-out-format jpg --image-out-ratio 24 --image-out-prefix snap vlc_controls.onready = function () { - vlc_controls.play("http://code.revolunet.com/VLCjs/rambo.mpg"); + vlc_controls.play("http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4"); } //waitControlsLoaded(); @@ -100,7 +100,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND <p> </p> <b>try any uri or local file : </b><br><br> -<img src="uri.png"/> <input type="text" id="filename" value="http://code.revolunet.com/VLCjs/rambo.mpg" size="50"/><button onclick="vlc_controls.play(document.getElementById('filename').value)">play</button> +<img src="uri.png"/> <input type="text" id="filename" value="http://streams.videolan.org/streams/mp4/Mr_MrsSmith-h264_aac.mp4" size="50"/><button onclick="vlc_controls.play(document.getElementById('filename').value)">play</button> <p> </p> any comments welcome on : <a href="mailto:[email protected]&subject=VLCjs">[email protected]</a> _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
