<!doctype html public "-//W3C//DTD W3 HTML//EN">
<html><head><style type="text/css"><!--
blockquote, dl, ul, ol, li { padding-top: 0 ; padding-bottom: 0 }
 --></style><title>Re: [Live-devel] live in VoIP</title></head><body>
<blockquote type="cite" cite>
<blockquote><font size="-1">1.<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>How can I receive the sender IP</font></blockquote>
</blockquote>
<div><br></div>
<div>Our RTP receiving code does not expose this - but you don't need
it.&nbsp; Instead, to identify the media source, you want the RTP
&quot;SSRC&quot; , which can be obtained by calling
&quot;RTPSource::lastReceivedSSRC()&quot;.</div>
<div><br></div>
<div><font size="-1">&nbsp;(I need to tell between the senders to the
same multicast address)?</font><br>
</div>
<blockquote type="cite" cite>
<blockquote><font size="-1">2.<x-tab>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
</x-tab>I'd also like to receive the sequence number and CSRC
identifier at the sink level.</font></blockquote>
</blockquote>
<div><br></div>
<div>You can't get the CSRC (because our code ignores any CSRC
fields).&nbsp; You *could* get the RTP sequence number of the most
recently-received packet by calling
&quot;RTPSource::curPacketRTPSeqNum()&quot;, but in reality, you
probably don't need this.</div>
<x-sigsep><pre>-- 
</pre></x-sigsep>
<div><br>
Ross Finlayson<br>
Live Networks, Inc.<br>
http://www.live555.com/</div>
</body>
</html>