2024-08-24, 08:21 PM
(This post was last modified: 2024-08-24, 08:29 PM by theguymadmax. Edited 1 time in total.)
This is the second time I've seen this issue in files by the same group. It appears the problem lies with the MKV file and exoplayer itself rather than the ATV client. I'll try and do some bug testing on the issue. Performing a straight remux of the file should resolve the issue. For workarounds, downmixing to stereo won’t help here, as it won't trigger a transcode since it's already stereo audio.
Update to version .17.4, and you should be able to play the file. In .17.4, after two unsuccessful attempts, the player will automatically request a transcoded version from the server, so there's no need to adjust your audio settings.
If you want to remux the file, here’s a command you can use. Given that you likely have many files, you might consider automating the process with a script in Linux.
Update to version .17.4, and you should be able to play the file. In .17.4, after two unsuccessful attempts, the player will automatically request a transcoded version from the server, so there's no need to adjust your audio settings.
If you want to remux the file, here’s a command you can use. Given that you likely have many files, you might consider automating the process with a script in Linux.
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -i path/to/input.mkv -map 0 -c copy /path/to/output.mkv