-
-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Swiftfin stays black on AppleTV #1347
Comments
Please confirm that your reverse proxy is not using TLS 1.3 as VLCKit does not support it. You can get around this limitation by using the Native Player in Settings > Experimental but VLCKit is our only player than can handle subtitles so if those are a requirement TLS 1.2 or 1.1 are a requirement. We are currently working on some major changes for tvOS. Our progress can be followed here: #1294 |
Edit: Forget what I wrote here, this is wrong :) Apparently NGINX uses TLSv1.3 by default since 1.23.4.
since the default is TLSv1.3 only? Anyway, I have it set to: Do I need to remove TLSv1.3? |
When I've done this in the past, I believe having 1.3 and 1.2 is fine as VLCKit via Swiftfin will fallback to 1.2. This being said, I'm not the best NGINX resource. For full player features, we have this documented here: https://github.com/jellyfin/Swiftfin/blob/main/Documentation/players.md including a link to VLC's 1.3 issue. I hope this helps! |
I just read up on TLS, and I did disable 1 and 1.1. |
Ok, we found the issue. I think this is a very odd behavior, especially considering that I am using HSTS preload and redirect all http to https. |
Solved, but I opened up a bug report for the strange behavior |
Describe the bug
This problem happens to a remote user of mine.
The screen will stay black and the vid seems to be stuck at 00:00. But the server logs show, that at least the server thinks that the video is playing.
Jellyfin Server is setup on a Ubuntu VM behind a NGINX proxy.
Here are the server logs:
The video itself is pretty basic and should be easily playable.
Application version
1.0.1
Where did you install the app from?
App Store
Device information
AppleTV 4k
OS version
tvOS 18.1
Jellyfin server version
10.10.3
The text was updated successfully, but these errors were encountered: