Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有最新版本的 Kurento 媒体服务器 v6.4.0,当我尝试与 kurento 建立连接时,它返回错误
{ [Error: Error adding candidate] code: 40401, data: { type: 'ICE_ADD_CANDIDATE_ERROR' } }
Kurento 在我的本地 ubuntu 机器上完美运行,即,当我尝试与安装在本地服务器上的 KMS 建立连接时,它运行良好,一切正常,但是当我将它安装在 Amazon 机器上时,它会产生这个错误。
问题是libnice没有正确安装,请将libnice更新到0.1.13版本。
您可以检查运行的 libnice 版本:
dpkg -l | grep nice
如果版本不是 0.1.13 尝试运行:
sudo apt-get update && sudo apt-gete dist-upgrade