mediaios / AVLive_Research

ios音视频直播及播放技术预研总结。包含相机操作(视频预览,拍照,闪光灯等)、音频采集、音频编码(pcm->aac)、视频采集、视频编码(VideoToolBox 硬编码和ffmpeg软编码)、推流等各种直播相关功能
MIT License
88 stars 25 forks source link

工程里面的librtmp.a编译过不去 #1

Open cocat00 opened 4 years ago

cocat00 commented 4 years ago

lipo -info AVLiveResearch-master/MILive/MILive/3rd/librtmp/lib/librtmp.a fatal error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo: can't figure out the architecture type of:

直接都解析不出来

mediaios commented 4 years ago

可以的,里面的demo全部是真机亲测的。你可以检查一下原因,如果还有问题的话可给我发邮件。

MenThu commented 3 years ago

你的静态库放在哪个server了呢?我用lfs拉取这些.a库,报错:404 Object does not exist on the server

MenThu commented 3 years ago

建议不要用lfs管理这些.a了,因为这只是个demo工程,.a不会频繁变动的