![]() |
Sony TV can't access Jellyfin via official app, but it works via TV web browser - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +---- Forum: Networking & Access (https://forum.jellyfin.org/f-networking-access) +---- Thread: Sony TV can't access Jellyfin via official app, but it works via TV web browser (/t-sony-tv-can-t-access-jellyfin-via-official-app-but-it-works-via-tv-web-browser) |
Sony TV can't access Jellyfin via official app, but it works via TV web browser - TaiZupan - 2025-08-13 I have an Orange Pi 5 running Ubuntu 24.04.1 LTS. I have Docker 28.3.3 installed. The static IP of the Orange Pi in my home network is 192.168.1.178. I use docker-compose.yml file to deploy PiHole and Jellyfin services. They are exposed behind Caddy reverse proxy. I configured my router to use PiHole as the DNS server - IP 192.168.1.178. I have the following docker-compose.yml file: Code: services: This is the content of the Caddyfile: Code: { I deploy the stack with "docker compose up -d" command. Once the stack is successfully deployed, I can access http://jellyfin.lan/ from all my devices - PC, iPhone and iPad. However, I have problems with accessing http://jellyfin.lan/ from my Sony KD65X85LAEP TV, which is running Android TV version 12, OS build is BRAVIA_VH22_M_EU-user 12 STT2.230505.001.S58 680921 release-keys. I use official Jellyfin application for Android TV. I verified that the TV's DNS resolver is listed as 192.168.1.178 (the IP of the Orange Pi). TV is connected to the network via ethernet. When I try to connect from the application, I get the following error when I enter http://jellyfin.lan/ as the server address: Code: Unable to connect to server, tried the following addresses: When I inspect PiHole logs, I don't see any DNS queries from the TV towards the DNS server. Interestingly, the problem only occurs in the official Jellyfin application for Android TV. If I use TV's web browser and navigate to http://jellyfin.lan/, it opens normally. I can see the DNS query in the PiHole console. Bottom line: All devices on the local network can connect to Jellyfin on http://jellyfin.lan/. My Sony TV with Android TV can connect to Jellyfin using its built-in web browser. However, when I try to connect using the official Jellyfin application for Android TV, I get "Unable to connect" errors. I tried unplugging the TV from electricity and plugging it in again. I also tried reconnecting the TV's Ethernet cable. Nothing helped so far. Does anybody have an idea why Jellyfin TV app can't connect to my Jellyfin server? |