sunplusApp

Results 2 issues of sunplusApp

目前我在做的是将srs及libst源码放入android源码中交叉编译,然后集成进安卓手机中(手机CPU架构aarch64)。 android源码现在是用clang 编译。 在编译libst时,这个MD_GET_SP宏报错 ``` #elif defined(__aarch64__) /* https://github.com/ossrs/state-threads/issues/9 */ #define MD_STACK_GROWS_DOWN #define MD_USE_BUILTIN_SETJMP #define MD_GET_SP(_t) ((_t)->context[0].__jmpbuf[13]) ``` 报错内容: ``` system/core/libst/sched.c:616:9: error: member reference base type 'long' is not a...

I want to use FFmpegFrameGrabber to capture H264 streams. But I found that the Frame returned after calling the grab() is YUV data. How can I capture H264 instead of...

enhancement
help wanted