Leeway

Results 10 issues of Leeway

http://idea.gxzb.tv/dynamic/videos/20170516/10651060_1494904019035.mp4 播放卡顿。

/** @abstract 当背景音乐播放完成时,调用此回调函数 @discussion 只有设置 loop为NO时才有效, 在开始播放前设置有效 */ @property(nonatomic, copy) void(^bgmFinishBlock)(void); 这个方法会在结束后回调几次,是什么原因呢

使用你们的录屏工具,发现iphone 5C录不了。iphone 6可以 。 还没测试其它型号。 不过录屏的拉流无声音。。推流用的SDK是金山的。

报错如下: Could not initialize AUGraph: -10875 AudioUnitRender: -10867 我仅仅是拉入SDK,还没加任何代码的情况下也会出现这个错。

发现不支持。

because I am in the wall(built by the great PRC) ?how can I fix that . [!] Error installing libwebp [!] /usr/bin/git clone https://chromium.googlesource.com/webm/libwebp /var/folders/5v/nwy8rsn57gv54vswtjbx1_sr0000gn/T/d20180405-24822-1tunis3 --template= --single-branch --depth 1 --branch...

bug not remove the observer of frame.

怎么解密呢?能不能写个

感觉楼主提供了延时摄影的思路。 ``` - (void)getFrame { if (!_writing) { _writing = true; size_t width = CGBitmapContextGetWidth(context); size_t height = CGBitmapContextGetHeight(context); // NSLog(@"width,height:(%ld ,%ld)",width,height); @try { CGContextClearRect(context, CGRectMake(0, 0,width , height)); //...