steven chou

Results 5 issues of steven chou

ffmpeg -i output_l.mp4 -i output_r.mp4 -filter_complex hstack -preset veryfast res.mp4 , 在手机上会报错,但是在Mac上是可以正常运行的, 错误信息: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x4c8 in tid 8935 (RxCachedThreadS), pid 8784 (.taro.facemerge)

我自己的解决方案(仅供参考):修改源码,在DefaultEventHandler的handlerEvent方法中添加了一句话 EventBus.getDefault().removeStickyEvent(event.getClass(), subscription.eventType.tag);

使用的weex版本和weex-inspector的版本: //weex compile 'com.taobao.android:weex_sdk:0.17.0' compile 'com.taobao.android:weex_inspector:0.13.3'