2026-06-15, 05:18 PM
Hey everyone,
I'm running into a strange issue with the Jellyfin Android TV app on my Philips OLED TV and I'm hoping someone here might have an idea what I'm missing.
Environment
DNS Configuration
Technitium handles local DNS resolution.
Example:
*.mydomain.com -> 192.168.1.20
This allows me to access services locally through domains such as:
https://jellyfin.mydomain.com
https://service1.mydomain.com
https://service2.mydomain.com
All domains resolve correctly to my local server.
What Works
The following devices can connect to Jellyfin without any issues using:
https://jellyfin.mydomain.com
The Issue
The only device that refuses to connect is my Philips Android TV.
When entering:
https://jellyfin.mydomain.com
into the Jellyfin Android TV app, the app automatically attempts:
https://jellyfin.mydomain.com
https://jellyfin.mydomain.com:8096
https://jellyfin.mydomain.com:8920
All attempts fail.
Additional Information
Direct IP access works:
http://192.168.1.20:8096
Other observations:
nslookup jellyfin.mydomain.com 192.168.1.20
Result:
192.168.1.20
My Theory
At this point I'm wondering whether the Philips Android TV is:
Questions
Thanks in advance!
I'm running into a strange issue with the Jellyfin Android TV app on my Philips OLED TV and I'm hoping someone here might have an idea what I'm missing.
Environment
- Proxmox host
- Debian VM running Docker
- Jellyfin behind Traefik v3
- Let's Encrypt certificates via Cloudflare DNS Challenge
- Technitium DNS Server
- Tailscale with Split DNS
- Custom domain through Cloudflare
- No port forwarding
- Everything is intended to remain private
DNS Configuration
Technitium handles local DNS resolution.
Example:
*.mydomain.com -> 192.168.1.20
This allows me to access services locally through domains such as:
https://jellyfin.mydomain.com
https://service1.mydomain.com
https://service2.mydomain.com
All domains resolve correctly to my local server.
What Works
The following devices can connect to Jellyfin without any issues using:
https://jellyfin.mydomain.com
- Windows PC (Browser)
- iPhone (Browser)
- iPhone (Jellyfin App)
- Local access through Traefik
- Remote access through Tailscale Split DNS
The Issue
The only device that refuses to connect is my Philips Android TV.
When entering:
https://jellyfin.mydomain.com
into the Jellyfin Android TV app, the app automatically attempts:
https://jellyfin.mydomain.com
https://jellyfin.mydomain.com:8096
https://jellyfin.mydomain.com:8920
All attempts fail.
Additional Information
Direct IP access works:
http://192.168.1.20:8096
Other observations:
- The TV has a working internet connection.
- HTTPS websites such as Google open correctly in the TV browser.
- The exact same Jellyfin URL works on all other devices connected to the same network.
- Cloudflare Proxy (orange cloud) is disabled.
- No public exposure and no port forwarding are configured.
nslookup jellyfin.mydomain.com 192.168.1.20
Result:
192.168.1.20
My Theory
At this point I'm wondering whether the Philips Android TV is:
- Ignoring the DNS server provided via DHCP
- Using a built-in Private DNS / DNS-over-HTTPS provider
- Resolving DNS differently than the browser
- Or whether this is a known limitation of the Jellyfin Android TV app
Questions
- Has anyone experienced similar behaviour with Philips Android TV devices?
- Are there any known issues with Split DNS setups and the Android TV client?
Thanks in advance!


