Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何使用WebRTC设置decoderImplementation?从外部解码器更改为libvpx_Webrtc_Decoder_Vp9 - Fatal编程技术网

如何使用WebRTC设置decoderImplementation?从外部解码器更改为libvpx

如何使用WebRTC设置decoderImplementation?从外部解码器更改为libvpx,webrtc,decoder,vp9,Webrtc,Decoder,Vp9,我有两台计算机在观看同一条流,在计算机B上,流每隔几秒钟就冻结一次,计算机A工作正常 glitchy上的解码器实现是外部解码器,工作的是libvpx。我用的是VP9编解码器 在我能够解决外部解码器问题之前,是否可以强制执行libvpx?我在SimpleWebRTC中找不到任何可以选择使用解码器的地方: var webrtc = new SimpleWebRTC({ target: targetId, url: signalingServer, autoRequestMed

我有两台计算机在观看同一条流,在计算机B上,流每隔几秒钟就冻结一次,计算机A工作正常

glitchy上的解码器实现是外部解码器,工作的是libvpx。我用的是VP9编解码器

在我能够解决外部解码器问题之前,是否可以强制执行libvpx?我在SimpleWebRTC中找不到任何可以选择使用解码器的地方:

var webrtc = new SimpleWebRTC({
    target: targetId,
    url: signalingServer,
    autoRequestMedia: false,
    debug: false,
    detectSpeakingEvents: false,
    autoAdjustMic: false});