ftao
ftao
error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't open file: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.3.sdk/usr/lib/libz.dylib (No such file or directory)
可以添加个直播截图,AVAssetImageGenerator 这种方式貌似不行
@sauntercloud 同时卡在assert(programHandle != 0) 这里了,还有 per_pixel_vertex_shader() 这个函数没有实现
@d6638219 测试了一个 vr 视频的 pixels 值也为 NULL,但是 ijk 的渲染并没有受影响,看到渲染应该是在 displayInternal: 方法的 [_context presentRenderbuffer:GL_RENDERBUFFER]; 处,yuv420sp_uploadTexture 这块函数没有执行
> vim ios/tools/do-compile-ffmpeg.sh > > add `FFMPEG_CFG_FLAGS_ARM="$FFMPEG_CFG_FLAGS_ARM --disable-asm"` > > ``` > # armv7, armv7s, arm64 > FFMPEG_CFG_FLAGS_ARM= > FFMPEG_CFG_FLAGS_ARM="$FFMPEG_CFG_FLAGS_ARM --enable-pic" > FFMPEG_CFG_FLAGS_ARM="$FFMPEG_CFG_FLAGS_ARM --enable-neon" > FFMPEG_CFG_FLAGS_ARM="$FFMPEG_CFG_FLAGS_ARM --disable-asm" > ``` MacOS...