Re: [Live-devel] How to receive h264 frames in testRTSPClient

2012-05-11 Thread Barry Stump
> > Correct me if I am wrong, but currently testRTSPClient receives RTP > packets. Is there a way to receive the individual h264 frames, Ie. parse > the incoming packets and provide each individual h264 frame (each i frame > and p frames). > > In your MediaSink derived class (called "DummySink" in

[Live-devel] How to receive h264 frames in testRTSPClient

2012-05-11 Thread Gord Umphrey
Hi; Correct me if I am wrong, but currently testRTSPClient receives RTP packets. Is there a way to receive the individual h264 frames, Ie. parse the incoming packets and provide each individual h264 frame (each i frame and p frames). Thanks, Gord. _