This document describes how to import advanced live streaming features into your program.
AV1 is an open-source and royalty-free video compression format. Compared with its predecessor H.265 (HEVC) encoding, it can further reduce the bitrate by over 30% while maintaining the same level of image quality. This means that it can deliver a higher image quality at the same bandwidth. Currently, CSS supports AV1 encoding. However, to play back AV1 videos, your player must support decoding the AV1 format.
You can implement AV1 decoding in your own player as follows:
Tencent Cloud has implemented a proprietary extension to AV1 in FLV in T-FFmpeg. To modify your player, you can extend the code based on the patch files of T-FFmpeg. For more information, see tencentyun/AV1.
Hardware decoding
On PC, almost all new models of AMD, Intel, and Nvidia GPUs support AV1 hardware decoding.
Device models supporting AV1 hardware decoding are as listed below:
Type | Brand | Processor |
---|---|---|
Mobile phone | Realme X7 Pro | Dimensity 1000+ |
OPPO Reno5 Pro | Dimensity 1000+ | |
HONOR V40 | Dimensity 1000+ | |
Redmi K30 Ultra | Dimensity 1000+ | |
Vivo iQOO Z1 | Dimensity 1000+ | |
Redmi Note 10 Pro | Dimensity 1000+ | |
Vivo S9 | Dimensity 1100 | |
Realme Q3 Pro | Dimensity 1100 | |
Vivo S10 | Dimensity 1100 | |
Vivo S12 | Dimensity 1100 | |
Vivo S12 Pro | Dimensity 1200 | |
OPPO Reno6 Pro | Dimensity 1200 | |
OPPO Reno7 Pro | Dimensity 1200 | |
Redmi K40 Pro | Dimensity 1200 | |
Realme GT NEO | Dimensity 1200 | |
HONOR X20 | Dimensity 1200 | |
OnePlus Nord 2 | Dimensity 1200 | |
Realme GT NEO 2 | Dimensity 1200 | |
OPPO K9 Pro | Dimensity 1200 | |
OPPO Find X5 Pro Dimensity Edition | Dimensity 9000 | |
Redmi K50 | Dimensity 9000 | |
Galaxy S21 (Exynos Edition) | Exynos 2100 | |
Galaxy S22 (Exynos Edition) | Exynos 2200 | |
TV | Samsung Q950TS QLED 8K TV | - |
Software decoding
The Chrome family supports AV1 decoding while browsers on iOS don't.
Note:The above information was collected from this website in July 2022. To view the latest information, please visit the website.
The TMIO SDK customizes, encapsulates, and optimizes streaming media protocols such as SRT and QUIC. It safeguards upstreaming and implements low-latency transfer with a high packet loss prevention rate, multi-linkage transfer optimization, and the retransmission timeout (RTO) mechanism. It promises wide application in scenarios that require a high data source stability and long-range transfer.
You can integrate the SDK as instructed in Integration Steps.
The libLebConnection SDK provides upgraded transfer capabilities based on the native WebRTC. It allows you to connect your existing player to LEB with just a few simple modifications. Based on LVB-compatible stream push and cloud-based media processing capabilities, it can implement live streaming at a low latency even under high concurrency, so as to help you smoothly migrate from standard LVB streaming to low-latency LEB streaming. For large rooms in modern real-time communication (RTC) scenarios, it can also help you quickly implement relayed live streaming at low costs and low latency.
You can integrate the libLebConnection SDK as instructed in Integrating libLebConnection SDK into a Player.
To integrate beauty filters and special effects and import beauty filters, image filters, and stickers during live streaming, you can integrate the Tencent Effect SDK.
Download the Tencent Effect SDK here and integrate it as instructed in the iOS and Android integration guides.
Using the Tencent Effect SDK will incur fees. For billing details, see Pricing Overview.
Was this page helpful?