Jellyfin Forum
SOLVED: Swiftfin on Apple TV 4k not able to connect to jellyfin server - 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: SOLVED: Swiftfin on Apple TV 4k not able to connect to jellyfin server (/t-solved-swiftfin-on-apple-tv-4k-not-able-to-connect-to-jellyfin-server)

Pages: 1 2


RE: Swiftfin on Apple TV 4k not able to connect to jellyfin server - curiouscrumb - 2024-12-30

v1.0.1 I believe. whatever is accessible through the apple TV apps store


RE: Swiftfin on Apple TV 4k not able to connect to jellyfin server - TheDreadPirate - 2024-12-30

Are you running a reverse proxy like Caddy or Nginx?


RE: Swiftfin on Apple TV 4k not able to connect to jellyfin server - curiouscrumb - 2024-12-30

Nope! Just dockge off a Truenas system


RE: Swiftfin on Apple TV 4k not able to connect to jellyfin server - TheDreadPirate - 2024-12-31

Did your AppleTV recently updated to tvOS 18.2?


RE: Swiftfin on Apple TV 4k not able to connect to jellyfin server - TheDreadPirate - 2024-12-31

Also, you're putting "http://" before the IP and ":8096" after?


RE: Swiftfin on Apple TV 4k not able to connect to jellyfin server - curiouscrumb - 2025-01-02

> Also, you're putting "http://" before the IP

I....was not. But now it works that I've added it. I feel really dumb that I didn't think this. My train of thought was "Oh, I don't need a URL. I have the IP and port". I wonder how many people make this same mistake.


I would humbly suggest:
1. Include some kind of copy on the connection screen that suggests users should include 'http://' even if they are manually specifying their IP.
2. A step in the connection flow that checks and prepends 'http://' to whatever users enter if their connection is unsuccessful (or if they ignore (1) and only enter an IP)
3. Attempt to include 'http://' if making a connection with a discovered local sever.

#3 is especially surprising. It seems like low hanging fruit to fix this especially if the app is able to discover there is a server running on the local network.

Time now to troubleshoot why sound is not coming through on certain videos...but that is the subject for another thread Smiling-face


RE: Swiftfin on Apple TV 4k not able to connect to jellyfin server - ANZ - 2025-07-20

Absolutely this. The login screen on the SwiftFin app on AppleTV is ridiculously unclear to users, and there's no copy on the screen to help explain to new users how to connect to their Jellyfin server.


RE: Swiftfin on Apple TV 4k not able to connect to jellyfin server - mrt01 - 2025-07-26

(2024-12-30, 04:35 PM)TheDreadPirate Wrote: Are you running a reverse proxy like Caddy or Nginx?

I can‘t connect either (jellyfin 10.10.7 and swiftin 1.0.1).
I am using nginx reverse proxy for having jellyfin.local, which works without issue in browser and mobile apps.
Apple TV 4k cannot connect with IP address either, nor does it find the server under „local servers“.
What is necessary to get the tvApp to connect through nginx reverse proxy?