question : Firefox plugin
Posted: 16 Mar 2006 05:57
I'm using mandriva 2006, i586 pc.
I start a video streaming using VLC wizard -> choose file -> http streaming....
after that i open firefox and type http://127.0.0.1:8080 but i can't get the video. what should i do to make it works? (I have install vlc plug in for irefox)
I follow web manual and did this
<html>
<head><title>Demo of VLC mozilla plugin</title></head>
<body>
<h1>Demo of VLC mozilla plugin - Example 2</h1>
<embed type="application/x-vlc-plugin"
name="video2"
autoplay="no" loop="no" hidden="yes"
target="http://127.0.0.1:8080" />
<br />
<a href="javascript:;" onclick='document.video2.play()'>Play video2</a>
<a href="javascript:;" onclick='document.video2.stop()'>Stop video2</a>
<a href="javascript:;" onclick='document.video2.fullscreen()'>Fullscreen</a>
</body>
</html>
but nothing happen.
I start a video streaming using VLC wizard -> choose file -> http streaming....
after that i open firefox and type http://127.0.0.1:8080 but i can't get the video. what should i do to make it works? (I have install vlc plug in for irefox)
I follow web manual and did this
<html>
<head><title>Demo of VLC mozilla plugin</title></head>
<body>
<h1>Demo of VLC mozilla plugin - Example 2</h1>
<embed type="application/x-vlc-plugin"
name="video2"
autoplay="no" loop="no" hidden="yes"
target="http://127.0.0.1:8080" />
<br />
<a href="javascript:;" onclick='document.video2.play()'>Play video2</a>
<a href="javascript:;" onclick='document.video2.stop()'>Stop video2</a>
<a href="javascript:;" onclick='document.video2.fullscreen()'>Fullscreen</a>
</body>
</html>
but nothing happen.