liuzhe02 / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

bbb-check webrtc checks fail using bbb_webrtc_bridge_sip.js from after 12 Feb #1934

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Both the 'WebRTC Socket Test' and 'WebRTC Echo Test' fail using 
bbb_webrtc_bridge_sip.js from after 12 Feb 
(https://github.com/bigbluebutton/bigbluebutton/commit/d6ef5168c0d15de1aeca63391
361a74d0f1b36d5).

The bbb-check package from 0.9.0-RC uses the older bbb_webrtc_bridge_sip.js and 
so works as expected; building from HEAD or using the file from the bbb-client 
leaves the tests stuck in a 'Loading...' state.
Conversely building from HEAD and the overwriting with the older version works 
as expected.

If bbb-check and bbb-client are using different code here, I'm not sure the 
tests are valid?

Initial traces through the code seem to indicate the extra STUN/TURN work done 
in and around createUA() may be at fault.

Tests were performed on an RFC1918 (192.168.X.Y) network -in case that has an 
effect on the outcome of the STUN probes.

Original issue reported on code.google.com by sodn...@googlemail.com on 27 Apr 2015 at 8:13

GoogleCodeExporter commented 9 years ago
Thanks for reporting this.  We'll probably be updating the version of sip.js as 
part of the next release.

Original comment by ffdixon@gmail.com on 1 May 2015 at 3:28