mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
856 B
856 B
status, date, definition
| status | date | definition |
|---|---|---|
| draft | 2026-05-20 | technical |
Rendition selection caps
Apply application and device constraints before adaptive ranking chooses a video rendition.
Proposed direction
- Express caps as composable candidate constraints.
- Keep capability exclusions mandatory and policy caps configurable.
- Support viewport, resolution, bitrate, and customer limits without coupling to DOM reads.
- Define a fallback when constraints remove every candidate.
Before implementation
Specify constraint precedence, update frequency, fallback semantics, and interaction with manual selection. Test conflicting caps, resize, device-pixel ratio, and an empty candidate set.
Related
Multi-signal ABR, HEVC variant selection, and capability probing.