TscH264Codec interface

Parameters for the Tencent TSC SDK H.264 encoder (ten264, x264-compatible). Note the TSC SDK licenses online at encoder start — the deployment needs a credentialed sdk_config.

Signature:

export interface TscH264Codec extends TscCodecCommon

Extends: TscCodecCommon

Properties

Property Type Description

bframes?

number

(Optional) Sets the maximum number of concurrent B-frames

intraRefresh?

boolean

(Optional) Gradual decoder refresh: replace periodic IDR keyframes with a moving intra column

level?

X264Level

(Optional) Sets the level flag in the output (e.g. 5.1)

profile?

TscH264Profile

(Optional)

type

"tsc-h264"