mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #8280] Fix ffmpeg analyze duration env var taking priority over media source #11676
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/8280
State: closed
Merged: Yes
Changes
This changes the order that analyze duration values are applied so media source values take precedence over the ffmpeg environment variable/setting.
Issues
Fixes the long delay when starting a live tv stream by honoring the analyze duration set at the media source level that has been ignored since 10.8.1.
Related discussion: https://github.com/jellyfin/jellyfin/issues/3930#issuecomment-1166172969
Related PR: https://github.com/jellyfin/jellyfin/pull/7828