RFC Errata
Found 1 record.
Status: Verified (1)
RFC 8851, "RTP Payload Format Restrictions", January 2021
Source of RFC: mmusic (art)
Errata ID: 7132
Status: Verified
Type: Technical
Publication Format(s) : TEXT, PDF, HTML
Reported By: Byron Campen
Date Reported: 2022-09-14
Verifier Name: Murray Kucherawy
Date Verified: 2022-10-13
Section 10 says:
rid-id = 1*(alpha-numeric / "-" / "_")
It should say:
rid-id = 1*255(alpha-numeric)
Notes:
The BNF should be consistent with the rules for the RtpStreamId/RepairedRtpStreamId SDES from RFC 8852 section 3:
"As with all SDES items, RtpStreamId and RepairedRtpStreamId are limited to a total of 255 octets in length. RtpStreamId and RepairedRtpStreamId are constrained to contain only alphanumeric characters. For avoidance of doubt, the only allowed byte values for these IDs are decimal 48 through 57, 65 through 90, and 97 through 122."