The video of the host is captured by the local camera, encoded and pushed by the SDK for client, and then distributed to the viewers by Tencent Cloud CDN. If you provide a multi-bitrate address, the video stream will also be re-encoded in Tencent Cloud. The quality of output video mainly depends on the quality of input video captured by camera, and the frame rate, keyframe interval, resolution, and bitrate configured for encoding. Considering the influence on video delay and bitrate, we recommend setting the keyframe interval to 2-3 seconds.
This document describes how to troubleshoot the problem that the video pulled to the following two playback addresses is pixelated and how to optimize the video quality.
If the video pulled to the playback address of the input video stream (neither watermarked nor mixed) is pixelated, we recommend locating the problem at the push end:
Resolution | Frame Rate | Expected Bitrate |
---|---|---|
640 × 368 | 15 fps | 800 Kbps |
960 × 544 | 15 fps | 1,000 Kbps |
1280 × 720 | 15 fps | 1,500 Kbps |
1920 × 1080 | 15 fps | 2,500 Kbps |
If the video pulled to the playback address of a low-bitrate and low-resolution video stream is pixelated, you need check the video quality of the playback address of the input video stream. If the input video has a good quality, so does the video pushed by the client. In this case, we recommend that you modify the transcoding parameters in Tencent Cloud. For example, you can increase the output bitrate to a recommended value in the transcoding template.
Resolution | Frame Rate | Expected Bitrate |
---|---|---|
640 × 368 | 15 fps | 800 Kbps |
960 × 544 | 15 fps | 1,000 Kbps |
1280 × 720 | 15 fps | 1,500 Kbps |
1920 × 1080 | 15 fps | 2,500 Kbps |
For example, if the video resolution is 640 × 368 and the template frame rate is 30 fps, we recommend increasing the output bitrate to 1.5 times of its original value, so the recommended bitrate is calculated by 800 Kbps × 1.5=1,200 Kbps.
Note:
If the problem persists after all the above steps are completed, please submit a ticket.
Was this page helpful?