Skip to content

Commit

Permalink
livestreaming: use SeekHead instead of fake MetaSeek element name
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Jul 3, 2022
1 parent ca185e6 commit 07468fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions streaming.md
Expand Up @@ -36,11 +36,11 @@ of the `Segment Element` **MUST** be set to 1. Another option is to concatenate
with known sizes, one after the other. This solution allows a change of codec/resolution
between each segment. For example, this allows for a switch between 4:3 and 16:9 in a television program.

When `Segment Elements` are continuous, certain `Elements`, like `MetaSeek`, `Cues`,
When `Segment Elements` are continuous, certain `Elements`, like `SeekHead`, `Cues`,
`Chapters`, and `Attachments`, **MUST NOT** be used.

It is possible for a `Matroska Player` to detect that a stream is not seekable.
If the stream has neither a `MetaSeek` list or a `Cues` list at the beginning of the stream,
If the stream has neither a `SeekHead` list or a `Cues` list at the beginning of the stream,
it **SHOULD** be considered non-seekable. Even though it is possible to seek blindly forward
in the stream, it is **NOT RECOMMENDED**.

Expand Down

0 comments on commit 07468fc

Please sign in to comment.