Only DirectPlay hardware-accelerated video codecs for ExoPlayer #1391
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
Issues
AV1 playback can range from great to unplayable depending on the bitrate/encode settings of the video and device playing it back. Android Jellyfin users already have options to attempt directplay, by either using the web client/external players or alternative clients like Findroid. We do not have an option for playing back videos that need transcoding help. The trick of lowering the internet bandwidth doesn't work if the av1 encode is already pretty low bitrate (10-15) but due to things like film-grain synthesis and low(er) preset encoding, are still very resource intensive to decode, causing many many dropped frames.
I am not an android developer at all, nor believe this is the best option. I am hoping if it is (at least) not a passable option, it can still highlight a need for change. Ideally, a dialog/dropdown to allow the client to select the encoder on server-side but that was more complicated than to get this at least working as intended. Thank you for reading.