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
dear author:
we want player .amr file ,but not support ,so we build ffmpeg extension , and build success
is any ffmpeg extension exmple ?
we use
EXTENSION_RENDERER_MODE_PREFER
ExtractorMediaSource(Uri.pares("xxx.amr"))
get exception
None of the available extractors (MatroskaExtractor, FragmentedMp4Extractor, Mp4Extractor, Mp3Extractor, AdtsExtractor, Ac3Extractor, TsExtractor, FlvExtractor, OggExtractor, PsExtractor, WavExtractor) could read the stream.
my question is how to use ffmpeg extension
we have see other extension test case but no idea
The text was updated successfully, but these errors were encountered:
Adding support for extraction of AMR containers is tracked by #2527. (If you've built FFmpeg with AMR decoding you should be able to play AMR tracks embedded MP4s already, though.)
dear author:
we want player .amr file ,but not support ,so we build ffmpeg extension , and build success
is any ffmpeg extension exmple ?
The text was updated successfully, but these errors were encountered: