test
test
bison (GNU Bison) 3.0.2 flex 2.5.35 the error information is src/j4a__def.h:57:18: error: ‘auto_ptr’ in namespace ‘std’ does not name a type const std::auto_ptr& str) ^ src/j4a__def.h:57:23: error: ISO C++ forbids...
jni4android-fork use the v0.0.1 tag(it's timestamp is Wed Jan 13 12:44:05 2016) and jni4android use the lastest code(Wed Sep 21 10:43:05 2016). maybe need a new tag for jni4android-fork.
step 1.install the uuid lib https://sourceforge.net/projects/libuuid/ step 2.if you os is linux,pls modify pathto/openresty-china/app/libs/uuid/uuid.lua from --local lib = os == "OSX" and C or ffi_load "uuid" to local lib =...
Module.sh里面把VideoToolbox --enable 打开? ----这个打开没有用,ijkplayer的硬解是单独集成的,这个开关是ffmpeg内部集成的。 实时流在编码时就存在问题 ----本地文件能使用vtb硬解,类似mp4,需要把moov字段移到开始位置,让初始化时能得到sps/pps信息,能把vtb给初化起来。实时流不行,看看你实时流的sps和pps是怎么传输的,是否把vtb给初始化起来。