Jellyfin Forum
Android TV version 0.17 - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Announcements (https://forum.jellyfin.org/f-announcements)
+--- Forum: Project Announcements (https://forum.jellyfin.org/f-project-announcements)
+--- Thread: Android TV version 0.17 (/t-android-tv-version-0-17)

Pages: 1 2 3 4 5 6 7


RE: Android TV version 0.17 - Jennso - 2024-08-12

I'll checked again, I have the impression that maybe the audio is getting passthrough since I didn't see any transcoding on the server side but maybe there is some metadata that is not being sent properly through exoplayer, I found out that if you enable scale refresh rate and framerate to TV, I get the "Multi In" if I disable this then I get the "Atmos" in my reciever, but disabling the scale to TV makes micro stutters in the video, that's why I originally enabled it, wierd behavior, my setup is pretty simple to, shield with ATV jellyfin pluged to a Denon atmos reciever, into a samsung s95b.


RE: Android TV version 0.17 - Jennso - 2024-08-12

I got it to work by changing the shield resolutiona and refresh rate to 4k 59hz (default), instead of 4k 60hz, not sure what was wrong before, now there are only some files that are not playable, like a remux of the 4k blueray of house of dragon season 1, for some reason I just get a black screen, not much diferent on format HVEC HDR10 Atmos audio, it used to play well on libvlc.


RE: Android TV version 0.17 - Jennso - 2024-08-12

I found out that the issu is that I have mkv files that are hybrid, that have the DV and HDR10 layer, my tv is only HDR10 capable, but seems like jellyfin is not able to read both DV and HDR10 layer and only shows the DV layer and tries to play that, maybe there is an option for jellyfin to choose the layer that is complatible a play that, plex does this, same setup, I play an hybrid rip and plex uses the HDR10 layer and all is working fine, could be a feature request or bug fix, I believe this should work with exoplayer since is works well on plex


RE: Android TV version 0.17 - ykesha - 2024-08-16

Anyway to go back to the old version so I can use LibVLC on ATV again? I originally almost dumped Jellyfin several months ago when I first got it because many files played out of sync and LibVLC fixed those issues. Now its back to having a bunch of out of sync shows and movies again. Whatever "bugs" it had was better than this.


RE: Android TV version 0.17 - Efficient_Good_5784 - 2024-08-16

(2024-08-16, 02:16 AM)ykesha Wrote: Anyway to go back to the old version so I can use LibVLC on ATV again? I originally almost dumped Jellyfin several months ago when I first got it because many files played out of sync and LibVLC fixed those issues. Now its back to having a bunch of out of sync shows and movies again. Whatever "bugs" it had was better than this.
https://github.com/jellyfin/jellyfin-androidtv/releases/tag/v0.16.11

Check these out for the reasonĀ it was removed:


RE: Android TV version 0.17 - Andokai - 2024-08-16

This may be a niche problem, and one that might be on the radar, or is just a configuration setting I have wrong. When attempting to use PGS Forced subtitles (Mainly for anime where it displays the signs and the song lyrics) do not work in the 0.17.x android tv client. I think it may trace back to the removal of LibVLC as a video playback engine, but is there a way to get them to work, or do I just not use them for now?


RE: Android TV version 0.17 - Efficient_Good_5784 - 2024-08-16

(2024-08-16, 02:48 AM)Andokai Wrote: This may be a niche problem, and one that might be on the radar, or is just a configuration setting I have wrong. When attempting to use PGS Forced subtitles (Mainly for anime where it displays the signs and the song lyrics) do not work in the 0.17.x android tv client. I think it may trace back to the removal of LibVLC as a video playback engine, but is there a way to get them to work, or do I just not use them for now?
You need to enable transcoding so that they can be burned into the video.
They don't work with direct playing because the ATV player (Exoplayer) doesn't support PGS subs directly.


RE: Android TV version 0.17 - Andokai - 2024-08-16

(2024-08-16, 02:51 AM)Efficient_Good_5784 Wrote:
(2024-08-16, 02:48 AM)Andokai Wrote: This may be a niche problem, and one that might be on the radar, or is just a configuration setting I have wrong. When attempting to use PGS Forced subtitles (Mainly for anime where it displays the signs and the song lyrics) do not work in the 0.17.x android tv client. I think it may trace back to the removal of LibVLC as a video playback engine, but is there a way to get them to work, or do I just not use them for now?
You need to enable transcoding so that they can be burned into the video.
They don't work with direct playing because the ATV player (Exoplayer) doesn't support PGS subs directly.
ok, I have transcoding enabled on the server, but it tends to play everything at direct for the TV as it generally supports all of the content Im playing. How can I enforce transcoding, but only for the audio/sub or just for this one client? Thanks for all the help, sorry about the bother


RE: Android TV version 0.17 - Efficient_Good_5784 - 2024-08-16

(2024-08-16, 03:00 AM)Andokai Wrote: ok, I have transcoding enabled on the server, but it tends to play everything at direct for the TV as it generally supports all of the content Im playing. How can I enforce transcoding, but only for the audio/sub or just for this one client? Thanks for all the help, sorry about the bother
It should be transcoding if something is not supported.

Do you get an error message when attempting to playback PGS subs? Maybe it's an issue with your transcoding settings.


RE: Android TV version 0.17 - Andokai - 2024-08-16

(2024-08-16, 03:10 AM)Efficient_Good_5784 Wrote:
(2024-08-16, 03:00 AM)Andokai Wrote: ok, I have transcoding enabled on the server, but it tends to play everything at direct for the TV as it generally supports all of the content Im playing. How can I enforce transcoding, but only for the audio/sub or just for this one client? Thanks for all the help, sorry about the bother
It should be transcoding if something is not supported.

Do you get an error message when attempting to playback PGS subs? Maybe it's an issue with your transcoding settings.
I only get an error when I load the 'Forced' Subtitles. and I get "Unable to Load Subtitle" error and it doesn't even try to transcode or burn into the stream. It transcoded something I had in ASS, but not the PGS ones. I turned off the 'Subtitle Extraction on the fly' in transcoding to force the burn in. But idk, Like I said, its probably a really niche issue