You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
Is there a way to do it with this library?
// error message:
The text was updated successfully, but these errors were encountered: