You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I test rawrtc-terminal-demo. js on Windows7, and rawrtc-terminal run in Ubuntu(in virtualbox) on the same PC. Test case fail in firefox, but pass in Chrome.
The Local Parameters in firefox: {"iceParameters":{"usernameFragment":"08272e3e","password":"94e05df97ef1c90ff5a4a610777a1fa4","iceLite":false},"iceCandidates":[{"foundation":"0","component":"1","protocol":"udp","priority":2122252543,"ip":"192.168.1.111","port":58084,"type":"host"},{"foundation":"2","component":"1","protocol":"udp","priority":2122187007,"ip":"fe80::ffff:ffff:fffe","port":58083,"type":"host"},{"foundation":"4","component":"1","protocol":"tcp","priority":2105524479,"ip":"192.168.1.111","port":9,"type":"host","tcpType":"active"},{"foundation":"5","component":"1","protocol":"tcp","priority":2105458943,"ip":"fe80::ffff:ffff:fffe","port":9,"type":"host","tcpType":"active"},{"foundation":"1","component":"1","protocol":"udp","priority":1686052863,"ip":"36.251.248.186","port":51336,"type":"srflx","relatedAddress":"192.168.1.111","relatedPort":58084}],"dtlsParameters":{"role":"auto","fingerprints":[{"algorithm":"sha-256","value":"00:AC:5B:5B:C4:20:55:03:F8:55:2C:D4:50:C2:D1:D1:E5:33:2A:73:4E:1B:B3:36:51:6F:A8:D2:E1:DA:93:9E"}]},"sctpParameters":{"maxMessageSize":1073741823,"port":5000}}
The Local Parameters in Chrome: {"iceParameters":{"usernameFragment":"410B","password":"Em5P0t93rDK2ECu7EyYymzyQ","iceLite":false},"iceCandidates":[{"foundation":"913901197","component":"1","protocol":"udp","priority":2113937151,"ip":"192.168.1.111","port":56977,"type":"host"},{"foundation":"842163049","component":"1","protocol":"udp","priority":1677729535,"ip":"36.251.248.186","port":45314,"type":"srflx","relatedAddress":"192.168.1.111","relatedPort":56977}],"dtlsParameters":{"role":"auto","fingerprints":[{"algorithm":"sha-256","value":"F8:6D:D1:46:64:19:13:16:11:C5:2B:69:ED:0B:A7:D5:00:E0:15:3F:46:03:85:91:32:00:0B:69:D2:02:2B:58"}]},"sctpParameters":{"maxMessageSize":16384,"port":5000}}
The error message in Ubuntu is as follows, when test fail.
hi all:
I think this is because the implement of Firefox. My PC in a WIFI condition,
My PC local ip is: 192.168.1.103, and router ip is:10.8.114.103 ,public ip:36.251.248.186
Another peer local ip is: 10.8.117.44, public ip:36.251.248.186
When we all use Chrome, we can build p2p connection. Then p2p hole process is:
When we all use Firefox, we can't build p2p connection. The p2p hole process is:
FireFox send stun Binding Request by ip which get from a signal server. And Chrome directly send stun
Binding Response when it receive Binding Request.
I test rawrtc-terminal-demo. js on Windows7, and rawrtc-terminal run in Ubuntu(in virtualbox) on the same PC. Test case fail in firefox, but pass in Chrome.
The Local Parameters in firefox:
{"iceParameters":{"usernameFragment":"08272e3e","password":"94e05df97ef1c90ff5a4a610777a1fa4","iceLite":false},"iceCandidates":[{"foundation":"0","component":"1","protocol":"udp","priority":2122252543,"ip":"192.168.1.111","port":58084,"type":"host"},{"foundation":"2","component":"1","protocol":"udp","priority":2122187007,"ip":"fe80::ffff:ffff:fffe","port":58083,"type":"host"},{"foundation":"4","component":"1","protocol":"tcp","priority":2105524479,"ip":"192.168.1.111","port":9,"type":"host","tcpType":"active"},{"foundation":"5","component":"1","protocol":"tcp","priority":2105458943,"ip":"fe80::ffff:ffff:fffe","port":9,"type":"host","tcpType":"active"},{"foundation":"1","component":"1","protocol":"udp","priority":1686052863,"ip":"36.251.248.186","port":51336,"type":"srflx","relatedAddress":"192.168.1.111","relatedPort":58084}],"dtlsParameters":{"role":"auto","fingerprints":[{"algorithm":"sha-256","value":"00:AC:5B:5B:C4:20:55:03:F8:55:2C:D4:50:C2:D1:D1:E5:33:2A:73:4E:1B:B3:36:51:6F:A8:D2:E1:DA:93:9E"}]},"sctpParameters":{"maxMessageSize":1073741823,"port":5000}}
The Local Parameters in Chrome:
{"iceParameters":{"usernameFragment":"410B","password":"Em5P0t93rDK2ECu7EyYymzyQ","iceLite":false},"iceCandidates":[{"foundation":"913901197","component":"1","protocol":"udp","priority":2113937151,"ip":"192.168.1.111","port":56977,"type":"host"},{"foundation":"842163049","component":"1","protocol":"udp","priority":1677729535,"ip":"36.251.248.186","port":45314,"type":"srflx","relatedAddress":"192.168.1.111","relatedPort":56977}],"dtlsParameters":{"role":"auto","fingerprints":[{"algorithm":"sha-256","value":"F8:6D:D1:46:64:19:13:16:11:C5:2B:69:ED:0B:A7:D5:00:E0:15:3F:46:03:85:91:32:00:0B:69:D2:02:2B:58"}]},"sctpParameters":{"maxMessageSize":16384,"port":5000}}
The error message in Ubuntu is as follows, when test fail.
Thank you.
The text was updated successfully, but these errors were encountered: