mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #10751] Remove HEVC SDR fallback stream #12597
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10751
State: closed
Merged: No
Alternative to #9121
The client starts playback from a stream with an average bitrate. In some cases this is HEVC SDR. After a while, the client switches to the HDR stream, but the server doesn't restart ffmpeg and the client continues playing the old stream.
Since we have a
VideoRangecondition, the HEVC SDR fallback stream is no longer needed, IMO.Alternatively, we can use bitrate copying - #9121
Changes
Remove HEVC SDR fallback stream.
Issues
Fixes #8043
Fixes https://github.com/jellyfin/jellyfin-webos/issues/105
Fixes https://github.com/jellyfin/jellyfin-tizen/issues/163
Fixes https://github.com/jellyfin/jellyfin-webos/issues/59
Fixes https://github.com/jellyfin/jellyfin/issues/5576 (https://github.com/jellyfin/jellyfin/issues/5576#issuecomment-1373901085)
Fixes https://github.com/jellyfin/jellyfin-web/issues/1190