Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
1answer
516 views

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 ...
4
votes
3answers
629 views

HTML5 live video “hack”

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 ...
4
votes
2answers
731 views

Implement IP camera

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 ...
1
vote
0answers
144 views

when encoding live video with avcodec/H264

I want to encode live video whith avcodec/H264. I tryed with some setting params. m_pCodec = avcodec_find_encoder(CODEC_ID_H264); m_pCodecCtx = avcodec_alloc_context3(m_pCodec); ...
1
vote
2answers
1k views

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): ...
1
vote
2answers
3k views

Convert rtsp video stream to http stream

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 ...
1
vote
2answers
1k views

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 ...
0
votes
0answers
4 views

How do I capture live video from my webcam using labview 2012?

I was wondering if it would be possible to capture the live video from my integrated webcam using Labview 2012(National Instruments). All I need to do for now is put the camera in the front panel. ...
0
votes
0answers
30 views

Peer to peer video streaming

I am trying to develop a peer to peer application which will stream live video between the clients. The clients will be joining in and will then be able to stream. The below code does not crash but ...
0
votes
1answer
4k views

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 ...
0
votes
3answers
151 views

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 ...