tencent cloud

Mobile Live Video Broadcasting

Release Notes and Announcements
TUILiveKit Release Notes
Live SDK Release Notes
User Guide
Product Introduction
Overview
Strengths
Performance Statistics
Concepts
Purchase Guide
TRTC Live Billing Overview
Billing of Video Live Component
Activating the Service (TUILiveKit)
Free Demo
Demo
Run Demo(TUILiveKit)
Integration Guide
Video Live Streaming
Preparation
Host Live Streaming
Audience Viewing
Live Stream List Live Stream List
Voice Chat Room
Preparation
Host Live Streaming
Audience Viewing
Live Stream List
Live Streaming Kit
Live Streaming Kit(Electron Desktop Application)
Live Streaming Kit(Web Desktop Browser)
Live Broadcast Monitoring
Monitoring Webpage (Web Desktop Browser React)
Monitoring Webpage (Web Desktop Browser Vue)
UI Customization
Live Stream Video Component
Video Source Editing Canvas
Audience List Component
Barrage Component
Media Source Configuration Panel
Link Management Panel
Live Gift Component
No UI Integration
Video Live Streaming
Voice Chat Room
Feature Guide
Follow Anchors (TUILiveKit)
Ultimate Image Quality (TUILiveKit)
Push Media Stream Into Room (TUILiveKit)
Gift System (TUILiveKit)
Client APIs
Android
iOS
Web
Server APIs (TUILiveKit)
Account System
REST API
Third-Party Webhooks
Error Codes (TUILiveKit)
FAQs
Platform Compilation
User Authentication
Live SDK
Product Introduction
Purchase Guide
Free Demo
Free Trial License
SDK Download
Licenses
Advanced Features
Client API
FAQs
Integration (No UI)
API Documentation
OSS information
OSS Attribution Notice

Property Definition

Modo Foco
Tamanho da Fonte
Última atualização: 2026-03-27 17:23:05
Copyright (c) 2021 Tencent. All rights reserved.

Module: V2TXLiveProperty @ TXLiteAVSDK

Function: Keys supported by V2TXLive setProperty

Property Definition

StructType

FuncList
DESC
V2 live property

V2TXLiveProperty

V2TXLiveProperty
V2 live property
EnumType
DESC
kV2ClearLastImage
Enable/Disable clear the last image.
Default value: true.
Value: true/false.
kV2EnableHardwareAcceleration
Enable/Disable hardware acceleration[RTMP, Player].
Default value: true.
Value: true/false.
kV2EnableHevcEncode
Enable/Disable Hevc Encode[RTMP/RTC, Pusher].
Default value: false.
Value: true/false.
kV2EnableIPMultiplexing
Enable/Disable IP Multiplexing[FLV,Player].
Default value: false.
Value: true/false.
kV2EnableVideoNonUniformScale
Enable/Disable Nonuniform Scale.
Default value: true.
Value: true/false.
kV2MaxNumberOfReconnection
Set the number of reconnections[RTMP, Player].
Default value: 3.
Value: int.
kV2SecondsBetweenReconnection
Set reconnection interval[RTMP, Player].
Unit: second.
Default value: 3.
Value: int.
kV2SetHeaders
Set play request headers[FLV,Player].
Value:JSON string.
Example:
{
"headers": [
{
"key": "key1",
"value": "value1"
},
{
"key": "key2",
"value": "value2"
}
]
}
kV2SetMetaData
Set Push Meta Info[RTMP, Pusher].
Value:JSON string.
Example:
{
"metadata": [
{
"key": "key1",
"value": "value1"
},
{
"key": "key2",
"value": "value2"
}
]
}
kV2SetVideoQualityEx
Set custom encoding parameters[RTMP/RTC,Pusher].
Value: JSON string.
Example:
{
"videoWidth":360,
"videoHeight":640,
"videoFps":15,
"videoBitrate":1000,
"minVideoBitrate":1000
}

Ajuda e Suporte

Esta página foi útil?

comentários