-
Notifications
You must be signed in to change notification settings - Fork 484
Use ijkplayer
changsanjiang edited this page Oct 30, 2019
·
9 revisions
pod 'SJBaseVideoPlayer/IJKPlayer'
pod 'ijkplayerssl', :git => 'https://gitee.com/changsanjiang/ijkplayer.git'
pod 'SJVideoPlayer'
Step 1:
Remove the extra items, retain only arm64 & arm64e.
Step 2:
Set bitcode to NO.
// 1. import header file
#import "SJIJKMediaPlaybackController.h"
_player = SJVideoPlayer.player;
// 2. Switch playback control to SJIJKMediaPlaybackController
_player.playbackController = SJIJKMediaPlaybackController.new;
// 3. play video
_player.URLAsset = [SJVideoPlayerURLAsset.alloc initWithURL:URL];