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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: