BackupGGCode / p2p-sip

Open source peer-to-peer Internet telephony (P2P-SIP) software in Python
2 stars 1 forks source link

Parse RTCP SDES packets according to RFC3550 #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
RFC3550 states (6.5 SDES: Source Description RTCP Packet):

The list of items in each chunk
   MUST be terminated by one or more null octets, the first of which is
   interpreted as an item type of zero to denote the end of the list.
   No length octet follows the null item type octet, but additional null
   octets MUST be included if needed to pad until the next 32-bit
   boundary.

So here is a patch.

Original issue reported on code.google.com by hzdb...@gmail.com on 23 Jul 2014 at 6:16

Attachments: