-
-
Notifications
You must be signed in to change notification settings - Fork 307
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
VP9 video doesn't play in experimental native player #803
Comments
Should be fixed by #519. VP9 not supported by native player, so it should be transcoded but current device profile isn't requesting that. |
Not exactly. For the native player, an HLS stream is requested and this doesn't consult the device profile:
While that blob is from the refactor, the implementation is practically the same for what is currently shipped. When Apple's player displays an error it means that the HLS stream is corrupted in some way - either a corrupted stream entirely or the stream returns a format that the player cannot play. I'm thinking to just say that I don't know if Jellyfin can properly give an HLS stream as requested from VP9. However, I don't have any VP9 media so I can test with it. We should take a look at: Swiftfin/Shared/ViewModels/VideoPlayerViewModel.swift Lines 50 to 52 in d71ecbb
|
What codecs does it use for the HLS stream if it isn't using the device profile? I guess it could just be remuxing always, but I didn't think this was the case for shipped version - don't honestly remember. (This is also why in my PR I changed it to not request HLS stream when DirectPlaying - otherwise there is no DirectPlay and it is always a remux via HLS; if there is a reason not to do it, discussion should probably be there.) |
It just uses the codecs of the video stream, those are the last lines I refer to. So, it doesn't reference the device profile. For that url construction I just referenced what the web does so I have no strong stance on what should be done.
You actually just make it always use the passed |
I think we're on the same page. It is my understanding that the playbackURL goes through checks for DirectPlay already (since that is what VLCKit is using as well IIRC. I haven't added any additional checks to switch URLs, but playbackURL does become transcodingURL if necessary in that logic.) |
Oh yes, you are correct - it's just been a while |
Describe the bug
Application version
1.0.1 (70)
Where did you install the app from?
App Store
Device information
Apple TV 4K, iPad Pro
OS version
tvOS 16.5, iPadOS 16.5.1
Jellyfin server version
10.8.10
The text was updated successfully, but these errors were encountered: