Re: [Live-devel] streaming http and h264

2010-03-11 Thread Ross Finlayson
1) can I do http streaming with live555? No. I do not really understand what HTTPSink does. Neither do I :-) This is old code that was apparently used to implement a rudimentary HTTP server specifically for MPEG-1 or 2 video - but I can't remember it actually being used for anything. -

Re: [Live-devel] streaming http and h264

2010-03-11 Thread Ottavio Campana
Il 11/03/10 04.06, Ross Finlayson ha scritto: I implemented rtsp streaming of a h264 video obtained by a custom DeviceSource. Now I would like to embedded the visualization of the video stream in the browser, by exploiting the video tag provided by html5. I tried specifying rtsp:// in the src o

Re: [Live-devel] streaming http and h264

2010-03-10 Thread Ross Finlayson
I implemented rtsp streaming of a h264 video obtained by a custom DeviceSource. Now I would like to embedded the visualization of the video stream in the browser, by exploiting the video tag provided by html5. I tried specifying rtsp:// in the src of the video tag, but it does not seem to wo

[Live-devel] streaming http and h264

2010-03-09 Thread Ottavio Campana
Hi, I implemented rtsp streaming of a h264 video obtained by a custom DeviceSource. Now I would like to embedded the visualization of the video stream in the browser, by exploiting the video tag provided by html5. I tried specifying rtsp:// in the src of the video tag, but it does not seem