Re: [Live-devel] Buffer Question

2011-12-22 Thread Ross Finlayson
> Here’s where I’m stuck: > After I get the subsession relating to video started (via: > “mSubsession->sink->startPlaying(*(mSubsession->readSource()),handlePlay,mSubsession);”), > how do I get a populated frame/buffer to pass along to FFmpeg? The incoming data (one frame at a time) is fed into

[Live-devel] Buffer Question

2011-12-22 Thread Menne, Neil
I'm working on updating a couple video widgets for my project; and it seems like Live555 is much more robust for all things RTP/RTSP which is how I get most of my video. I'm trying to forward this on to FFmpeg for decoding. I just finished updating the FFmpeg layer to permit this behavior, and n