通过webrtc成功。
This commit is contained in:
@ -87,8 +87,8 @@ bool VideoInput::startEncode() {
|
||||
config.raw_max_height = 1664;
|
||||
config.width = 1280;
|
||||
config.height = 720;
|
||||
config.gop = 15;
|
||||
config.framerate = 15;
|
||||
config.gop = 5;
|
||||
config.framerate = 25;
|
||||
config.rc_type = RC_VBR;
|
||||
|
||||
S_venc_rc_vbr vbr;
|
||||
|
Reference in New Issue
Block a user