[*] 码率配置

This commit is contained in:
acgist
2023-08-26 10:12:00 +08:00
parent 54d8c04b8b
commit 7e4230c214
6 changed files with 29 additions and 22 deletions

View File

@@ -2793,9 +2793,9 @@ class Taoyao extends RemoteClient {
}
const track = videoTrack || await me.getVideoTrack();
const codecOptions = {
videoGoogleStartBitrate: 400,
videoGoogleMinBitrate : 800,
videoGoogleMaxBitrate : 1800,
videoGoogleStartBitrate: 1000,
videoGoogleMaxBitrate : 1600,
};
let codec;
if(me.forceVP8) {