I have developed a RTSP/RTP media player client based on "LIVE555 Streaming Media" library. I would like to know if there is a possibility to store into a buffer some incoming packets?

Of course. Just do this in your 'sink' objects - i.e., the objects that read data from the "*RTPSource" objects.

I.e., because you have written a "media player client", you must already have some objects that do decoding (after reading from "*RTPSource" objects). Just add some buffering there.
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to