[vlc] HTML4 video tag and web plugin
Joseph Piron
joseph.piron at gmail.com
Wed May 11 17:58:33 CEST 2011
it's HTML 5 of course, sorry...
On 11 May 2011, at 17:57, Joseph Piron wrote:
> 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 !!!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/vlc/attachments/20110511/b769bd70/attachment.html>
More information about the vlc
mailing list