read live555 stream with mozilla-plugin

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
VLCNewDev
Blank Cone
Blank Cone
Posts: 25
Joined: 07 Mar 2010 20:47

read live555 stream with mozilla-plugin

Postby VLCNewDev » 08 Jun 2010 06:06

Hi every body,
I use live555 to stream video and I successfully read the video when I use (for example)

Code: Select all

vlc rtsp://192.168.1.2:8554/test
but when I use this template http://www.videolan.org/doc/vlc-user-guide/en/ch07.html and I put "rtsp://192.168.1.2:8554/test" like a target I can't read any thing.
Isn't possible to request a video streamed by live555 when we use mozilla-plugin?
I am looking for an answer as soon as possible :) .
Thanks...

djstava
Blank Cone
Blank Cone
Posts: 70
Joined: 17 Dec 2009 05:17

Re: read live555 stream with mozilla-plugin

Postby djstava » 09 Jun 2010 04:10

Hi every body,
I use live555 to stream video and I successfully read the video when I use (for example)

Code: Select all

vlc rtsp://192.168.1.2:8554/test
but when I use this template http://www.videolan.org/doc/vlc-user-guide/en/ch07.html and I put "rtsp://192.168.1.2:8554/test" like a target I can't read any thing.
Isn't possible to request a video streamed by live555 when we use mozilla-plugin?
I am looking for an answer as soon as possible :) .
Thanks...
First,make sure that vlc plugin for firefox is installed correctly.
Second,try this in html

Code: Select all

<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" width="1024" height="500" border="0" id="vlc"> </embed> <script language="Javascript"> var vlc=document.getElementById("vlc"); var id=vlc.playlist.add("rtsp://127.0.0.1:8554/file"); vlc.playlist.playItem(id); </script>

VLCNewDev
Blank Cone
Blank Cone
Posts: 25
Joined: 07 Mar 2010 20:47

Re: read live555 stream with mozilla-plugin

Postby VLCNewDev » 11 Jun 2010 23:27

Thanks,
First,make sure that vlc plugin for firefox is installed correctly.
I use

Code: Select all

sudo make install
to install mozilla plugin from sources.
Note : I tried your html code but I didn't get any result!

djstava
Blank Cone
Blank Cone
Posts: 70
Joined: 17 Dec 2009 05:17

Re: read live555 stream with mozilla-plugin

Postby djstava » 21 Jun 2010 07:37

Make sure libvlcplugin.so file in the following dirs:

/usr/lib/mozilla/plugins/libvlcplugin.so
/usr/lib/xulrunner-addons/plugins/libvlcplugin.so
/usr/lib/mozilla-firefox/plugins/libvlcplugin.so
/usr/local/lib/mozilla/plugins/libvlcplugin.so


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 25 guests