FFmpeg additional information
We use ffmpeg for few components:
StreamerNode- decoding
aac,mp4,m4afiles
Disabling FFmpeg
The ffmpeg usage is enabled by default, however if you would like not to use it, f.e. there are some name clashes with other ffmpeg binaries in your project, you can easily disable it. Just add one flag in corresponding file.
Expo projects
Add entry in expo plugin. If not provided, default
value is false.
"disableFFmpeg": true
Non expo projects
Android
gradle.properties
disableAudioapiFFmpeg=true
iOS
Podfile
ENV['DISABLE_AUDIOAPI_FFMPEG'] = '1'