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

Unhandled audio codecs? (AC3..) #816

Open
thuijbregts opened this issue Feb 16, 2025 · 0 comments
Open

Unhandled audio codecs? (AC3..) #816

thuijbregts opened this issue Feb 16, 2025 · 0 comments

Comments

@thuijbregts
Copy link

thuijbregts commented Feb 16, 2025

I'm using your library but videos freeze/crash on my android TV for some codecs, AC3 being one of them. Don't have an extensive list. I will add that I tried the same video with VLC and it worked without issue.

I believe it's possible with ExoPlayer to add support for this with the ffmpeg extension:

RenderersFactory renderersFactory = new DefaultRenderersFactory(this)
        .setExtensionRendererMode(DefaultRenderersFactory.EXTENSION_RENDERER_MODE_PREFER);
        
player = new ExoPlayer.Builder(this).setRenderersFactory(renderersFactory).build();

Is there a way to do it with this library?

// error message:

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant