Skip to content

Releases: changsanjiang/SJBaseVideoPlayer

Release 3.4.3

20 Nov 03:54
Compare
Choose a tag to compare
  • 修改Reachability的依赖, 改为内部直接引用
  • 完善hls在14.0进入前台后不播放的问题

修复 在 iOS 14 播放m3u8时, 从后台进入前台后无法继续播放的问题

22 Oct 03:36
Compare
Choose a tag to compare
v3.4.2

修复 在 iOS 14 播放m3u8时, 从后台进入前台后无法继续播放的问题

Release 3.4.1

18 Oct 12:26
Compare
Choose a tag to compare
  • 添加 - [SJPlayModel playableAreaInsets]. 可以设置可播区域的insets
  • 添加 - [SJPlayModel superviewTag]. 可以多个播放器在同一界面同时播放了
  • 添加 - [SJVideoPlayerPlaybackController requiresLinearPlayback]. 可以禁止画中画时的快进快退
  • 完善 水印视图. 可以调整水印视图的位置及insets了
  • 修复 在设置了pauseWhenAppDidEnterBackground画中画进入后台后失效的问题

Release 3.4.0

26 Sep 11:09
Compare
Choose a tag to compare
  • 增加 iOS 14.0 画中画的支持
  • 修复 iOS 14.0 后台播放失效的问题

修复 iOS 10奔溃的问题

14 Sep 06:34
Compare
Choose a tag to compare
v3.3.9

修复 iOS 10奔溃的问题

Release 3.3.8

30 Jul 10:44
Compare
Choose a tag to compare
  • 修复 在tableviewcell中播放时不响应tableview的上下滚动
  • 修复 调用player stop后,进度条没有重置为0

Release 3.3.7

22 Jul 06:54
Compare
Choose a tag to compare

修复 canSeekToTime 失效的问题

Release 3.3.6

08 Jul 06:40
Compare
Choose a tag to compare
  • 现在可以在ScrollView中添加播放器了
  • 修复了小浮窗视图不能拖动的问题

Release 3.3.5

29 Jun 11:15
Compare
Choose a tag to compare
  • 修复异步子线程奔溃的问题

Release 3.3.3

13 Jun 06:26
Compare
Choose a tag to compare
  • 为区分是用户调用的暂停, 还是开发者暂停的, 增加了isUserPaused 标识及pauseForUser方法, 当调用pauseForUser时, isUserPaused将返回 YES
  • 添加 水印层, 现在可以显示自定义的水印了
  • 修复 切换至ijkplayer内存未释放的问题