为 webrtc 同步假音频和媒体流 chrome

Sync fake audio and media stream for webrtc chrome

我目前正在使用 chrome 命令行开关

--use-fake-device-for-media-stream 
--use-file-for-fake-video-capture="file1.y4m" 
--use-file-for-fake-audio-capture="file2.wav" 

当我启动以下 url https://appr.tc/?debug=loopback 时,音频与视频不正确同步。

有人知道为什么会这样吗?

谢谢!

问题出在 https://appr.tc/?debug=loopback site. If you have a similar problem to mine use this site https://www.webrtc-experiment.com/RecordRTC/ 上。