RFC Errata
RFC 7728, "RTP Stream Pause and Resume", February 2016
Source of RFC: avtext (art)See Also: RFC 7728 w/ inline errata
Errata ID: 5540
Status: Verified
Type: Technical
Publication Format(s) : TEXT
Reported By: Nicholas Wilson
Date Reported: 2018-11-02
Verifier Name: Ben Campbell
Date Verified: 2018-11-05
Section 8.2. PAUSED says:
PAUSED SHALL contain a fixed-length 32-bit parameter at the start of the Type Specific field with the extended RTP sequence number of the last RTP packet sent before the RTP stream was paused, in the same format as the extended highest sequence number received (Section 6.4.1 of [RFC3550]).
It should say:
PAUSED SHALL contain a fixed-length 32-bit parameter at the start of the Type Specific field with the extended RTP sequence number of the last RTP packet sent before the RTP stream was paused, in the same format as the extended highest sequence number received (Section 6.4.1 of [RFC3550]), or, if no packet has been sent, the value one less than the sequence number that will be chosen for the next packet sent (modulo 2^32).
Notes:
The paragraph leaves the value of the parameter undefined when the stream is paused before any data has been sent.