> I've just installed a new version (2012.10.04) of the code that should fix
> this. When a "RTSPClient" requests RTP/RTCP-over-TCP streaming, it is (once
> again) prepared to handle incoming RTP/RTCP-over-TCP data as soon as it
> receives the "SETUP" response, but doesn't start sending RTCP "R
Hi Ross,
A little mistake on my side, the condition for the StreamReplicator should be
if(fNumActiveReplicas == 0 && fInputSource != NULL)
I forgot to the pointer because it is never NULL in my application but it could
be on others. Sorry.
Regards,
Bruno
From: live-devel-boun...@ns.live555.com