![]() |
[split] Videos Failing to play GoogleTV - 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: [split] Videos Failing to play GoogleTV (/t-split-videos-failing-to-play-googletv) Pages:
1
2
|
[split] Videos Failing to play GoogleTV - Beto1972 - 2025-01-16 I'm having the same problem with my TV running Android TV 11. On Android 9 it was working perfectly, after updating to version 11, all videos in 4K HDR or Dolby vision only work with an external media player. On other home devices with Google TV / Android TV (TVbox), films work normally with or without transcoding. I noticed that 12 logs were generated on the server in sequence with the same error when trying to play a movie in the format mentioned above. I don't know if it's relevant, but the TV model is TCL 65/C715 ![]() RE: Videos Failing to play GoogleTV - TheDreadPirate - 2025-01-16 (2025-01-16, 04:07 AM)Beto1972 Wrote: I'm having the same problem with my TV running Android TV 11. Looks like you are using the Linuxserver Jellyfin image. Did you install the OpenCL mod? Looks like no. https://github.com/linuxserver/docker-mods/tree/jellyfin-opencl-intel Code: libva info: VA-API version 1.22.0 RE: [split] Videos Failing to play GoogleTV - Beto1972 - 2025-01-17 Yes, it's a linux server running debian and CasaOS. I didn't know about the existence of the mod you mentioned, I'll add the variable to the configuration and test it as soon as possible. It's strange that before updating Android TV, everything worked perfectly on the same server, and on other TVboxes everything runs normally with the current configuration. In any case, thank you, and as soon as I have a result I will report back. RE: [split] Videos Failing to play GoogleTV - Beto1972 - 2025-01-17 I implemented the mod, but there was no difference and the error persists. Is there a way to check if the mod is correct? environment: - DOCKER_MODS=linuxserver/mods:jellyfin-opencl-intel - PGID=1000 - PUID=1000 - TZ=America/Sao_Paulo RE: [split] Videos Failing to play GoogleTV - TheDreadPirate - 2025-01-17 What is your full docker compose? And what CPU do you have? Can you share the latest ffmpeg log so we can make sure the error message is the same or different. RE: [split] Videos Failing to play GoogleTV - Beto1972 - 2025-01-18 Processor Pentium G5400 RE: [split] Videos Failing to play GoogleTV - TheDreadPirate - 2025-01-18 Can you change the device portion of your docker compose to just "/dev/dri ![]() Can you also share the output of these commands? Code: docker exec -it jellyfin /usr/lib/jellyfin-ffmpeg/vainfo RE: [split] Videos Failing to play GoogleTV - Beto1972 - 2025-01-21 (2025-01-18, 06:55 PM)TheDreadPirate Wrote: Can you change the device portion of your docker compose to just "/dev/dri Sorry for the delay in responding. I don't know how to change jellyfin settings in CasaOS docker, as it is installed through the app store. One thing that may not have been clear before is that the same server on the same TV worked perfectly with a previous version of AndroidTV. It was only after updating the TV's firmware that 4K movies stopped working. RE: [split] Videos Failing to play GoogleTV - TheDreadPirate - 2025-01-21 That all looks right. RE: [split] Videos Failing to play GoogleTV - Beto1972 - 2025-01-26 So buddy, any ideas on how to proceed? Yesterday I installed the old firmware on my TV (ATV9) and Jellyfin worked perfectly, but as this firmware has a bug in the hdmi cec I can't use it with my HT. Finally I updated again to the ATV11, the HDMI bug was remedied and the jellyfin stopped working again. I installed Plex on my server and the 4K DV / HDR content works, but the app is very polluted. I really think he's pretty bad. I found a bug report on Github https://github.com/jellyfin/jellyfin-androidtv/issues/4021 |