B站iOS中集成ijkplayer视频直播框架

参考链接:

https://www.jianshu.com/p/59aff611dacd

https://www.jianshu.com/p/1f06b27b3ac0

http://blog.csdn.net/tianzhu2725/article/details/52953217

https://www.jianshu.com/p/6c938df18413

https://www.jianshu.com/p/622713b446a2

https://www.jianshu.com/p/4f21af680c19

https://www.jianshu.com/p/d26ebb77d856

https://www.jianshu.com/p/f955650d65e2

https://www.jianshu.com/p/54e40aacbdc6

https://www.jianshu.com/p/683ccc09d4ad

在项目中使用的时候需要导入的依赖库:

AudioToolbox.framework

AVFoundation.framework

CoreGraphics.framework

CoreMedia.framework

CoreVideo.framework

libbz2.tbd

libz.tbd

MediaPlayer.framework

MobileCoreServices.framework

OpenGLES.framework

QuartzCore.framework

UIKit.framework

VideoToolbox.framework

libc++


 安装错误

Setting up CocoaPods master repo 

[!] /usr/bin/git clone https://github.com/CocoaPods/Specs.git master –depth=1 

Cloning into ‘master’… 

error: RPC failed; result=18, HTTP code = 200 

fatal: The remote end hung up unexpectedly 

fatal: early EOF 

fatal: index-pack failed

解决: 

$gitconfig--global http.postBuffer 524288000

$gitconfig--list

524288000代表B,524288000B也就是500MB。这个值得大小,可以根据项目酌情设置。

你可能感兴趣的:(B站iOS中集成ijkplayer视频直播框架)