[Live-devel] Adding additional parameters to SR sent by openRTSP

Ross Finlayson finlayson at live555.com
Tue Jan 10 12:32:54 PST 2006


>I would like to add additional parameters to the Sender Reports sent by the
>openRTSP program..
>which file do i modify to do this?

liveMedia/RTCP.cpp

Of course, you shouldn't make changes to the Sender Report packets 
that will be incompatible with the RTCP standard.

>i would also like to read time stamps coming from each rtp packet received by
>openRTSP
>which file does this?

The presentation time stamp for each frame is passed to the data 
sink's 'after getting' function.  See, for example, 
"FileSink::afterGettingFrame1()" in "liveMedia/FileSink.cpp", and 
note how openRTSP's "-m" option is implemented.


	Ross Finlayson
	Live Networks, Inc. (LIVE555.COM)
	<http://www.live555.com/>



More information about the live-devel mailing list