问题在于视频和音频不同步,并且会话有些缓慢。
经过检查器,视频比特率约为1650Kbps,音频比特率约为30-35Kbps。 我的估计是视频比特率超出了需要,我想降低它。 但是,它看起来像未注册“分辨率:'320x240'”命令。即使立即更改frameRate也可以。
当前在中继会话中将JS 2.14.2用作Safari项目(H.264编解码器)。 以ReactJS加速器示例应用为基础。
我的发布属性是:
communication: {
callProperties: {
resolution: '320x240',
frameRate: 30,
showControls: false,
fitMode: "contain",
audioLevelDisplayMode:'off',
style: {
audioLevelDisplayMode:'off',
}
},
connectionLimit: 2, // limit participants to 2 people only
},