Skip to content

Working with the IJKPlayer iOS version

Asha edited this page Jul 17, 2016 · 4 revisions

Build iOS

  • build for the FFMPEG with ijkplayer
$ git clone https://github.com/ashqal/ijkplayer.git ijkplayer-ios
$ cd ijkplayer-ios
$ git checkout -B latest k0.6.0

$ ./init-ios.sh

$ cd ios
$ ./compile-ffmpeg.sh clean
$ ./compile-ffmpeg.sh all
  • open the demo
// under the ijkplayer-ios folder

$ git checkout MDExtDemo
$ cd ios/IJKMediaDemo/
$ pod update

// open the demo with IJKMediaDemo.xcworkspace
Clone this wiki locally