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 not sure I understand what you mean by a 'soft decoder'. If you mean a software decoder, as opposed to a hardware one, then these are already supported in ExoPlayer, either via MediaCodec (which ExoPlayer will use by default, and will select software or hardware decoders depending on what's available on the device) or by bundling software decoder implementations into your app (more info: https://exoplayer.dev/supported-formats.html#sample-formats).
If that doesn't answer your question please can you add more info and context about exactly what you're asking?
Other formats will also be supported by adding video support to our ffmpeg extension, which is tracked by #2159. I believe that should answer your question, so I'm going to close this as a duplicate of #2159.
When will video soft decoder be supported?
for example,soft decoder of H264 。
Is there a plan to support it?
The text was updated successfully, but these errors were encountered: