![]() |
SOLVED: Jellyfin App on Amazon Fire TV 4K issues - 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: SOLVED: Jellyfin App on Amazon Fire TV 4K issues (/t-solved-jellyfin-app-on-amazon-fire-tv-4k-issues) |
Jellyfin App on Amazon Fire TV 4K issues - MTCom - 2025-03-11 I seem to have the same problem, although it's not from an upgrade. I have a Jellyfin server 10.10.6 (Server, Web and Build-Version) running in a docker container on a Raspberry Pi running Ubuntu 24.04.2 LTS. When accessing the server via an iOS app it works just fine. Same via the web-interface. Since my TV is an old Sony that can't install any apps, I bought an Amazon Fire TV 4K (2nd generation). I downloaded the Jellyfin app and connected to the server via the IP address http://192.168.0.3:8096. While I can see the libraries, I just see empty tiles for the movies/TV shows on the home screen. When going into the movies library, the screen just remains empty. When I try to run any media, it errors out and doesn't play anything at all. The app version on the Fire TV is 0.18.5. And I couldn't choose a version, it just installed it automatically. I'm happy to share log files, but which ones do you need? The ones shown in the web interface, or log files from docker? RE: Jellyfin App on Amazon Fire TV 4K issues - theguymadmax - 2025-03-11 Yes, please post your server logs and any ffmpeg logs when attempting playback. RE: Jellyfin App on Amazon Fire TV 4K issues - MTCom - 2025-03-12 Here is the log from the server when I try to play something on the TV
And here are two playback logs: https://privatebin.net/?1aa37bed5d35b467#A33NMBcPrv8JT2M7oedMJ8Y8AY4ByUXc4e1c2Giv7TUn https://privatebin.net/?606bbd2ed70a91f5#8MVEyxERRWLksFePotZ5A3eRjtCKtKGnessDwF4ma9JA RE: Jellyfin App on Amazon Fire TV 4K issues - TheDreadPirate - 2025-03-12 Do you have a VPN running on the server? Also, that ffmpeg log doesn't match any log entries in the main jellyfin log. RE: Jellyfin App on Amazon Fire TV 4K issues - MTCom - 2025-03-12 Yes, I have wireguard installed on the server. Here is the log from docker. It started with the container being newly created and I tried to play a TV show episode on the TV: https://privatebin.net/?b782edd9d6aa1f9f#JAKbhtPJADAXaARhZD7kDppG4FYN6CobYfn3T3oPMYja This is the latest protocol from the Jellyfin web interface covering the same period: https://privatebin.net/?3363e1cf7350fc1a#6QhVqhrpNkoXNSAkEp2sidvLLdWen4r3g4LoFSRsgz9G When I try to play anything on the TV, it says it has a playback error and eventually gives up. I just tried to stop the wireguard service, but the app on the Fire TV shows still the same behaviour. RE: Jellyfin App on Amazon Fire TV 4K issues - TheDreadPirate - 2025-03-12 Is the FireTV on the same network as the server? Are you using a reverse proxy? Do all clients, remote AND local, go through the reverse proxy? Assuming you are using one. I see this message a lot, which tells me there is some weirdness with your network or some network related config. Code: error receiving data: The remote party closed the WebSocket connection without completing the close handshake. RE: Jellyfin App on Amazon Fire TV 4K issues - MTCom - 2025-03-13 After some more digging, it seems that the port forwarding I setup on the router was the culprit. After deleting that rule, suddenly the Jellyfin app worked like a charm. Seems the port forwarding on that shitty, provider supplied router, also interferes on local traffic, not just from WAN to LAN. Thank you very much for your help. |