-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
No more media playback #1469
Comments
Hi, it's not likely something has changed from the Swiftfin side as the tvOS app has not received an update in a while. You can track our progress towards our next release here: #1294 That being said, the Device Profiles and Transcoding configuration for tvOS is quite a bit behind iOS. I could be wrong, but this behavior sounds like a playback issue with an incompatible file type. Can you confirm this applies to all files or just some files? Additionally, do you have "Force Direct Play" enabled? If so, I would recommend turning that off and trying again. I would also try seeing between Native and Swiftfin player as they both have differing capabilities. Let me know if neither of those resolve this! |
Hi @JPKribs Yes it affects all media. And this is also pretty primitive media (no hdr, h.264, aac). I will try your suggestions, but even if they do help, I find it strange that it no longer works, because it used to work fine. |
I just tested it. What does not work: What works: |
Do you know if you have TLS 1.3 only for NGINX enabled? It sounds like VLCKit (our non-native player) isn't working which lets us pinpoint this a little better. I know VLCKit doesn't work with TLS 1.3 so fallback to 1.2 is still required at this time. When you say local, are you still running through NGINX? If so, would you be able to try the native player disabled using the pure IP? That helps us determine if it's purely Jellyfin/Swiftfin of if something with the Proxy is giving us trouble. |
TLSv1.2 and TLSv1.3 is enabled.
It is the same for local and remote. And also both go through NGINX, since local has a DNS override.
Well, since native works, I am not sure why you would want to test this.
Do you mean try to run it with a local IP and without the native player? |
Apologies for my wording. That was more confusing than I intended it to be. Yes, let's try turning the native player off and using the pure IP. This will use VLCKIT and confirm whether the issue is purely on the Jellyfin side or if it's VLCKIT not cooperating with the proxy. |
Unfortunately I am not able to connect to Jellyfin directly. |
No worries! When you have a chance to test it, please let me know. Right now, I'm leaning towards a potential update with your proxy causing this issue? If it is on the Jellyfin side, we can definitely open up an issue over there. Unfortunately, VLCKIT is a little more fragile than AVKIT, which is our native player. So, there is also a chance that this is something related to a custom header, which VLCKIT does not cooperate with. Or, this could just be related to something else in that area. Looking over at VLCKIT, IPv6 shouldn't impact anything? That being said, please let me know what you end up finding and I can definitely assist in making sure we either document what you're seeing or, if it's something we're able to resolve, get that on the list! |
I was not able to connect to Jellyfin directly and I am unable to find out why.
That would also be my natural instinct, but besides updating NGINX and Jellyfin I did not change any configs.
Hard to tell, but I guess no. The one remote client experiencing that issue is using IPv6 (that will get proxy passed to NGINX IPv4) while to local client has a DNS override that points only points to the IPv4 of NGINX. No AAAA record. I even changed my NGIXN config to the bare minimum to rule out any potential issues (like disabling ssl stapling). |
Some strange things I found in the NGINX error.log
Not any of my DNS resolvers. and this:
Did something regarding DNS change with the new Jellyfin server 10.10.6? |
Describe the bug
Remote and local AppleTV will no longer play any files. Both go through a NGINX reverse proxy, with SSL and a valid certificate.
I think this issue started with Jellyfin Server 10.10.6.
The strange thing is that in the admin server overview, under active devices, I can see the player running and the time counting up.
But the TV screen output stays black.
File is direct playing.
Works in Browsers, Swiftfin on iOS (iPhone), Swiftfin on macOS.
Happy to provide more details that help to hunt down this issue.
Logs look normal to me.
So my best guess is that something changed regarding IPv6.
Here is my IPv6 config.
Maybe all of a sudden jellyfin no longer allows access from proxy passed IPv6, if this isn't enabled under networks?
Application version
1.0.1(70)
Where did you install the app from?
App Store
Device information
AppleTV 4k
OS version
tvOS 18.4
Jellyfin server version
10.10.6
The text was updated successfully, but these errors were encountered: