tencent cloud

Video on Demand

릴리스 노트 및 공지 사항
릴리스 노트
제품 소개
제품 개요
Product Features
제품 기능
제품 장점
시나리오
솔루션
구매 가이드
과금 개요
과금 방식
구매 가이드
청구서 조회
연장 안내
연체 안내
환불 안내
시작하기
콘솔 가이드
콘솔 소개
서비스 개요
애플리케이션 관리
미디어 관리
리소스 패키지 관리
License Management
사례 튜토리얼
미디어 업로드
VOD 미디어 파일을 스마트 콜드 스토리지하는 방법
비디오 처리
배포 및 재생
이벤트 알림 수신 방법
원본 서버 마이그레이션 방법
라이브 방송 녹화
사용자 지정 Origin-pull을 수행하는 방법
라이브 방송 하이라이트 클리핑을 VOD에 통합하기 위한 가이드
EdgeOne을 사용하여 VOD 콘텐츠 배포하는 방법
개발 가이드
미디어 업로드
미디어 처리
비디오 AI
이벤트 알림
비디오 재생
미디어 파일 다운로드
서브 애플리케이션 시스템
오류 코드
플레이어 SDK 문서
Overview
Basic Concepts
Features
Free Demo
Free Trial License
Purchase Guide
SDK Download
Licenses
Player Guide
Integration (UI Included)
Integration (No UI)
Advanced Features
API Documentation
Player Adapter
Player SDK Policy
FAQs
모바일 재생
요금
비디오 업로드
비디오 배포
비디오 재생
Web 재생
전체 화면 재생
데이터 통계
액세스 관리
미디어 자산 콜드 스토리지
Agreements
Service Level Agreement
VOD 정책
개인 정보 보호 정책
데이터 처리 및 보안 계약
문의하기
용어집

Release Notes(Flutter)

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2026-02-26 17:10:51

Player SDK Flutter Version V13.1.0 @ 2026.02.03

Upgraded Android native version to 13.1.0.19861,iOS native version to 13.1.20454.
Adds snapshot and local recording related interfaces and callbacks for live streaming.
Fix known issue.

Player SDK Flutter Version V13.0.1 @ 2026.01.28

Set iOS TXLiteAVSDK to 13.0.20275.
Adds new interfaces related to TRTC stream transmission.
Fix known issue.

Player SDK Flutter Version V13.0.0 @ 2026.01.08

Upgraded Android native version to 13.0.0.19676,iOS native version to 13.0.20258.
Added sub_spec configuration to replace the previous branch integration. The sub_spec can be added under the root node of pubspec to specify the player series.
Android is now compatible with lower compileSdkVersion versions.
Compatible with multi-engine issues in native hybrid development.
Fixed known issues.

Player SDK Flutter Version V12.9.1 @ 2025.12.04

Upgraded Android native version to 12.9.0.19478,iOS native version to 12.9.20085.
Fix the issue where getDownloadInfo does not return isResourceBroken.
When adjusting the volume via the UI component, it will no longer take focus on iOS.
Fixed known issues.

Player SDK Flutter Version V12.9.0 @ 2025.11.13

Upgraded Android native version to 12.9.0.19467,iOS native version to 12.9.20063.
Fixed an issue where the live stream did not retain the last frame after calling stop.
Fixed known issues.

Player SDK Flutter Version V12.8.1 @ 2025.10.23

Enhanced Android video rendering compatibility.

Player SDK Flutter Version V12.8.0 @ 2025.09.19

Upgraded Android native version to 12.8.0.19279, iOS native version to 12.8.19666.
Fixed known issues.

Player SDK Flutter Version V12.7.4 @ 2025.09.09

The Android native version has been upgraded to 12.7.0.19083,and the iOS native version has been upgraded to 12.7.19324。
VOD supports the autoRotate configuration.
Fixed other known issues.

Player SDK Flutter Version V12.7.0 @ 2025.08.04

The Android native version has been upgraded to 12.7.0.19072,and the iOS native version has been upgraded to 12.7.19272。

Player SDK Flutter Version V12.6.2 @ 2025.07.31

The Android native version has been upgraded to 12.6.0.18891, and the iOS native version has been upgraded to 12.6.18894.
Fixed the issue where the first frame is not displayed during pre-playback.
Fixed the issue where clearing the last frame is ineffective.
Fixed other known issues.

Player SDK Flutter Version V12.6.0 @ 2025.06.20

Upgraded the native SDK version.
Added setDrmProvisionEnv interface in SuperPlayerPlugin to configure the DRM certificate environment.
Added reDraw interface in TXVodPlayerController to force a screen redraw.
The player UI component will no longer forcibly expand to fill the screen after entering full-screen mode to avoid unforeseen issues. Now, after entering full-screen, the business side needs to hide unnecessary components and remove height restrictions on the player.
Fixed known issues.

Player SDK Flutter Version V12.5.0 @ 2025.05.08

Upgraded the native SDK version.
Added setRenderMode interface in both VOD and live player controllers to directly set the current video's tiling mode.
Optimized the logic of the UI-based player component super_player_widget, making full-screen transitions smoother.
Fixed video jittering issues when scaling the PiP (Picture-in-Picture) window during live streaming on iOS.
After calling stopPlay on iOS, the previously set startTime parameter is no longer reset, aligning with Android behavior.
Fixed known issues.

Player SDK Flutter Version V12.4.2 @ 2025.04.30

Fixed known issues.

Player SDK Flutter Version V12.4.1 @ 2025.04.02

TXPlayerVideo no longer supports controller-based parameter passing.

Player SDK Flutter Version V12.4.0 @ 2025.03.31

Upgraded the native SDK version.
On Android, PiP (Picture-in-Picture) can hide the PiP window button by passing an empty string to the icon.
Deprecated the texture-binding method in TXPlayerVideo's controller parameter passing, recommending the use of onRenderViewCreatedListener instead.
Fixed known issues.

Player SDK Flutter Version V12.3.1 @ 2025.03.18

Upgraded the native SDK version.
The PlatformView texture rendering version now supports both SurfaceView and TextureView modes on Android.
Added onRenderViewCreatedListener callback in TXPlayerVideo to obtain viewId, allowing controllers to bind textures via setPlayerView.
Added support for private DRM video playback.
Fixed known issues.

Player SDK Flutter Version V12.3.0 @ 2025.01.21

Upgrade the native SDK version.
Add pub dependency method.
This version is the last version of FlutterTexture rendering method.

Player SDK Flutter Version V12.2.1 @ 2024.12.30

Upgrade the native SDK version.
Add DRM playback API.
Fix the problem that events are not called back in some pre-download situations.
Fix the problem of abnormal startup of picture-in-picture on some Android models.
Fix other known issues.

Player SDK Flutter Version V12.2.0 @ 2024.12.04

Upgrade the native SDK version.
Pre-download supports httpHeader.
Support MP4 encrypted playback.
Add HEVC playback degradation-related parameters.
Fix other known issues.

Player SDK for Flutter V12.1.0 @ 2024.11.20

Upgrades the native SDK version.
Fix the issue of reversed logic in the live streaming mute method.
iOS adds support for Picture-in-Picture for live streaming, which requires premium permission to use.
Fixed other known issues.

Player SDK for Flutter V12.0.1 @ 2024.09.25

Upgrades the native SDK version.
Optimized the native message interaction architecture.
The SDK plugin feature module is now loaded lazily instead of during plugin initialization.
Fix the issue that the player texture does not refresh under some circumstances.
Fixed the issue where the Android Picture-in-Picture UI was displaced during updates in certain situation.
The demo and player component no longer require mandatory language settings. The default language is English UI if not set.
A placeholder image is added when the player component loads the network cover.
Add VOD_PLAY_EVT_VOD_PLAY_FIRST_VIDEO_PACKET event for receiving the first frame data packet.
Fixed other known issues.

Player SDK for Flutter V12.0.0 @ 2024.08.21

Upgrades the native SDK version.
Live streaming replaces the new kernel.
Due to the new kernel replacement, the live config currently only retains the maxAutoAdjustCacheTime, minAutoAdjustCacheTime, connectRetryCount, and connectRetryInterval attributes, while other parameters are marked as deprecated.
New live streaming interfaces: enableReceiveSeiMessage, showDebugView, setProperty, getSupportedBitrate, setCacheParams.
When playing a live stream, it is no longer necessary to pass the playType parameter, as this parameter is now deprecated.
Added logic to the live streaming and on-demand demo pages to wait for the license to load successfully before playing.
Fixed other known issues.

Player SDK for Flutter V11.9.1 @ 2024.06.20

Upgrades the native SDK version.
Fixed the issue where video playback fails in the picture-in-picture window after recovering from lock screen.
TXVodPlayerController introduced a new setStringOption interface for configuration expansion.
Player operations on the Flutter side can now affect the play and pause UI updates in the picture-in-picture window.
Fixed potential memory leak issues.
Optimized the logic of the superPlayer component.
Fixed other known issues.

Player SDK for Flutter V11.9.0 @ 2024.06.05

Upgrades the native SDK version.
Android compatibility with higher versions of Gradle.
The position of superPlayerWidget has changed. Integrating superPlayer will no longer include the source code of superPlayerWidget.
Android Picture-in-Picture feature logic optimization, compatible with more models.

Player SDK for Flutter V11.8.1 @ 2024.05.22

Upgrades the native SDK version.
Fixed known issues.

Player SDK for Flutter V11.8.0 @ 2024.05.06

Upgrades the native SDK version.
Added premium version.
Fixed known issues.

Player SDK for Flutter V11.7.0 @ 2024.04.07

Upgrades the native SDK version.
SuperPlayerPlugin added setSDKListener for monitoring License loading results
Added Player_Premium branch, supports external subtitles, multiple tracks, and other value-added features.

Player SDK for Flutter V11.6.1 @ 2024.01.29

Upgrades the native SDK version.
New stopPlay method and Tile Mode configuration added to the Player component.
The dispose method for on-demand playback and live streaming components now supports await.
Fixed known issues in the Player component and Player.

Player SDK for Flutter V11.6.0 @ 2024.01.11

Upgrades the native SDK version.
Adapted to the latest version of flutter development environment.
Fixed known issues in the Player component and Player.

Player SDK for Flutter V11.4.1 @ 2023.12.20

Upgrades the native SDK version.
Supports fileId pre-download capability.
Fixed known issues.

Player SDK for Flutter V11.4.0 @ 2023.08.30

Flutter Player SDK supports internationalization.
Fixed known issues.

Player SDK Flutter version 11.3.0 @ 2023.07.07

Removed deprecated live time-shifting interface.
Fixed known issues.

Player SDK for Flutter V11.2.0 @ 2023.06.05

Minimum requirement version for Flutter development environment has been raised.
Fixed known issues.

Player SDK for Flutter V11.1.1 @ 2023.05.08

Removed unnecessary third-party dependencies.
Fixed known issues.

Player SDK for Flutter V11.1.0 @ 2023.04.10

Refactored native bridging layer.
Fixed known issues.

Player SDK for Flutter V11.0.0 @ 2023.02.28

Added offline download demo.
Fixed known issues including sprite map disorder and failure to open picture-in-picture on iOS.

Player SDK for Flutter V10.9.0 @ 2023.01.03

Fixed the issue of picture-in-picture not supporting playback of encrypted videos on Android.
Fixed the issue of automatic playback after returning to the application interface from the background when live streaming or VOD is paused.
Optimized log output for easier issue tracking.

Player SDK for Flutter V10.8.0 @ 2022.10.20

Adjusted the picture-in-picture interaction of the player component, supporting returning to the previous page after enabling picture-in-picture.

Player SDK for Flutter V10.7.0 @ 2022.09.20

Changed the startPlay interface for VOD playback to startVodPlay.
Changed the startPlay interface for live streaming playback to startLivePlay.
Changed the playWithModel interface for the player component to playWithModelNeedLicence.

Player SDK for Flutter V1.0.3 @ 2022.07.05

Added picture-in-picture (PIP) function for Android and iOS.

Player SDK for Flutter V1.0.2 @ 2022.06.24

Added the SuperPlayer component with integrated UI solution.
Improved the SDK interfaces for live streaming and VOD.
Fixed the issue of playback failure when using fileId and psign.

Player SDK for Flutter released on 2021.07.16

Release Flutter Player SDK.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백