All I tried so far was using some source code from openRTSP, but I could actually not figure out where to grab the data.

The "openRTSP" code (in "testProgs/playCommon.cpp") saves its incoming data into a file - using the "FileSink" class. Note that "FileSink" is a subclass of "MediaSink", and implements the virtual function "continuePlaying()".

If you want to instead do something else with the incoming data, you would use a different subclass (that you would write) of "MediaSink".
--

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

Reply via email to