I'm using the Live555 in order to make a unicast transmission of an MPEG2T.
my sender and receiver are both Live555 .
I used the DEBUG mode on RTCP.CPP to check the messages .
I noticed that the receiver sends the RTCP packets only to itself (they are being received on 127.0.0.1 and on the same port where it receives all RTCP pacekts).
doesn't the sender need to receive those packets?
I couldn't find the code (if there is any) where the IP/PORT of the new sender is being saved in order to send it those feedback messages.

This is why you should be using RTSP; our RTSP client implementation does this automatically.

But because you're not using RTSP, you have to do it yourself: call "changeDestinationParameters()" on your RTCP 'groupsock' object. See <http://www.live555.com/liveMedia/faq.html#unicast>
--

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