![]() |
SOLVED: Transcode/remux problem with x264 MKV content - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: SOLVED: Transcode/remux problem with x264 MKV content (/t-solved-transcode-remux-problem-with-x264-mkv-content) |
Transcode/remux problem with x264 MKV content - PMG - 2025-03-11 Dear all, I have a mediaserver, running Ubuntu Server 22.04, set up with Jellyfin 10.8.9. Mostly, this works like a charm, except for x264 MKV content that does not play via the Android Jellyfin client. It plays via Chrome browser without issues. But not through the official Android Jellyfin app apparently, it simply hangs indefinitely on loading. Other content in x265 MKV plays fine. The server has an Intel Celeron 3205 cpu/gpu. Hardware acceleration and decoding is set up as supported by this cpu/gpu: acceleration is set to Intel QuickSync (QSV). Decoding enabled for H264, MPEG2, VC1, VP8. Others are disabled because unsupported. Even to my untrained eye the log shows something suspicious: TransCodeReason: VideoCodecNotSupported, AudioCodecNotSupported. Jellyfin Media Player on Android should support H.264 8-bit playback according to the codec support: https://jellyfin.org/docs/general/clients/codec-support/. The ffmpeg log for these files start with FFmpeg.Remux. Any idea why this is not playing? Also, why is it remuxing instead of direct play, if this codec is supported by the client? If needed, I can also share the ffmpeg log. I can manually convert to a compatible format, but I don't see it as a long-term solution to manually check and convert every time when receiving new content. Of course, if there is no other way, I will have to find a way of automating this. Jellyfin log: Code: [2025-03-11 16:17:19.928 +01:00] [INF] User policy for "Paul". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True Media info: Video Title: GalaxyTV - small excellence! - 720p - H264 - SDR Codec: H264 AVC: Yes Profile: High Level: 31 Resolution: 1280x580 Aspect ratio: 959:436 Interlaced: No Framerate: 25 Bitrate: 1641 kbps Bit depth: 8 bit Video range: SDR Video range type: SDR Color space: bt709 Color transfer: bt709 Color primaries: bt709 Pixel format: yuv420p Ref frames: 1 NAL: 4 RE: Transcode/remux problem with x264 MKV content - theguymadmax - 2025-03-11 (2025-03-11, 06:55 PM)PMG Wrote: I have a mediaserver, running Ubuntu Server 22.04, set up with Jellyfin 10.8.9. You're using a 2 year outdated version of Jellyfin. RE: Transcode/remux problem with x264 MKV content - PMG - 2025-03-11 Well what do you know.. I update the system regularly yet failed to notice that Jellyfin was not automatically updating all this time. An update to the latest version, 10.10.6, seems to have resolved the problem. Thanks! |