My Jellyfin server is 10.10.3 via LinuxServer's Docker image. This is occurring on Jellyfin for Kodi versions 1.0.4, 1.0.5, and 1.0.6.
When "Force transcode" and "Allow burned subtitles" are enabled and an external SRT is selected, the streamed video does not have the subtitles burned into them. Looking at the Kodi logs, the to-be-streamed URL that's generated looks similar to:
Playing the same video via the Jellyfin web UI, the subtitles get burned in without issue. Looking at the generated URL, I noticed that SubtitleMethod=Encode was one of the URL parameters missing. If I append it to the end of the above URL and open it in VLC, I get a short video that has the subtitles burned in. And the new FFMPEG command generated looks like:
It looks like this is happening for me too with embedded PGS subtitles - definitely let me know if there's any other info I can try to send on over or anything too!
My Jellyfin server is 10.10.3 via LinuxServer's Docker image. This is occurring on Jellyfin for Kodi versions 1.0.4, 1.0.5, and 1.0.6.
When "Force transcode" and "Allow burned subtitles" are enabled and an external SRT is selected, the streamed video does not have the subtitles burned into them. Looking at the Kodi logs, the to-be-streamed URL that's generated looks similar to:
And the FFMPEG command generated on the Jellyfin server looks like:
Playing the same video via the Jellyfin web UI, the subtitles get burned in without issue. Looking at the generated URL, I noticed that
SubtitleMethod=Encode
was one of the URL parameters missing. If I append it to the end of the above URL and open it in VLC, I get a short video that has the subtitles burned in. And the new FFMPEG command generated looks like:If I can provide any more details, please let me know.