Skip to content

Commit

Permalink
Release 3.2.1
Browse files Browse the repository at this point in the history
- 播放控制支持 PLPlayerKit 了
- 新增了长按快进功能
- 完善了SJMediaPlaybackController抽象类中对播放状态的处理
  • Loading branch information
changsanjiang committed Feb 21, 2020
1 parent 83e856d commit 00f77a5
Show file tree
Hide file tree
Showing 68 changed files with 2,240 additions and 2,119 deletions.
Binary file modified Example/.DS_Store
Binary file not shown.
6 changes: 4 additions & 2 deletions Example/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@ target 'SJVideoPlayer_Example' do

# 切换为 Aliplayer, 详见: https://github.com/changsanjiang/SJVideoPlayer/wiki/Use-AliPlayer
# pod 'SJBaseVideoPlayer/AliPlayer'#, :path => '../../SJBaseVideoPlayer'
# pod 'AliPlayerSDK_iOS'#, :path => '/Users/bluedancer/Documents/OSChina/AliPlayerSDK'

# 切换为 AliVodPlayer, 详见: https://github.com/changsanjiang/SJVideoPlayer/wiki/Use-AliVodPlayer
# pod 'SJBaseVideoPlayer/AliVodPlayer'#, :path => '../../SJBaseVideoPlayer'

# 切换为 PLPlayer, 详见: https://github.com/changsanjiang/SJVideoPlayer/wiki/Use-PLPlayerKit
# pod 'SJBaseVideoPlayer/PLPlayer'#, :path => '../../SJBaseVideoPlayer'

# 默认为 AVPlayer
pod 'SJBaseVideoPlayer'#, :path => '../../SJBaseVideoPlayer'
pod 'SJVideoPlayer', :path => '../../SJVideoPlayer'
Expand All @@ -69,4 +71,4 @@ target 'SJVideoPlayer_Example' do
pod 'MJRefresh', :inhibit_warnings => true
pod 'SJRouter'
pod 'SDWebImage'
end
end
16 changes: 8 additions & 8 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,32 +5,32 @@ PODS:
- SDWebImage (5.5.2):
- SDWebImage/Core (= 5.5.2)
- SDWebImage/Core (5.5.2)
- SJBaseVideoPlayer (3.2.1):
- SJBaseVideoPlayer (3.2.2):
- Masonry
- Reachability
- SJBaseVideoPlayer/AVPlayer (= 3.2.1)
- SJBaseVideoPlayer/Common (= 3.2.1)
- SJBaseVideoPlayer/AVPlayer (= 3.2.2)
- SJBaseVideoPlayer/Common (= 3.2.2)
- SJUIKit/AttributesFactory (>= 0.0.0.38)
- SJUIKit/ObserverHelper
- SJUIKit/Queues
- SJUIKit/SQLite3
- SJBaseVideoPlayer/AVPlayer (3.2.1):
- SJBaseVideoPlayer/AVPlayer (3.2.2):
- Masonry
- Reachability
- SJBaseVideoPlayer/Common
- SJUIKit/AttributesFactory (>= 0.0.0.38)
- SJUIKit/ObserverHelper
- SJUIKit/Queues
- SJUIKit/SQLite3
- SJBaseVideoPlayer/Common (3.2.1):
- SJBaseVideoPlayer/Common (3.2.2):
- Masonry
- Reachability
- SJBaseVideoPlayer/ResourceLoader
- SJUIKit/AttributesFactory (>= 0.0.0.38)
- SJUIKit/ObserverHelper
- SJUIKit/Queues
- SJUIKit/SQLite3
- SJBaseVideoPlayer/ResourceLoader (3.2.1):
- SJBaseVideoPlayer/ResourceLoader (3.2.2):
- Masonry
- Reachability
- SJUIKit/AttributesFactory (>= 0.0.0.38)
Expand Down Expand Up @@ -159,14 +159,14 @@ SPEC CHECKSUMS:
MJRefresh: eeda70fbf0ad277f3178cef1cd0c3532591d6237
Reachability: 33e18b67625424e47b6cde6d202dce689ad7af96
SDWebImage: 4d5c027c935438f341ed33dbac53ff9f479922ca
SJBaseVideoPlayer: 787a8fb3b492bc35ae8122d95a628146b60408de
SJBaseVideoPlayer: 4bd1d5a0103aabaeeedbae3c2f3482c5017425b6
SJFullscreenPopGesture: d4994917bc900e79cd686970866834b4c5883565
SJPlaybackListController: e135c789fcd63d63a62d5e2e2965ab1e6d52a2bd
SJRouter: b822f45c4eed29cfa1d75100492ff227d481fb91
SJUIKit: b582377cbcc52de0a78ea18ec51022e846e1475c
SJVideoPlayer: 5118b9cc63535347c669007a7560d8841bdc1567
YYModel: 2a7fdd96aaa4b86a824e26d0c517de8928c04b30

PODFILE CHECKSUM: 81e66a46a318ff918030e236931bec7b6d03959f
PODFILE CHECKSUM: 893f2de0b671d7c09f522269748940594aea6b30

COCOAPODS: 1.8.4

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 00f77a5

Please sign in to comment.