Skip to content

Commit

Permalink
Merge pull request volcengine#1 from volcengine/dev
Browse files Browse the repository at this point in the history
Add engine strategy feature, support small video scene
  • Loading branch information
wangzy-volc committed Dec 9, 2021
2 parents 8e13a0d + c8d6d3b commit fe5d4c0
Show file tree
Hide file tree
Showing 218 changed files with 3,208 additions and 2,953 deletions.
77 changes: 6 additions & 71 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## VOLCDemo介绍

VOLCDemo基于TTSDK点播SDK构建,当前版本以小视频场景演示,后续会持续迭代,短视频、长视频场景的使用;
希望帮助业务侧快速集成的点播模块,通过迭代短视频、小视频、长视频等场景帮助业务侧快速实现接入最佳实践;
目标帮助业务侧快速集成的点播模块,通过迭代短视频、小视频、长视频等场景帮助业务侧快速实现接入最佳实践;

TTSDK v_1.23.1.4 版本增加播放器策略模块,一期上线小视频策略:通用策略、预加载、预渲染;




Expand All @@ -14,7 +17,7 @@ VOLCDemo基于TTSDK点播SDK构建,当前版本以小视频场景演示,后
├─ VOLCDemo
└── VOLCDemo
├── Base // Appdelegate
├── Common // 通用组件
├── Player // 播放器
├── Module // 实现模块:小视频等
└── Utils // 工具类
```
Expand Down Expand Up @@ -60,74 +63,6 @@ pod 'TTSDK', 'x.x.x.x', :subspecs => [ # 推荐使用最新稳定版,具体版


## ChangeLog

### Version 基础版:1.18.2.4-standard;高级版:1.18.2.4-premium(推荐使用) #
2021.07.26

New Features:
license过期后,支持回退至系统播放器
支持vid播放方式下的h265/h264的软硬解灵活配置
蒙版弹幕支持以dir_url方式设置蒙版url
支持音视频下载缓存至手机本地的功能
其它bugfix


### Version 基础版:1.18.1.3-standard;高级版:1.18.1.3-premium #
2021.07.12

New Features:
支持对接火山引擎的httpdns服务
倍速播放支持3倍速
静态库解决符号库冲突的问题
其它bugfix


### Version 基础版:1.17.2.3-standard;高级版:1.17.2.3-premium(推荐使用)
2021.06.28

New Features:
1. 支持外挂字幕,支持全链路方案对接和纯客户端方案对接
2. 支持dir_url播放方式下的h265/h264的软硬解灵活配置
3. 上传SDK支持素材上传

### Version 基础版:1.17.1.2-standard;高级版:1.17.1.2-premium
2021.06.15

New Features:
1. 提供 httpdns 接口
2. 提供获取实时下载网速接口
3. FFmpeg 支持本地 m3u8 中的 http 协议播放


### Version 基础版:1.16.2.2-standard;高级版:1.16.2.2-premium
2021.05.31

Bug Fix:
1. 修复蒙版弹幕相关bug


### Version 基础版:1.16.1.5-standard;高级版:1.16.1.5-premium
2021.05.17

New Features:
1. 支持蒙版弹幕


### Version 基础版:1.15.2.2-standard;高级版:1.15.2.2-premium
2021.04.27

New Features:
1. h265 接口改造


### Version 基础版:1.14.0.9-standard;高级版:1.14.0.9-premium
2021.04.13

New Features:
1. SDK 进行基础版、高级版和增值服务拆分,各版的功能说明请参考点播 SDK 介绍。
2. License 鉴权全面升级为 License 2.0,支持 License 变更/续期和在线更新.
3. License 2.0 介绍请参考应用管理;
4. 新用户 SDK 集成请参考集成准备 ;
5. 老用户 SDK 及 License 升级请参考License 2.0 升级说明。
链接:https://www.volcengine.com/docs/4/66438


Binary file not shown.
Binary file not shown.
5 changes: 2 additions & 3 deletions VOLCDemo/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ source 'https://github.com/volcengine/volcengine-specs.git'
platform :ios, '9.0'

target 'VOLCDemo' do
pod 'TTSDK', '1.18.2.4-premium', :subspecs => [
'Player',
]
pod 'TTSDK', '1.23.1.4-premium', :subspecs => ['Player']
pod 'Masonry'
pod 'SDWebImage'
pod 'MBProgressHUD', '~> 1.2.0'
pod 'Reachability'
pod 'MJRefresh'

end

436 changes: 245 additions & 191 deletions VOLCDemo/VOLCDemo.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>VOLCDemo.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>7</integer>
<integer>8</integer>
</dict>
</dict>
</dict>
Expand Down

This file was deleted.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"scale" : "1x"
},
{
"filename" : "close_circle@2x.png",
"idiom" : "universal",
"filename" : "Fullscreen@2x.png",
"scale" : "2x"
},
{
"filename" : "close_circle@3x.png",
"idiom" : "universal",
"filename" : "Fullscreen@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"scale" : "1x"
},
{
"filename" : "icon_long@2x.png",
"idiom" : "universal",
"filename" : "FullPause@2x.png",
"scale" : "2x"
},
{
"filename" : "icon_long@3x.png",
"idiom" : "universal",
"filename" : "FullPause@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"images" : [
{
"filename" : "icon_small.png",
"idiom" : "universal",
"scale" : "1x"
},
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "learning_live_back@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "learning_live_back@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "learning_live_back_black@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "learning_live_back_black@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "learning_live_more@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "learning_live_more@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
"author" : "xcode",
"version" : 1
}
}
}
Loading

0 comments on commit fe5d4c0

Please sign in to comment.