mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #3521] Fix support for mixed-protocol subtitles #9576
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/3521
State: closed
Merged: Yes
Changes
When determining the protocol of a subtitle track during encoding, determine the subtitle's protocol from its path instead of using the protocol of the main file. This fixes playback of subtitles with a different protocol than the main media file, e.g. locally stored SRT subtitles with the File protocol and STRM main media files with the HTTP protocol.
Issues
Fixes #2543