mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #7435] Fix the fMP4 HLS audio sync issue on Safari #11401
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/7435
State: closed
Merged: Yes
Changes
Previously in #7338 the
-noaccurate_seekwas disabled in all HLS containers, resulting in the remux audio cannot be synced to the transcode video in fMP4 container. This issue can be reproduced on Safari. So change to remove this option on TS container only.