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

When will video soft decoder be supported #9645

Closed
arlimm318 opened this issue Nov 3, 2021 · 2 comments
Closed

When will video soft decoder be supported #9645

arlimm318 opened this issue Nov 3, 2021 · 2 comments
Assignees

Comments

@arlimm318
Copy link

When will video soft decoder be supported?
for example,soft decoder of H264 。
Is there a plan to support it?

@arlimm318 arlimm318 changed the title When will video soft solution be supported When will video soft decoder be supported Nov 3, 2021
@icbaker icbaker self-assigned this Nov 3, 2021
@icbaker
Copy link
Collaborator

icbaker commented Nov 3, 2021

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?

@icbaker
Copy link
Collaborator

icbaker commented Nov 3, 2021

For video decoders bundled with your application we already support the following extensions:

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.

@icbaker icbaker closed this as completed Nov 3, 2021
@google google locked and limited conversation to collaborators Jan 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants