[Live-devel] RTCP not closed right

Ross Finlayson finlayson at live.com
Tue Nov 23 08:32:05 PST 2004


>I'm using a RTSP server and a RTSP client in one application, but when the 
>RTCP Client is closed i get an error.

Vincent,

I suspect that the fact that you have a RTSP server in the same application 
is a red herring here.

>It's looks like the RTCP socket and objects aren't cleaned up right.
>
>how should i clean these up?

Each "RTCPInstance" object must be closed *before* its corresponding 
"RTPSource" object.  I suspect that you are closing a "RTPSource" first - 
which is wrong, because the "RTCPInstance" object will still refer to it.


	Ross Finlayson
	LIVE.COM
	<http://www.live.com/>



More information about the live-devel mailing list