2024-09-23, 05:51 AM
(This post was last modified: 2024-09-23, 05:54 AM by calamari7207. Edited 2 times in total.)
(2024-09-21, 06:29 PM)theguymadmax Wrote: I though that might be the case. There’s a bug with the Fire TV Max that causes a black screen with only audio when the content has both DV and HDR10+ metadata. Plex has addressed this issue in their client, but it seems there’s nothing in the works for the Jellyfin Android TV client as far as I can tell. Your options are to use Kodi with the Jellyfin add-on, strip the HDR10+ data from your file using this command:
ffmpeg -i input.mkv -map 0 -c copy -bsf:v "filter_units=remove_types=39" output.mkv
Or you can force transcode the media, as you’ve done by disabling E/AC3. I'm not sure why it's failing, it should work fine that way. Instead of disabling E/AC3, you could force a transcode by setting playback to stereo instead of direct. I also have a Fire TV 4K, and I make sure my media is only in DV/HDR, avoiding DV/HDR10+ altogether.
Thanks, I ended up installing Kodi with the Jellyfin addon and enabling the metadata choosing option (only DV) in the Kodi advanced settings. That solved any playback issue I had with the Jellyfin server without the need to tinker with remuxing manually the files. Now the only problem is that I do not quite like the standard Kodi's UI and navigation compared to the official Jellyfin client :P