[Live-devel] Developing VoIP Application
    Ross Finlayson 
    finlayson at live.com
       
    Sun Feb  6 09:05:53 PST 2005
    
    
  
>It seems that kphone does not offer RTCP services, and from the SDP RFC I
>gather that this is correctly annonced by:
>
>m=audio 32772 RTP/AVP 3 97 0
>
>If it advertised RTCP as well the SDP Message should have been
>
>m=audio 32772/2 RTP/AVP 3 97 0
No.  RTCP is assumed to use the next (i.e., odd-numbered) port.  It is not 
explicitly mentioned in the SDP.
>So, is there a possibility to send and recieve RTP packets without RTCP with
>livemedia?
No, RTCP will always be implemented by default, because the standards 
prescribe that RTCP should be implemented.  If you really want to, you can 
remove the calls to "RTCPInstance::createNew()".  You shouldn't need to 
though; RTCP doesn't do any harm (and does a lot of good), so you should 
just keep it.
	Ross Finlayson
	LIVE.COM
	<http://www.live.com/>
    
    
More information about the live-devel
mailing list