Comment # 12
on bug 8355
from Jonathan Lennox
Robert Jongbloed: your patch only handles RTCP packets with types in the range
200-204 (corresponding to RTP conflict payload types 72-76), but this is
insufficient.
The currently assigned RTCP packet types are 192-195 and 200-211 (corresponding
to RTP payload types 64-67 and 72-83) -- see
http://www.iana.org/assignments/rtp-parameters/rtp-parameters.xhtml#rtp-parameters-4
.
The RTCP primary assignment range is 192-223, corresponding to a conflict
payload type range of 64-95, so I think that's probably what the patch should
use. Either that, or it should be specified as a config option for the RTP
protocol.
You are receiving this mail because:
- You are watching all bug changes.