You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just set up HWA on my Jellyfin server using a Quadro p620. So far, so good; however, I just tried to play a tv show episode and it behaves as if Jellyfin doesn't even try to transcode on the AppleTV; sits at a black screen and eventually moves onto the next episode which also sits on a black screen. I tried the same video on my iPhone and it does transcode. Running ffprobe, here is a comparison of a working and not working file (stripping out stuff I didn't think was relevant):
Transcoding
Not Transcoding
"codec_name": "hevc",
"codec_name": "h264"
"codec_long_name": "H.265 / HEVC (High Efficiency Video Coding)",
I have also selected both HEVC and H264 under the "Enable hardware decoding for" section. I noticed that when I play the video on my AppleTV, I get a FFmpeg.DirectStream log whereas when playing via my iPhone, I see a FFmpeg.Transcode log file. I don't see any errors in the DirectStream log file, but noticed it says "SupportsDirectStream":true,"SupportsDirectPlay":true, so again, I'm curious why it's not attempting to transcode.
As a final mention, running nvidia-smi shows a process running for the "working" video but No running processes found for the other.
Hoping to get some direction without having to re-encode all these files. Please let me know if I can send anything else that would help diagnose.
Application version
1.0.1 (70)
Where did you install the app from?
App Store
Device information
AppleTV A1625 4th Gen. (32 GB)
OS version
tvOS 17.6 [21M71]
Jellyfin server version
10.8.3
The text was updated successfully, but these errors were encountered:
The issue is likely related to the device profile, which was pushed a while ago, but the app on tvOS hasn't been updated yet.
Can we get an indication of when the app on tvOS will be updated? I have the same AppleTV as the reporter, and the native client isn't working for much of my library.
Describe the bug
I just set up HWA on my Jellyfin server using a Quadro p620. So far, so good; however, I just tried to play a tv show episode and it behaves as if Jellyfin doesn't even try to transcode on the AppleTV; sits at a black screen and eventually moves onto the next episode which also sits on a black screen. I tried the same video on my iPhone and it does transcode. Running
ffprobe
, here is a comparison of a working and not working file (stripping out stuff I didn't think was relevant):I have also selected both
HEVC
andH264
under the "Enable hardware decoding for" section. I noticed that when I play the video on my AppleTV, I get aFFmpeg.DirectStream
log whereas when playing via my iPhone, I see aFFmpeg.Transcode
log file. I don't see any errors in the DirectStream log file, but noticed it says"SupportsDirectStream":true,"SupportsDirectPlay":true,
so again, I'm curious why it's not attempting to transcode.As a final mention, running
nvidia-smi
shows a process running for the "working" video butNo running processes found
for the other.Hoping to get some direction without having to re-encode all these files. Please let me know if I can send anything else that would help diagnose.
Application version
1.0.1 (70)
Where did you install the app from?
App Store
Device information
AppleTV A1625 4th Gen. (32 GB)
OS version
tvOS 17.6 [21M71]
Jellyfin server version
10.8.3
The text was updated successfully, but these errors were encountered: