feat(web): hls player (#28312)

* update e2e

* hls player

* fix transcoding restart on explicit quality selection

* move level filtering to manager

* move init to manager declaration

* refactor commit on release

* these lints...

* fix seek sometimes being ignored

* fix panic downswitch
This commit is contained in:
Mert 2026-06-01 15:49:57 -04:00 committed by GitHub
parent 7eabac6702
commit 138e2d9158
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 449 additions and 36 deletions

View file

@ -21682,6 +21682,10 @@
"description": "Whether password login is enabled",
"type": "boolean"
},
"realtimeTranscoding": {
"description": "Whether real-time transcoding is enabled",
"type": "boolean"
},
"reverseGeocoding": {
"description": "Whether reverse geocoding is enabled",
"type": "boolean"
@ -21714,6 +21718,7 @@
"oauthAutoLaunch",
"ocr",
"passwordLogin",
"realtimeTranscoding",
"reverseGeocoding",
"search",
"sidecar",