-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
Player doesn't play AVC video without hardware codec #751
Comments
Okay, I can confirm now that ExoPlayer doesn't have software decoder for 10 bit H.264. So to support this there should be some extension made for software decoding. There is some very slow progress for this in exoplayer repo but no one seem to care about that enough to make it happen. It seems like it is not going to be done any time soon, however based on information I read there H.264 decoder somewhat works but complete FfmpegVideoDecoder support can't be merged because of some issues with HEVC and other corner cases. But maybe it can be added in jellyfin as a fallback for H.264 content still? |
I care about this, really... I am incapable of dong this, waiting for someone to achieve it... |
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments. If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label. This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media. |
https://cdn.discordapp.com/attachments/773650260903591946/1092915577653309480/Screenshot_2023-04-04-22-38-32-31_4b95a63cd60fd3e0f30739d89812bf6c.jpg
|
Describe the bug
I'm getting no playback in Integrated player and audio-only in web view.
Also video is played correctly in both MX and VLC but because of #725 there is basically zero options to play stream correctly on android right now.
I see that these players use software decoding and this made me think that this issue caused by unsupported codec because I disable video transcoding on jellyfin server but remux is enabled just in case.
I could be wrong about reasons but if that is the case then there is either no software decoder at all or it doesn't work.
In case if there is no software decoder in the OS google suggests adding extension for software decoding using external decoder.
Video metadata
Logs
Partial ADB log
Application version
2.4.4
Where did you install the app from?
Google Play
Device information
OnePlus 7 Pro
Android version
Android 11 (OxygenOS)
Jellyfin server version
10.8.0 (debian repo)
Which video player implementations does this bug apply to?
The text was updated successfully, but these errors were encountered: