Re: [Live-devel] live in VoIP

2008-11-02 Thread Ross Finlayson
1. How can I receive the sender IP 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()". (I need to tell between the senders to the same mul

[Live-devel] live in VoIP

2008-11-02 Thread Stas Desyatnlkov
Hi All, I have a g.729 sink class based on MediaSink. 1) How can I receive the sender IP (I need to tell between the senders to the same multicast address)? 2) I'd also like to receive the sequence number and CSRC identifier at the sink level. Any ideas? __