live-video

How do I stream Live Video

I'm looking for solutions that will allow me to have a Live Video feed setup at one location and, via the internet, watch the video stream at a remote location. The goal is to have a live high quality video training session that remote users can watch from their own locations. Any technology will work. High Quality is a must. I'm most ...

Implement IP camera

Hi. We have a device that has an analog camera. We have a card that samples it and digitizes it. This is all done in directx. At this point in time, replacing hardware is not an option, but we need to code such that we can see this video feed real-time regardless of any hardware or underlying operating system changes occur in the future...

How can I programmatically realistically modify a video clip while playing?

A while ago I came across an interesting array of video presentations on a German company's website. They deal with modifying a video stream while it's playing, and I remained pleasantly impressed by the accuracy and smoothness of this technique. Out of all these presentations, I considered one of them quite fascinating in terms of text ...

iPhone Live Video Stream Media Player

I'm hoping to make an app that streams live video that has a view placed on top with labels and a button on it. From my research and testing of the http video streaming feature (available since iPhone 3.0 OS), it seems that you create a webview that points to the index html that contains the converted video stream, and this displays as...

Convert rtsp video stream to http stream

Hi I have the rtsp URL for a live video stream which I would like to access as an HTTP stream. Can someone please tell me if there are any components out there which I can put on my server to do this? I do not have any idea how I can implement this. Would appreciate a heads up. Thanks. ...

Play RTSP/MMS/Http live video feeds in WPF

I'd like to pull a live video feed into WPF but the MediaElement doesn't appear to support these protocols. An example video stream is here (BP oil leak live feed): http://mfile.akamai.com/97892/live/reflector:45683.asx?bkup=45684 Are there any solutions for playing live streaming formats in WPF? I had hopes for using the VideoLan Do...

How to publish multiple bit rate(MBR) live video?

I've searched quite a few threads: http://www.developsigner.com/blog/2009/05/28/multi-bitrate-live-streaming-with-fmle-adobe-flash-media-live-encoder http://forums.adobe.com/thread/27371 dynamicStream.addStream("livestream1",200); dynamicStream.addStream("livestream2",400); dynamicStream.addStream("livestream2",600); vid.play2(dynam...

HTML5 live video "hack"

Hi, For the last two month I have been trying to "fool" safari into thinking that it's looking at a file on the server, which in fact is a live video stream from a camera encoded and muxed upon request using Gstreamer into a format that is supported by the browser. Since HTML5 supports progressive video downloads this should at least be...