I allow snapshots from my video to be saved when a user pauses and navigates
to a frame.
This is done by encodeing the RGB image into a JPEG image with avcodec.
I also allow pulling a snapshot from a file at a timestamp.
In this case I navigate to the closest keyframe, decode it from h264 and en
> I would like to is pull from a RTSP stream, and then pull individual frames
> (whole images) from it and be able to pass pointers around and use those
> frames from there. Seems like it should be simple but I'm going in circles.
>
> I see testRTSPClient & openRTSP and more or less see how the