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.
FFmpeg is enabled by default
- Expo
- iOS
- Android
Add entry in expo plugin.
"disableFFmpeg": true
Podfile
ENV['DISABLE_AUDIOAPI_FFMPEG'] = '1'
gradle.properties
disableAudioapiFFmpeg=true