Re: [Live-devel] Streaming RTSP and pulling single frames

2013-02-14 Thread Jeff Shanab
sday, February 14, 2013 9:42 AM To: live-de...@ns.live555.com Subject: [Live-devel] Streaming RTSP and pulling single frames Hello, 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. S

Re: [Live-devel] Streaming RTSP and pulling single frames

2013-02-14 Thread Ross Finlayson
> 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

[Live-devel] Streaming RTSP and pulling single frames

2013-02-14 Thread Czarnek, Matt
Hello, 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 they wo