KSYLive_iOS icon indicating copy to clipboard operation
KSYLive_iOS copied to clipboard

金山云直播SDK [ iOS推流+播放 ]融合版 支持美颜滤镜(Beauty Filter)、美声(Beauty Voice)、软硬编(Software/Hardware Encoder) 、网络自适应(Network Auto Adapt)、混音(Audio Mixer)、混响(Reverb)、画中画(PIP)

Results 85 KSYLive_iOS issues
Sort by recently updated
recently updated
newest added

![2017-03-21 1 38 54](https://cloud.githubusercontent.com/assets/13552291/24133935/d5d2b25e-0e3b-11e7-8d35-3f2e725f95c0.png) 能搞一个能编译的demo么

https://manifest.googlevideo.com/api/manifest/hls_variant/requiressl/yes/dover/7/keepalive/yes/playlist_type/DVR/itag/0/expire/1490864741/upn/4yO-vKK0-Dk/go/1/id/y60wDzZt8yg.5/sparams/ei%2Cgcr%2Cgo%2Chfr%2Cid%2Cip%2Cipbits%2Citag%2Cmaudio%2Cplaylist_type%2Cratebypass%2Crequiressl%2Csource%2Cexpire/hfr/1/signature/70F4DCC7CAF7AAC9C35789D2EAF1194097E20A21.C9599A3DA2B01C1FD4AA8112F1ED426BFECCBEC7/source/yt_live_broadcast/maudio/1/ratebypass/yes/ipbits/0/gcr/us/ei/BXbcWNX1BsOC-wOH3LwY/key/yt6/ip/104.224.177.240/file/index.m3u8 此地址是youtube tv 播放代码: _player = [[KSYMoviePlayerController alloc] initWithContentURL: [NSURL URLWithString:self.contentURL]];

![](https://ww3.sinaimg.cn/large/006tKfTcly1fdgkw2f3idj30jz09x0t1.jpg) ``` KSY结合声网,有一个Bug,同时进入声网和KSY RTMP推流, 第一次推流和进入声网都正常,后面每次都只能进入声网房间, 推流卡在“KSYStreamStateConnecting”这个位置不能继续。 RTMP一直处于连接状态,推流不成功。 ```

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

在推流的时候,调整码率与动态调整码率的上限与下限参数,不能立即生效,只有重新断开推流,重新推流新配置的参数才能够生效,请问在没有重新推流的情况下是否可以立即生效修改的推流端的推流参数呢??

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

Hey there, what is the license for this? could you maybe add one to the repo?

RT. 能否在初始化播放器(KSYMoviePlayerController)的时候使用NSString 而不是 NSURL?