-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
Video player doesn't work on Apple TV HD #790
Comments
I want to add that I too have same issue. I have 16.x Tvos on apple tv hd and some videos won't Start playing on the apple tv but if I look at the dashboard using my phone on jellyfin, it says the video is playing on apple tv and time too progresses. But on apple tv, it just shows spinning circle on left side at bottom. |
What video codec are these videos in? I'd wager that since Apple TV HD has A8 chip, it is being hindered by the current Device profiles. If that is the issue here, #519 will help. |
I tried both HEVC and H.264, same result. |
It's the same on my Apple TV 4. |
What's the update on this? Some movies don't even play. |
For me its every video that requires transcoding on the Apple TV HD, the same content plays perfectly on the Apple TV 4K's in the house. |
I have the same issue, looks like if I force direct play, the playback is working. Settings > Experimental > Force Direct Play |
I have the same issue with my Apple TV HD. Some movies are not playing, and I can't narrow it down to one parameter only : it's not consistent with the codec, the resolution, the bitrate... I made a lot of tests by forcing a low value bitrate streaming at the user level (between 3 and 10Mbps) so that the server transcodes every file in x264 and common codecs for the Apple TV HD. My results : Overall, I think that the best compromise at the time is everything off in the experimental options. I can confirm that the same user with Swiftfin works flawlessly on Apple TV 4K / iPad Pro 2018 / iPhone 13 mini without any experimental option and with every level of transcode. |
I guess you're right. But I wonder if it's the only problem. |
If you mean the "maximum allowed Mbps" setting in jellyfin, that's exactly what I'm talking about; Swiftfin bypasses even that. |
Yes, that's what I meant.
Despite the transcoding process looks OK and keep on going on the server side, nothing but black screen on the Apple TV :'( |
Might be then that swiftfin simply doesn't send over the correct profile to jellyfin to encode to, hmm. |
I found some things:
|
I don't think I understand everything you just said but looks like (great?) progress :) |
Some work on this in #519 as I said earlier in the thread if you want to look. |
I'm looking at that PR right now, it seems to fix/work ATVHD for me |
Worked for me thanks |
Describe the bug
The player doesn't start video playback on Apple TV HD running tvOS 16.4
I've cloned the repo and checked on tvOS simulator and it's easy to reproduce:
At the same time when I try Apple TV 4K Simulator everything works fine.
I've also tried on a real device - the default player and the native player from experimental settings doesn't work.
Application version
1.0.0(74)
Where did you install the app from?
App Store
Device information
Apple TV HD
OS version
tvOS 16.4
Jellyfin server version
10.8.10
The text was updated successfully, but these errors were encountered: