ksvc / KSYMediaPlayer_iOS

金山云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)
http://v.ksyun.com/
Apache License 2.0
561 stars 143 forks source link

try this to use KSYMediaPlayer with version v3.0.4 #146

Open nyz110 opened 5 years ago

nyz110 commented 5 years ago

Open Podfile in your project,find KSYMediaPlayer line Replace pod 'KSYMediaPlayer_iOS/KSYMediaPlayer_vod', '~> 3.0.2' with pod 'KSYMediaPlayer_iOS/KSYMediaPlayer_vod',:git => 'git@github.com:ksvc/KSYMediaPlayer_iOS.git', :tag => 'v3.0.4'

now you can use Xcode10~

nyz110 commented 5 years ago

stdc++.6 change commit is newer than tag v3.0.4

so just try

pod 'KSYMediaPlayer_iOS/KSYMediaPlayer_vod',:git => 'git@github.com:ksvc/KSYMediaPlayer_iOS.git', :commit => '4d0c30db5bd64a50da8b34482e293d987dd0467e'