Skip to content

Commit

Permalink
修复https协议的ijk偶先crash问题
Browse files Browse the repository at this point in the history
Change-Id: I68626c4f25744e23b2137ea845b5f870a03e19fc
  • Loading branch information
tonychanchen committed Jun 22, 2021
1 parent d31e8cb commit 300e8a5
Show file tree
Hide file tree
Showing 22 changed files with 5 additions and 887 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ typedef NS_ENUM(NSInteger, IJKMPMovieTimeOption) {
- (BOOL)isPlaying;
- (void)shutdown;
- (void)setPauseInBackground:(BOOL)pause;
//录像
- (void)stopRecord;
- (void)startRecordWithFileName:(NSString *)fileName;

@property(nonatomic, readonly) UIView *view;
@property(nonatomic) NSTimeInterval currentPlaybackTime;
Expand Down
Binary file not shown.
Binary file modified Source/IJKPlayer-iOS/IJKMediaFramework.framework/Info.plist
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 300e8a5

Please sign in to comment.