mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
825 B
825 B
status, date, definition
| status | date | definition |
|---|---|---|
| draft | 2026-05-20 | technical |
LL-HLS support
Extend live HLS playback with partial segments, preload hints, server-control directives, and blocking reload.
Proposed direction
- Build on the normal live reload and timeline model.
- Represent parts without creating a parallel track model.
- Treat preload hints as provisional work that can be cancelled or replaced.
- Respect server hold-back and blocking-reload policy.
Before implementation
Define part identity, append ordering, rendition reports, skip support, fallback to regular HLS, and latency control. Verify missed parts, stale hints, discontinuities, and servers with partial LL-HLS support.