mirror of
https://github.com/zoriya/v10.git
synced 2026-08-15 18:34:22 +00:00
docs(spf): note EVENT detection is now consumer-reachable
The DVR-vs-live distinction open question's PLAYLIST-TYPE:EVENT option is available today: playlistType is exposed via getMediaPlaylistMetadata on @videojs/spf/hls and used by the sandbox. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
3cbfdace6c
commit
d4b21954bc
@@ -172,7 +172,11 @@ Things this feature probably forces decisions on, not just additions:
|
||||
inference. (a) is simplest; (b) only covers spec-flagged event
|
||||
streams; (c) is the most adaptive but adds complexity. Likely
|
||||
combination: (b) when the tag is present; otherwise (a) until (c)
|
||||
matures.
|
||||
matures. Update: the parser already extracts `playlistType`
|
||||
(`'VOD' | 'EVENT'`) into the media-playlist metadata, now consumer-reachable
|
||||
via `getMediaPlaylistMetadata` on `@videojs/spf/hls` — so (b) is available
|
||||
today (the `spf-segment-loading` sandbox uses it to classify DVR/EVENT vs
|
||||
sliding live, replacing an earlier window-size heuristic).
|
||||
- **Seekable-range start derivation under server retention.** When
|
||||
the server keeps only the last N hours of segments and the
|
||||
playlist's first segment slides forward over time, the
|
||||
|
||||
Reference in New Issue
Block a user