-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Player Unnecessarily Transcodes Video for Streams with DTS Audio #105
Comments
What version of Jellyfin are you using? The split transcoding requires at least 10.8+... |
I am using version 10.8.4 |
Sounds similar to jellyfin/jellyfin#8043 I'm still running 10.8.0-beta2 because of it. Maybe you could try that too, to confirm whether it's the same underlying issue? |
The same Problem on my LG C1 latest Firmware and latest Jellyfin App. Jellyfin latest 10.8.7, DTS-AAC Transcoding AND unnecessarily HEVC-H.264 transcoding. |
Same Problem here with the latest docker linuxserver/jellyfin 10.8.8 and lg c2 latest firmware. The player also transcodes the video into H.264 with the listed reason being "The container is not supported" |
Full HD movies with dts sound works like it should. Only the audio stream is transcoded and the movie is send in direct stream mode. With both x264 and x265 video codec. But with 4k movies the video stream is transcoded. |
Great work figuring this out. Same here. Obviously a proper fix would be better. Please let me know if any details or logs from me would help. |
I am still seeing this on 10.8.9 (server in Docker container on Ubuntu) -- is that expected? PR #9092 says it fixed this and I thought from looking at the release notes for 10.8.9 (https://github.com/jellyfin/jellyfin/releases/tag/v10.8.9) that it included this fix. |
The same issue came up in 10.10 again. |
@Killface1980 Try disabling HEVC encoding in the Dashboard + disable fMP4 on the TV. |
Unfortunately, this does not solve the problem. |
Update: I recently tried to play the file that originally caused the problem, and it worked perfectly without transcoding, so either this bug has been fixed or I misidentified it in the first place. I don't know whether this issue should be closed because it sounds like other people had a similar problem, and I don't know if they still have it. |
Further update: I don't think I misattributed the bug because I mention in my original post that the video was transcoded into H.264, but when transcoding because of the subtitles, it stays in HEVC. That doesn't change the fact that it works now, and the bug appears to be fixed (at least for me). |
When attempting to play an HEVC video with DTS audio, the player correctly begins transcoding the audio because of the previous issue described in #56. However, the player also transcodes the video into H.264 with the listed reason being "The container is not supported" even though the container is mkv, which is supported. If I disable the "Allow video playback that requires transcoding" setting for the user, it correctly plays the video back in HEVC and only the audio is transcoded, but this is a workaround, which prevents the playback of other videos and does not address the underlying issue.
The only two files I have with DTS audio are both 4K HEVC HDR videos in mkv containers, and this issue occurs for both of them. It does not occur for 4K HEVC HDR videos in mkv containers with audio other than DTS. The following is the video and audio info for one of the videos having the issue:
Please let me know if there's anything else I should try or any more info that you need.
The text was updated successfully, but these errors were encountered: