Hi Ross <br>Thank you for your response <br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><div><div>
<div><br></div><blockquote type="cite"><div><span> </span>I tried with some
other test as testMP3Streamer and testMP3receiver, and I dont receive RTCP
receive reports.</div></blockquote><div><br></div></div>"testMP3Streamer" sends RTCP "SR" packets, and will receive RTCP "RR" reports from any (multicast-connected receivers).  "testMP3Receiver" sends RTCP "RR" packets, and will receiver RTCP "SR" packets from "testMP3Streamer" (provided, of course, that multicast routing is enabled between the computers that run "testMP3Streamer" and "testMP3Receiver").</div>

<span><font color="#888888"><br></font></span></div></blockquote><div><br>I tried again testMP3Streamer in multicast and now i receive back the RR. <br>Is there any special reason that works only in multicast (knowing RR is send back in unicast to the original sender) ? I am trying to see how can it works in unicast , but when I call the RTCPInstance, there is no other parameter to change. <br>

<br>Sender<br>videoSink = SimpleRTPSink::createNew(*env, &(*rtpGroupSock), 33,  90000, "video", "mp2t", 1, True, False /*no 'M' bit*/);<br>rtcpInstance = RTCPInstance::createNew(*env, &(*rtcpGroupSock), estimatedSessionBandwidth, cname,videoSink, NULL /* we're a server */, isSSM); <br>

<br>Having isSSM false for Unicast <br><br>Receiver <br>rtpSource = SimpleRTPSource::createNew(*env, &(*rtpGroupSock),33,90000, "video/",0,false );<br>rtcpInstance = RTCPInstance::createNew(*env,&(*rtcpGroupSock),estimatedSessionBandwidth,cname,NULL/* we're a client */,rtpSource);<br>

<br>Thank you <br>Ricardo <br><br><br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><span><font color="#888888"><br>

<div>
<span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px">Ross Finlayson<br>

Live Networks, Inc.<br><a href="http://www.live555.com/" target="_blank">http://www.live555.com/</a></span></span>
</div>
<br></font></span></div><br>_______________________________________________<br>
live-devel mailing list<br>
<a href="mailto:live-devel@lists.live555.com" target="_blank">live-devel@lists.live555.com</a><br>
<a href="http://lists.live555.com/mailman/listinfo/live-devel" target="_blank">http://lists.live555.com/mailman/listinfo/live-devel</a><br>
<br></blockquote></div><br>