> Using the class QuickTimeFileSink, how to access the buffer and the number of 
> bytes captured RTSP.
> DummySink this information are fReceiveBuffer and frameSize. I need access to 
> this data!

Why?  The "QuickTimeFileSink" class automatically writes its incoming data into 
a (MOV or MP4-format) file.  This data will be in the output file (named 
"video.mp4", in your case).

If, however, you want to do something else with the incoming data, in addition 
to writing it to a "QuickTimeFileSink", then you could do so, using the 
"StreamReplicator" class.

However, I'm not going to give you any help with that, until you first 
demonstrate that you can properly write your stream to a MP4-format file using 
"openRTSP".


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