debugly / ijkplayer

iOS/macOS/tvOS video player based on ijkplayer, using FFmpeg 6, support Metal、hw accel、HDR、ass subtitle effect...
https://ijkplayer.debugly.cn/
GNU General Public License v2.0
119 stars 20 forks source link

如何编译出ios FramWork的播放插件 #5

Closed RiverYYH closed 1 year ago

RiverYYH commented 1 year ago

如何编译出ios FramWork的播放插件

debugly commented 1 year ago

这是我预编译好的,可以直接用:

https://github.com/debugly/ijkplayer/releases/tag/k0.10.2

也可以自己编译,步骤如下:

cd shell && ./download-pre.sh ios 0.10.1-230831144049-ijk && cd -
pod install --project-directory=examples/ios
cd examples/ios && ./build-framework.sh
debugly commented 1 year ago

支持通过 CocoaPods 安装:pod 'IJKMediaPlayerKit'