Changes between Initial Version and Version 2 of Ticket #1440


Ignore:
Timestamp:
Mar 8, 2012 7:27:48 AM (12 years ago)
Author:
nanang
Comment:

Reopened for issue:

  • RTCP generation overrides outgoing RTP payload because of shared buffer, so the RTP receiver will get noise.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1440

    • Property Status changed from new to reopened
  • Ticket #1440 – Description

    initial v2  
    11Original report can be found [http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/2012-January/013914.html here]. 
    22 
    3 Additional info about RTCP reduced-size/non-compound in [http://tools.ietf.org/html/rfc5506 rfc5506]. 
     3The problems reported: 
     4 - an RTCP compound packet contains a SDES only. No RR, not even an empty RR. 
     5 - sends SR without attaching an SDES packet 
     6 - sends a BYE packet without an RR and an SDES. 
     7 
     8RFC 3550 6.1: 
     9 - all RTCP packets MUST be sent in a compound packet of at least two individual packets. 
     10 - The first RTCP packet in the compound packet MUST always be a report packet to facilitate header validation as described in Appendix A.2.  This is true even if no data has been sent or received, in which case an empty RR MUST be sent, and even if the only other RTCP packet in the compound packet is a BYE. 
     11 - An SDES packet containing a CNAME item MUST be included in each compound RTCP packet, except as noted in Section 9.1 ''(about confidentiality/encryption)''. 
     12 - Other RTCP packet types, including those yet to be defined, MAY follow in any order, except that BYE SHOULD be the last packet sent with a given SSRC/CSRC.