Skip to content

Commit 3705905

Browse files
author
kongdywang
committed
update to 12.0.0
1 parent acaee1a commit 3705905

File tree

7 files changed

+22
-9
lines changed

7 files changed

+22
-9
lines changed

Flutter/CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,17 @@ Professional 分支:Android & iOS 端集成TXLiteAVSDK_Professional lastest版
215215
- The Flutter side's operation of the player can now affect the UI updates for playing and pausing in the picture-in-picture window.
216216
- Fixed potential memory leak issues.
217217
- Optimized the logic of superPlayer Widget
218-
- Fixed other known issues.
218+
- Fixed other known issues.
219+
220+
#### Version: 12.0.0 2024.08.21
221+
222+
##### Features:
223+
224+
- set Android TXLiteAVSDK_Professional to 12.0.0.14681,tag:release_pro_v12.0.0
225+
- set iOS TXLiteAVSDK_Professional to 12.0.16292, tag:release_pro_v12.0.0
226+
- Live streaming replaces the new kernel.
227+
- As the new kernel has been replaced, the live streaming live config currently only retains the properties of maxAutoAdjustCacheTime, minAutoAdjustCacheTime, connectRetryCount, and connectRetryInterval, with the rest of the parameters marked as deprecated.
228+
- New interfaces have been added to live streaming: enableReceiveSeiMessage, showDebugView, setProperty, getSupportedBitrate, and setCacheParams.
229+
- When playing live streaming, there is no longer a need to pass the playType parameter, which has been deprecated.
230+
- The live streaming and on-demand demo pages have added logic to wait for the license to load successfully before playing.
231+
- Other known issues have been fixed.

Flutter/CI/buildVersionOnMac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildLog() {
55
}
66

77
inputVersion=$1
8-
export VERSION_NAME="11.9.1"
8+
export VERSION_NAME="12.0.0"
99
if [ -n "$inputVersion" ]; then
1010
VERSION_NAME=$inputVersion
1111
fi

Flutter/android/config.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rootProject.ext {
44
supportSdkVersion = "26.0.1"
55
minSdkVersion = 19
66
targetSdkVersion = 28
7-
playerVersion = '11.9.1'
7+
playerVersion = '12.0.0'
88
compat = "androidx.appcompat:appcompat:1.6.1"
99

1010
/**
@@ -14,5 +14,5 @@ rootProject.ext {
1414
Professional SDK: liteavSdk="com.tencent.liteav:LiteAVSDK_Professional:latest.release"
1515
If you want to specify the SDK version(eg 11.7.0.13946), use: liteavSdk="com.tencent.liteav:LiteAVSDK_Player:11.7.0.13946"
1616
*/
17-
liteavSdk="com.tencent.liteav:LiteAVSDK_Professional:11.9.0.14445"
17+
liteavSdk="com.tencent.liteav:LiteAVSDK_Professional:12.0.0.14681"
1818
}

Flutter/ios/super_player.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'super_player'
7-
s.version = '11.9.1'
7+
s.version = '12.0.0'
88
s.summary = 'player plugin.'
99
s.description = <<-DESC
1010
player plugin.
@@ -26,7 +26,7 @@ player plugin.
2626
# Player_Premium SDK: s.dependency 'TXLiteAVSDK_Player_Premium'
2727
# Professional SDK: s.dependency 'TXLiteAVSDK_Professional'
2828
# If you want to specify the SDK version(eg 11.6.15041), use: s.dependency 'TXLiteAVSDK_Player','11.6.15041'
29-
s.dependency 'TXLiteAVSDK_Professional', '11.9.15963'
29+
s.dependency 'TXLiteAVSDK_Professional', '12.0.16292'
3030

3131
# Flutter.framework does not contain a i386 slice.
3232
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }

Flutter/lib/Core/common/common_config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
part of SuperPlayer;
33

44
abstract class FPlayerPckInfo {
5-
static const String PLAYER_VERSION = "11.9.1";
5+
static const String PLAYER_VERSION = "12.0.0";
66
}

Flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: super_player
22
description: player plugin.
3-
version: 11.9.1
3+
version: 12.0.0
44
author:
55
homepage:
66

FlutterWidget/superplayer_widget/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: superplayer_widget
22
description: superplayer,base on vodplayer
3-
version: 11.8.1
3+
version: 12.0.0
44

55
environment:
66
sdk: '>=2.17.0 <4.0.0'

0 commit comments

Comments
 (0)