提交 c329dd6f authored 作者: kongdywang's avatar kongdywang

update to 12.4.0

上级 fc750bf3
#### Version: 12.4.0 2025.03.31
##### Features:
- set Android TXLiteAVSDK_Player to 12.4.0.17372,tag:release_player_v12.4.0
- set iOS TXLiteAVSDK_Player to 12.4.17856, tag:release_player_v12.4.0
- The Android picture-in-picture button icon can be hidden by passing an empty string.
- The binding method of the player texture for the controller parameter of TXPlayerVideo is no longer recommended. It is recommended to use the onRenderViewCreated method instead.
- Fix the issue where the window size and aspect ratio of the picture do not match when Android live streaming enters picture-in-picture mode.
- Fix the problem that after the player component enters full screen, the player listener is still on the portrait page.
- Fix the issue that when Android enters picture-in-picture mode, there is a semi-transparent black status bar at the top of some models during the transition animation.
#### Version: 12.3.1 2025.03.18
##### Features:
......
......@@ -5,7 +5,7 @@ buildLog() {
}
inputVersion=$1
export VERSION_NAME="12.3.2"
export VERSION_NAME="12.4.0"
if [ -n "$inputVersion" ]; then
VERSION_NAME=$inputVersion
fi
......
......@@ -4,7 +4,7 @@ rootProject.ext {
supportSdkVersion = "26.0.1"
minSdkVersion = 19
targetSdkVersion = 28
playerVersion = "12.3.2"
playerVersion = "12.4.0"
compat = "androidx.appcompat:appcompat:1.6.1"
/**
......@@ -14,5 +14,5 @@ rootProject.ext {
Professional SDK: liteavSdk="com.tencent.liteav:LiteAVSDK_Professional:latest.release"
If you want to specify the SDK version(eg 11.7.0.13946), use: liteavSdk="com.tencent.liteav:LiteAVSDK_Player:11.7.0.13946"
*/
liteavSdk="com.tencent.liteav:LiteAVSDK_Player:12.3.0.17122"
liteavSdk="com.tencent.liteav:LiteAVSDK_Player:12.4.0.17372"
}
\ No newline at end of file
......@@ -393,6 +393,7 @@
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = 2ZNSKQLPTK;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 2ZNSKQLPTK;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
......@@ -403,6 +404,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.yunxiao.dev.liteav.demo;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Yunxiao Develop Profile";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Yunxiao Develop Profile";
VERSIONING_SYSTEM = "apple-generic";
};
name = Profile;
......@@ -523,6 +525,7 @@
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = 2ZNSKQLPTK;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 2ZNSKQLPTK;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
......@@ -533,6 +536,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.yunxiao.dev.liteav.demo;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Yunxiao Develop Profile";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Yunxiao Develop Profile";
VERSIONING_SYSTEM = "apple-generic";
};
name = Debug;
......@@ -546,6 +550,7 @@
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
DEVELOPMENT_TEAM = 2ZNSKQLPTK;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = 2ZNSKQLPTK;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 12.0;
......@@ -556,6 +561,7 @@
PRODUCT_BUNDLE_IDENTIFIER = com.yunxiao.dev.liteav.demo;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "Yunxiao Develop Profile";
"PROVISIONING_PROFILE_SPECIFIER[sdk=iphoneos*]" = "Yunxiao Develop Profile";
VERSIONING_SYSTEM = "apple-generic";
};
name = Release;
......
......@@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'super_player'
s.version = '12.3.2'
s.version = '12.4.0'
s.summary = 'The super_player Flutter plugin is one of the sub-product SDKs of the audio/video terminal SDK (Tencent Cloud Video on Demand).'
s.description = <<-DESC
player plugin.
......@@ -26,7 +26,7 @@ player plugin.
# Player_Premium SDK: s.dependency 'TXLiteAVSDK_Player_Premium'
# Professional SDK: s.dependency 'TXLiteAVSDK_Professional'
# If you want to specify the SDK version(eg 11.6.15041), use: s.dependency 'TXLiteAVSDK_Player','11.6.15041'
s.dependency 'TXLiteAVSDK_Player','12.3.16995'
s.dependency 'TXLiteAVSDK_Player','12.4.17856'
# s.dependency 'FTXPiPKit'
s.vendored_frameworks = [
'localdep/FTXPiPKit.xcframework'
......
......@@ -2,5 +2,5 @@
part of SuperPlayer;
abstract class FPlayerPckInfo {
static const String PLAYER_VERSION = "12.3.2";
static const String PLAYER_VERSION = "12.4.0";
}
\ No newline at end of file
name: super_player
description: The super_player Flutter plugin is one of the sub-product SDKs of the audio/video terminal SDK (Tencent Cloud Video on Demand).
version: 12.3.2
version: 12.4.0
homepage: https://github.com/LiteAVSDK/Player_Flutter
environment:
......
......@@ -3,5 +3,5 @@ part of demo_super_player_lib;
class PlayerConstants {
static const PKG_NAME = "superplayer_widget";
static const String PLAYER_WIDGET_VERSION = "12.3.2";
static const String PLAYER_WIDGET_VERSION = "12.4.0";
}
name: superplayer_widget
description: superplayer,base on vodplayer
version: 12.3.2
version: 12.4.0
environment:
sdk: '>=2.17.0 <4.0.0'
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论