mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
790 B
790 B
status, date, definition
| status | date | definition |
|---|---|---|
| draft | 2026-05-20 | technical |
DVR and event-stream support
Support growing HLS event playlists with a seekable back window and a clean transition to a completed presentation.
Proposed direction
- Build on the live playlist reload lifecycle.
- Derive seekable range from retained segments rather than wall-clock duration.
- Preserve playback position as the window grows or slides.
- Transition to VOD-style completion when the playlist ends.
Before implementation
Define window eviction, duration reporting, live-edge behavior, and event-to-VOD transition semantics. Test back-seeks across reloads, discontinuities, and playlist completion.