Skip to content
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

Improve Direct Play support for AV1 codec #2001

Merged
merged 1 commit into from
Oct 19, 2024

Conversation

cewert
Copy link
Member

@cewert cewert commented Oct 19, 2024

Files with the AV1 codec will now always copy the video stream when support is detected instead of transcoding when the audio stream is incompatible.

Changes

  • Don't pass container to CanDecodeVideo() when checking for av1 support. Manually add codec to mp4 codec list if suport is detected

Issues

Fixes #1851

@cewert cewert added the bug-fix This fixes a bug. label Oct 19, 2024
@cewert cewert requested a review from a team as a code owner October 19, 2024 14:39
@cewert cewert requested review from sevenrats and removed request for sevenrats October 19, 2024 14:40
@cewert cewert changed the title Improve Direct Play support for av1 codec Improve Direct Play support for AV1 codec Oct 19, 2024
@cewert cewert merged commit 6259b3d into jellyfin:2.2.z Oct 19, 2024
5 checks passed
@cewert cewert deleted the improve-av1-support branch October 19, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-fix This fixes a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Roku Streaming Stick 4K Transcode Both Video (AV1) and Audio When Only Audio is Not Supported
2 participants