[vlc] HTML5 video tag and web plugin
Joseph Piron
joseph.piron at gmail.com
Wed May 11 17:54:28 CEST 2011
Dear users,
I'm trying to convert the webpages I developed using the videolan web plugin to html5 video tag.
My installation is the following:
axis m1011 ------ rtsp h264 stream --- > vlc (encapsulate in http ts tream without transcoding) ------ http ts stream ------> web page with several instances of plugin.
For some reason, it doesn't work..
I tried with chrome, safari and firefox but in the html5 tag, nothing happens.
Here's a sample of this webpage:
<embed type="application/x-vlc-plugin"
name="vlcVideo"
id="vlc0"
autoplay="yes" loop="no" hidden="no"
target="rtsp://192.168.1.143/axis-media/media.amp"
width="400"
height="300">
</embed>
(doesn't work)
<embed type="application/x-vlc-plugin"
name="vlcVideo"
id="vlc0"
autoplay="yes" loop="no" hidden="no"
target="http://hal:10000"
width="400"
height="300">
</embed>
(work, after reencapsulation)
<video controls width=320>
<source src="http://hal:10000" type='video/mp4'/>
</video>
(doesn't work...)
<img src="http://192.168.1.143/axis-cgi/mjpg/video.cgi"/>
Could someone please help me with this ?
Thanks in advance !!!
More information about the vlc
mailing list