问题描述
我有一个以前工作的WebRTC应用程序,现在当调用 getuserMedia()
时,出现错误 TrackStartError
。
我使用Chrome版本50.0.2661.75 m(64位)。 解决方案
我有一个以前工作的WebRTC应用程序,现在当调用 getuserMedia()
时,出现错误 TrackStartError
。
我使用Chrome版本50.0.2661.75 m(64位)。 解决方案
似乎Google已停止使用以下音频约束: googEchoCancellation2
, googAutoGainControl
, googAutoGainControl2
, googNoiseSuppression2
。删除这些限制对我有用。 googAutoGainControl
可能是最常用的一个。
I had a WebRTC application that was previously working and now I get the error TrackStartError
while calling getuserMedia()
.
I'm using Chrome version 50.0.2661.75 m (64-bit).
It seems that Google discontinued the usage of the following audio constraints: googEchoCancellation2
, googAutoGainControl
, googAutoGainControl2
, googNoiseSuppression2
. Removing these constraints worked for me. googAutoGainControl
could be the one mostly used.
这篇关于Chrome中的getUserMedia导致TrackStartError的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!