RFC Errata
RFC 2326, "Real Time Streaming Protocol (RTSP)", April 1998
Note: This RFC has been obsoleted by RFC 7826
Source of RFC: mmusic (rai)
Errata ID: 5079
Status: Rejected
Type: Technical
Publication Format(s) : TEXT
Reported By: Vadim Zhukov
Date Reported: 2017-08-08
Rejected by: Ben Campbell
Date Rejected: 2017-09-13
Section 10.8 says:
S->C: GET_PARAMETER rtsp://example.com/fizzle/foo RTSP/1.0 CSeq: 431 Content-Type: text/parameters Session: 12345678 Content-Length: 15 packets_received jitter
It should say:
S->C: GET_PARAMETER rtsp://example.com/fizzle/foo RTSP/1.0 CSeq: 431 Content-Type: text/parameters Session: 12345678 Content-Length: 24 packets_received jitter
Notes:
The Content-Length value is wrong, it should be either 24 (as proposed) or 26, depending on end-of-line marker used for message content.
--VERIFIER NOTES--
RFC 2326 has been obsoleted by RFC 7826. The similar examples in RFC 7826 appear to have correct content-length field values.