标签: javascript google-chrome video-streaming webrtc
因此,我正在尝试将视频从服务器流传输到客户端,但是目前建立ICE连接非常不稳定。它有一半时间成功连接,而另一半则停留在Inf状态。
Inf
浏览日志,我发现( cummax(x) + rev(cummin(rev(replace(x, x < 0, Inf)))) ) / 2 ## [1] 1.0 2.0 3.5 3.5 5.0 6.0 7.0 7.5 7.5 7.5 8.0 9.0 被卡住时为0。
( cummax(x) + rev(cummin(rev(replace(x, x < 0, Inf)))) ) / 2 ## [1] 1.0 2.0 3.5 3.5 5.0 6.0 7.0 7.5 7.5 7.5 8.0 9.0
有人为什么有这种可能的原因吗?
我在下面包括了失败的转储。
ICE connection stuck on checking state