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 AV1 support - Fix direct streaming with no sound #2044

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

cewert
Copy link
Member

@cewert cewert commented Nov 12, 2024

Direct streaming AV1 results in no audio. Changing the container to .ts or .mkv results in no video. This removes av1 from the transcoding profile so that if the audio codec gets changed the video codec gets changed as well.

Roku doesn't seem to support HLS fMP4 https://community.roku.com/t5/Roku-Developer-Program/HLS-fMP4-No-Audio/td-p/607399 which I also confirmed using the stream tester. The audio stream is undetected. I swear the files I used to test #2001 had audio but they definitely don't have audio now 🤷

If you want your AV1 files to always direct play, you will need a stereo audio stream until Roku fixes this.

Changes

  • Force a full transcode for AV1 instead of direct streaming

Issues

Ref #1851

@cewert cewert added the bug-fix This fixes a bug. label Nov 12, 2024
@cewert cewert requested a review from a team as a code owner November 12, 2024 18:31
@cewert cewert changed the title Improve AV1 support - Stop direct streaming with no sound Improve AV1 support - Fix direct streaming with no sound Nov 13, 2024
@cewert cewert merged commit d3cf38a into jellyfin:2.2.z Nov 13, 2024
5 checks passed
@cewert cewert deleted the fix-av1-no-sound branch November 17, 2024 23:57
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.

2 participants