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

2.16.1 There is sound but no picture when playing video in rv40 encoding format #9982

Closed
ludoven opened this issue Feb 17, 2022 · 1 comment
Assignees
Labels

Comments

@ludoven
Copy link

ludoven commented Feb 17, 2022

Hello
I'm having an issue with version 2.16.1 of the player
When the played video is in rv40 encoding format, the player does not support this format,
When I use the Ffmpeg extension, I found that ExoPlayer removed FfmpegVideoRenderer in version 2.16.0,
I would like to know how can I use ExoPlayer to play a video encoded in rv40.
thanks

@icbaker
Copy link
Collaborator

icbaker commented Feb 17, 2022

When I use the Ffmpeg extension, I found that ExoPlayer removed FfmpegVideoRenderer in version 2.16.0,

The FfmpegVideoRenderer has never been released, because it's not yet finished and ready for use in production. We 'removed' it in the 2.16.0 release (and all previous releases) in the sense that it exists on the dev-v2 branch, and we remove it when preparing a release branch. Implementing this is tracked by #2159.

If your device doesn't support the encoding of your video then your choices are either to re-encode the video to a more widely supported format, or bundle a software decoder with your app. You can follow #2159 if you want to bundle an ffmpeg-based software video decoder.

I'm going to close this, because I don't think there's any additional work to track here beyond what's already covered by #2159.

@icbaker icbaker closed this as completed Feb 17, 2022
@google google locked and limited conversation to collaborators Apr 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@icbaker @ludoven and others