RFC Errata
Found 2 records.
Status: Reported (2)
RFC 9559, "Matroska Media Container Format Specification", October 2024
Source of RFC: cellar (art)
Errata ID: 8615
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Steve Lhomme
Date Reported: 2025-10-27
Section 5.1.4.1.24 says:
path: \Segment\Tracks\TrackEntry\AttachmentLink maxOccurs: 1 maxver: 3
It should say:
path: \Segment\Tracks\TrackEntry\AttachmentLink maxver: 3
Notes:
The "maxOccurs" set to 1 is bogus. There can more more than one AttachmentLink in a TrackEntry. It should be removed to allow any number of AttachmentLink per TrackEntry.
This corresponds to this fix: https://github.com/ietf-wg-cellar/matroska-specification/pull/932
Errata ID: 8616
Status: Reported
Type: Technical
Publication Format(s) : TEXT
Reported By: Steve Lhomme
Date Reported: 2025-10-27
Section 22 says:
(via the CueClusterPosition element). Additional non-mandated elements are part of the CuePoint element, such as CueDuration, CueRelativePosition, CueCodecState, and others that provide any Matroska Reader with additional information to use in the optimization of seeking performance.
It should say:
(via the CueClusterPosition element). Additional non-mandated elements are part of the CuePoint element, such as CueDuration, CueRelativePosition, CueCodecState, and others that provide any Matroska Reader with additional information to use in the optimization of seeking performance. The absolute timestamp stored in CueTime corresponds to the sum of the Cluster Timestamp and the Block Timestamp. The CodecDelay, DiscardPadding and SeekPreRoll are not taken in account.
Notes:
The CueTime was under specified. It wasn't clear what time elements should be included and excluded from that value.
This new chapter adds the missing part. It corresponds to this fix: https://github.com/ietf-wg-cellar/matroska-specification/pull/946
