Enclosing streaming video in a web page

I am using motion <http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome>
to monitor a couple of cameras. Motion provides a vrey basic mjpeg
stream via http.

AFAICT it sends http headers followed by jpeg images divided by

Content-Type: multipart/x-mixed-replace;boundary=--video boundary--

How do I go about encapsulating this stream and displaying it on a
website?

Thanks,

--Yan
Captain Dondo [ Di, 29 Januar 2008 16:21 ] [ ID #1919637 ]

Re: Enclosing streaming video in a web page

CptDondo wrote:
> AFAICT it sends http headers followed by jpeg images divided by
> Content-Type: multipart/x-mixed-replace;boundary=--video boundary--
>
> How do I go about encapsulating this stream and displaying it on a
> website?

Using an img element should do the trick in browsers which support this
style of server push (Firefox, Safari and Opera do, Internet Explorer does
not).


--
David Dorward
http://dorward.me.uk/
http://blog.dorward.me.uk/
David Dorward [ Di, 29 Januar 2008 20:40 ] [ ID #1919652 ]
Miscellaneous » alt.html » Enclosing streaming video in a web page

Vorheriges Thema: Is There a Way to Mask the Entry Page?
Nächstes Thema: input type="file"