<!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>
</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. Instead, to identify the media source, you want the RTP
"SSRC" , which can be obtained by calling
"RTPSource::lastReceivedSSRC()".</div>
<div><br></div>
<div><font size="-1"> (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>
</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). You *could* get the RTP sequence number of the most
recently-received packet by calling
"RTPSource::curPacketRTPSeqNum()", 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>