2024-08-28, 09:14 PM
(This post was last modified: 2024-08-28, 09:46 PM by theguymadmax. Edited 2 times in total.)
Well, I got good news and I got bad news.
Good news - I was able to reproduce your error.
Bad news - It's an actual issue with exoplayer/media file. I also got the same error with other players based on exoplayer. A straight remux to mkv should solve this issue. A remux to mp4 had the same problems. If you want to stick mp4 you'll need to re-encode the file. @TheDreadPirate usually has a ffmpeg command to help with that.
Good news - I was able to reproduce your error.
Bad news - It's an actual issue with exoplayer/media file. I also got the same error with other players based on exoplayer. A straight remux to mkv should solve this issue. A remux to mp4 had the same problems. If you want to stick mp4 you'll need to re-encode the file. @TheDreadPirate usually has a ffmpeg command to help with that.
Code:
/usr/lib/jellyfin-ffmpeg/ffmpeg -i path/to/input.mp4 -map 0 -c copy /path/to/output.mkv