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