KSYMediaPlayer_iOS icon indicating copy to clipboard operation
KSYMediaPlayer_iOS copied to clipboard

金山云iOS播放SDK(KSYUN Live Streaming player SDK),支持RTMP HTTP-FLV HLS 协议(supporting RTMP HTTP-FLV HLS protocol),直播延时2-3秒(Living delay 2 or 3 seconds)

Results 101 KSYMediaPlayer_iOS issues
Sort by recently updated
recently updated
newest added

您好,该 sdk 目前不支持点播 rtsp H265的视频流吗

An instance 0x151469f00 of class KSYMoviePlayerController was deallocated while key value observers were still registered with it. Current observation info: ( 上边是报错信息,我复现不出来,但是这个上边说我释放了对象,我调试的时候也查看了,我并没有释放对象啊???怎么回事啊大佬回答一下 啊

The commit 4d0c30d fixed #126 , which is really great! It'll be better if you guys release it. I'm trying [react-native-video-player](https://github.com/ksvc/react-native-video-player) and the [podspec file](https://github.com/ksvc/react-native-video-player/blob/master/react-native-ksyvideo.podspec) adds this repo as a...

Xcode 10 libstdc++.6 不在支持,咱们这啥时候有新版本更新?

Open **Podfile** in your project,find KSYMediaPlayer line Replace `pod 'KSYMediaPlayer_iOS/KSYMediaPlayer_vod', '~> 3.0.2'` with `pod 'KSYMediaPlayer_iOS/KSYMediaPlayer_vod',:git => '[email protected]:ksvc/KSYMediaPlayer_iOS.git', :tag => 'v3.0.4'` now you can use Xcode10~

When I play multi-rate .m3u8 video with **KSYMoviePlayerController**, I can't automatically switch to the highest bit rate, and always play the lowest bit rate video. So how to change bitrate?...