通过webrtc成功。

This commit is contained in:
2025-03-17 17:49:46 +08:00
parent 74a38cb67a
commit d54ffd6541
15 changed files with 532 additions and 14 deletions

View File

@ -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;