- 【webrtc】ffmpeg构建 看到了paisy大神的构建
- 以及了解了大概的构建过程,
- 我们看到paisy 大神,通过打补丁: https://github.com/HackWebRTC/webrtc/blob/hack_webrtc_32599/sdk/ffmpeg-ios-build.diff
- 增加了swresample 、增加了ios 支持
paisy 认为最重要的是这俩,copy config 文件和 生成的gn文件
- 构建脚本中
- 没有特别针对swresample 做处理。
owt 服务器端的fdkaac 是外部ffmpeg库
- https://github.com/open-webrtc-toolkit/owt-server/blob/master/source/agent/audio/compile_ffmpeg_with_libfdkaac.sh</