Debuging Firefox-Firefox video call

361 views
Skip to first unread message

Jaime Poch

unread,
Feb 24, 2018, 3:55:40 AM2/24/18
to discuss-webrtc
Hello

I'm trying to make a video call. The same code is working between two tabs from my own firefox, but not between two peers in the same local network. Can anyone clarify this logs messages in order to know what is happening?? Thanks!



This is my log from about:webrtc:

SDP

SDP local
v=0
o=mozilla...THIS_IS_SDPARTA-58.0.2 6583129482404412909 0 IN IP4 0.0.0.0
s=-
t=0 0
a=sendrecv
a=fingerprint:sha-256 1B:70:36:E1:15:FF:B6:9B:A2:8A:71:1D:41:23:29:D1:02:7F:59:E8:5A:A3:19:52:49:99:3B:BA:B9:9F:F6:B3
a=group:BUNDLE sdparta_0 sdparta_1
a=ice-options:trickle
a=msid-semantic:WMS *
m=audio 63254 UDP/TLS/RTP/SAVPF 109 9 0 8 101
c=IN IP4 83.39.162.55
a=candidate:0 1 UDP 2122252543 192.168.1.35 63254 typ host
a=candidate:2 1 UDP 2122187007 10.8.0.10 59327 typ host
a=candidate:4 1 TCP 2105524479 192.168.1.35 9 typ host tcptype active
a=candidate:5 1 TCP 2105458943 10.8.0.10 9 typ host tcptype active
a=candidate:0 2 UDP 2122252542 192.168.1.35 63488 typ host
a=candidate:2 2 UDP 2122187006 10.8.0.10 64900 typ host
a=candidate:4 2 TCP 2105524478 192.168.1.35 9 typ host tcptype active
a=candidate:5 2 TCP 2105458942 10.8.0.10 9 typ host tcptype active
a=candidate:1 1 UDP 1686052863 83.39.162.55 63254 typ srflx raddr 192.168.1.35 rport 63254
a=candidate:1 2 UDP 1686052862 83.39.162.55 63488 typ srflx raddr 192.168.1.35 rport 63488
a=sendrecv
a=end-of-candidates
a=extmap:1/sendonly urn:ietf:params:rtp-hdrext:ssrc-audio-level
a=extmap:2 urn:ietf:params:rtp-hdrext:sdes:mid
a=fmtp:109 maxplaybackrate=48000;stereo=1;useinbandfec=1
a=fmtp:101 0-15
a=ice-pwd:56200723f68133c3bd7b7c3137749446
a=ice-ufrag:fb1c167c
a=mid:sdparta_0
a=msid:{52035882-ef79-1143-a983-b01695a8e793} {732e65e4-22bf-7a4e-ab58-c777a38402c0}
a=rtcp:63488 IN IP4 83.39.162.55
a=rtcp-mux
a=rtpmap:109 opus/48000/2
a=rtpmap:9 G722/8000/1
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=setup:actpass
a=ssrc:935616126 cname:{181b52ed-6c87-b64d-bbb6-ee217f61bd9b}
m=video 63254 UDP/TLS/RTP/SAVPF 120 121 126 97
c=IN IP4 83.39.162.55
a=candidate:0 1 UDP 2122252543 192.168.1.35 55039 typ host
a=candidate:2 1 UDP 2122187007 10.8.0.10 57476 typ host
a=candidate:4 1 TCP 2105524479 192.168.1.35 9 typ host tcptype active
a=candidate:5 1 TCP 2105458943 10.8.0.10 9 typ host tcptype active
a=candidate:0 2 UDP 2122252542 192.168.1.35 64652 typ host
a=candidate:2 2 UDP 2122187006 10.8.0.10 57723 typ host
a=candidate:4 2 TCP 2105524478 192.168.1.35 9 typ host tcptype active
a=candidate:5 2 TCP 2105458942 10.8.0.10 9 typ host tcptype active
a=candidate:1 1 UDP 1686052863 83.39.162.55 55039 typ srflx raddr 192.168.1.35 rport 55039
a=candidate:1 2 UDP 1686052862 83.39.162.55 64652 typ srflx raddr 192.168.1.35 rport 64652
a=sendrecv
a=extmap:1 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
a=extmap:2 urn:ietf:params:rtp-hdrext:toffset
a=extmap:3 urn:ietf:params:rtp-hdrext:sdes:mid
a=fmtp:126 profile-level-id=42e01f;level-asymmetry-allowed=1;packetization-mode=1
a=fmtp:97 profile-level-id=42e01f;level-asymmetry-allowed=1
a=fmtp:120 max-fs=12288;max-fr=60
a=fmtp:121 max-fs=12288;max-fr=60
a=ice-pwd:56200723f68133c3bd7b7c3137749446
a=ice-ufrag:fb1c167c
a=mid:sdparta_1
a=msid:{52035882-ef79-1143-a983-b01695a8e793} {5787b258-c26c-ff4d-9f9d-9ddf1ac3c22a}
a=rtcp:64652 IN IP4 83.39.162.55
a=rtcp-fb:120 nack
a=rtcp-fb:120 nack pli
a=rtcp-fb:120 ccm fir
a=rtcp-fb:120 goog-remb
a=rtcp-fb:121 nack
a=rtcp-fb:121 nack pli
a=rtcp-fb:121 ccm fir
a=rtcp-fb:121 goog-remb
a=rtcp-fb:126 nack
a=rtcp-fb:126 nack pli
a=rtcp-fb:126 ccm fir
a=rtcp-fb:126 goog-remb
a=rtcp-fb:97 nack
a=rtcp-fb:97 nack pli
a=rtcp-fb:97 ccm fir
a=rtcp-fb:97 goog-remb
a=rtcp-mux
a=rtpmap:120 VP8/90000
a=rtpmap:121 VP9/90000
a=rtpmap:126 H264/90000
a=rtpmap:97 H264/90000
a=setup:actpass
a=ssrc:3906629109 cname:{181b52ed-6c87-b64d-bbb6-ee217f61bd9b}
SDP remoto
v=0
o=mozilla...THIS_IS_SDPARTA-58.0.2 1572011955850866563 0 IN IP4 0.0.0.0
s=-
t=0 0
a=sendrecv
a=fingerprint:sha-256 40:4B:72:EF:DD:F1:53:A8:27:01:9B:40:1F:E6:C1:AD:3A:87:64:C5:C5:95:E3:87:04:34:E2:04:81:51:D7:3C
a=group:BUNDLE sdparta_0 sdparta_1
a=ice-options:trickle
a=msid-semantic:WMS *
m=audio 9 UDP/TLS/RTP/SAVPF 109 101
c=IN IP4 0.0.0.0
a=candidate:0 1 UDP 2122252543 192.168.21.125 50189 typ host
a=candidate:2 1 TCP 2105524479 192.168.21.125 9 typ host tcptype active
a=candidate:1 1 UDP 1686052863 80.28.131.53 7794 typ srflx raddr 192.168.21.125 rport 50189
a=sendrecv
a=extmap:2 urn:ietf:params:rtp-hdrext:sdes:mid
a=fmtp:109 maxplaybackrate=48000;stereo=1;useinbandfec=1
a=fmtp:101 0-15
a=ice-pwd:bd7e0f0b2f3462da2bd4eabe36b759d8
a=ice-ufrag:aeb32835
a=mid:sdparta_0
a=msid:{39de5065-3aae-4092-a0d9-debd939746d6} {97f6b109-e224-4e7a-b20e-a885c713ef8e}
a=rtcp-mux
a=rtpmap:109 opus/48000/2
a=rtpmap:101 telephone-event/8000
a=setup:active
a=ssrc:849451038 cname:{149eefe5-b9c4-4356-90dd-731daf83903e}
m=video 9 UDP/TLS/RTP/SAVPF 120
c=IN IP4 0.0.0.0
a=sendrecv
a=extmap:1 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
a=extmap:2 urn:ietf:params:rtp-hdrext:toffset
a=extmap:3 urn:ietf:params:rtp-hdrext:sdes:mid
a=fmtp:120 max-fs=12288;max-fr=60
a=ice-pwd:bd7e0f0b2f3462da2bd4eabe36b759d8
a=ice-ufrag:aeb32835
a=mid:sdparta_1
a=msid:{39de5065-3aae-4092-a0d9-debd939746d6} {832d60f3-59f1-4c6b-b544-598b69706603}
a=rtcp-fb:120 nack
a=rtcp-fb:120 nack pli
a=rtcp-fb:120 ccm fir
a=rtcp-fb:120 goog-remb
a=rtcp-mux
a=rtpmap:120 VP8/90000
a=setup:active
a=ssrc:457522471 cname:{149eefe5-b9c4-4356-90dd-731daf83903e}

Estadísticas RDP

outbound_rtcp_video_1

Local: 08:34:04 GMT+0100 (CET) inbound-rtp SSRC: 3906629109

inbound_rtp_video_1

Local: 19:12:58 GMT+0100 (CET) inbound-rtp SSRC: 457522471

inbound_rtp_audio_0

Local: 19:12:58 GMT+0100 (CET) inbound-rtp SSRC: 0

outbound_rtp_video_1

Local: 19:12:58 GMT+0100 (CET) outbound-rtp SSRC: 3906629109

Remoto: 08:34:04 GMT+0100 (CET) inbound-rtp SSRC: 3906629109

outbound_rtp_audio_0

Local: 19:12:58 GMT+0100 (CET) outbound-rtp SSRC: 935616126




Connection log:

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:173 function nr_socket_multi_tcp_create_stun_server_socket skipping UDP STUN server(addr:)

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:617 function nr_socket_multi_tcp_listen failed with error 3

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): failed to create passive TCP host candidate: 3

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:173 function nr_socket_multi_tcp_create_stun_server_socket skipping UDP STUN server(addr:)

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:617 function nr_socket_multi_tcp_listen failed with error 3

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): failed to create passive TCP host candidate: 3

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:173 function nr_socket_multi_tcp_create_stun_server_socket skipping UDP STUN server(addr:)

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:617 function nr_socket_multi_tcp_listen failed with error 3

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): failed to create passive TCP host candidate: 3

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:173 function nr_socket_multi_tcp_create_stun_server_socket skipping UDP STUN server(addr:)

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:617 function nr_socket_multi_tcp_listen failed with error 3

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): failed to create passive TCP host candidate: 3

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:173 function nr_socket_multi_tcp_create_stun_server_socket skipping UDP STUN server(addr:)

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:617 function nr_socket_multi_tcp_listen failed with error 3

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): failed to create passive TCP host candidate: 3

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:173 function nr_socket_multi_tcp_create_stun_server_socket skipping UDP STUN server(addr:)

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:617 function nr_socket_multi_tcp_listen failed with error 3

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): failed to create passive TCP host candidate: 3

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:173 function nr_socket_multi_tcp_create_stun_server_socket skipping UDP STUN server(addr:)

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:617 function nr_socket_multi_tcp_listen failed with error 3

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): failed to create passive TCP host candidate: 3

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:173 function nr_socket_multi_tcp_create_stun_server_socket skipping UDP STUN server(addr:)

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:617 function nr_socket_multi_tcp_listen failed with error 3

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): failed to create passive TCP host candidate: 3

STUN-CLIENT(srflx(IP4:192.168.1.35:63254/UDP|stun.l.google.com:19302)): Received response; processing

STUN-CLIENT(srflx(IP4:192.168.1.35:63488/UDP|stun.l.google.com:19302)): Received response; processing

STUN-CLIENT(srflx(IP4:192.168.1.35:55039/UDP|stun.l.google.com:19302)): Received response; processing

STUN-CLIENT(srflx(IP4:192.168.1.35:64652/UDP|stun.l.google.com:19302)): Received response; processing

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): peer (PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default) has no stream matching stream 0-1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#) aLevel=1

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): peer (PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default) no streams with non-empty check lists

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): peer (PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default) no streams with pre-answer requests

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): peer (PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default) no checks to start

ICE-PEER(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/CAND-PAIR(SGvN): setting pair to state FROZEN: SGvN|IP4:192.168.1.35:63254/UDP|IP4:192.168.21.125:50189/UDP(host(IP4:192.168.1.35:63254/UDP)|candidate:0 1 UDP 2122252543 192.168.21.125 50189 typ host)

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#))/CAND-PAIR(SGvN): Pairing candidate IP4:192.168.1.35:63254/UDP (7e7f00ff):IP4:192.168.21.125:50189/UDP (7e7f00ff) priority=9115005270282338815 (7e7f00fffcfe01ff)

ICE-PEER(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/ICE-STREAM(0-1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#) aLevel=0): Starting check timer for stream.

ICE-PEER(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/CAND-PAIR(SGvN): setting pair to state WAITING: SGvN|IP4:192.168.1.35:63254/UDP|IP4:192.168.21.125:50189/UDP(host(IP4:192.168.1.35:63254/UDP)|candidate:0 1 UDP 2122252543 192.168.21.125 50189 typ host)

ICE-PEER(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/CAND-PAIR(SGvN): setting pair to state IN_PROGRESS: SGvN|IP4:192.168.1.35:63254/UDP|IP4:192.168.21.125:50189/UDP(host(IP4:192.168.1.35:63254/UDP)|candidate:0 1 UDP 2122252543 192.168.21.125 50189 typ host)

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): peer (PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default) is now checking

ICE-PEER(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/CAND-PAIR(CNhz): setting pair to state FROZEN: CNhz|IP4:10.8.0.10:59327/UDP|IP4:192.168.21.125:50189/UDP(host(IP4:10.8.0.10:59327/UDP)|candidate:0 1 UDP 2122252543 192.168.21.125 50189 typ host)

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#))/CAND-PAIR(CNhz): Pairing candidate IP4:10.8.0.10:59327/UDP (7e7e00ff):IP4:192.168.21.125:50189/UDP (7e7f00ff) priority=9114723795305628158 (7e7e00fffcfe01fe)

ICE-PEER(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/CAND-PAIR(CNhz): setting pair to state WAITING: CNhz|IP4:10.8.0.10:59327/UDP|IP4:192.168.21.125:50189/UDP(host(IP4:10.8.0.10:59327/UDP)|candidate:0 1 UDP 2122252543 192.168.21.125 50189 typ host)

ICE-PEER(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/CAND-PAIR(CNhz): setting pair to state IN_PROGRESS: CNhz|IP4:10.8.0.10:59327/UDP|IP4:192.168.21.125:50189/UDP(host(IP4:10.8.0.10:59327/UDP)|candidate:0 1 UDP 2122252543 192.168.21.125 50189 typ host)

ICE-PEER(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/CAND-PAIR(9BgA): setting pair to state FROZEN: 9BgA|IP4:192.168.1.35:63254/UDP|IP4:80.28.131.53:7794/UDP(host(IP4:192.168.1.35:63254/UDP)|candidate:1 1 UDP 1686052863 80.28.131.53 7794 typ srflx raddr 192.168.21.125 rport 50189)

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#))/CAND-PAIR(9BgA): Pairing candidate IP4:192.168.1.35:63254/UDP (7e7f00ff):IP4:80.28.131.53:7794/UDP (647f1fff) priority=7241541910156673535 (647f1ffffcfe01ff)

ICE-PEER(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/CAND-PAIR(6LuK): setting pair to state FROZEN: 6LuK|IP4:10.8.0.10:59327/UDP|IP4:80.28.131.53:7794/UDP(host(IP4:10.8.0.10:59327/UDP)|candidate:1 1 UDP 1686052863 80.28.131.53 7794 typ srflx raddr 192.168.21.125 rport 50189)

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#))/CAND-PAIR(6LuK): Pairing candidate IP4:10.8.0.10:59327/UDP (7e7e00ff):IP4:80.28.131.53:7794/UDP (647f1fff) priority=7241541910156542463 (647f1ffffcfc01ff)

ICE-PEER(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/CAND-PAIR(9BgA): setting pair to state WAITING: 9BgA|IP4:192.168.1.35:63254/UDP|IP4:80.28.131.53:7794/UDP(host(IP4:192.168.1.35:63254/UDP)|candidate:1 1 UDP 1686052863 80.28.131.53 7794 typ srflx raddr 192.168.21.125 rport 50189)

ICE-PEER(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/CAND-PAIR(9BgA): setting pair to state IN_PROGRESS: 9BgA|IP4:192.168.1.35:63254/UDP|IP4:80.28.131.53:7794/UDP(host(IP4:192.168.1.35:63254/UDP)|candidate:1 1 UDP 1686052863 80.28.131.53 7794 typ srflx raddr 192.168.21.125 rport 50189)

ICE-PEER(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/CAND-PAIR(6LuK): setting pair to state WAITING: 6LuK|IP4:10.8.0.10:59327/UDP|IP4:80.28.131.53:7794/UDP(host(IP4:10.8.0.10:59327/UDP)|candidate:1 1 UDP 1686052863 80.28.131.53 7794 typ srflx raddr 192.168.21.125 rport 50189)

ICE-PEER(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/CAND-PAIR(6LuK): setting pair to state IN_PROGRESS: 6LuK|IP4:10.8.0.10:59327/UDP|IP4:80.28.131.53:7794/UDP(host(IP4:10.8.0.10:59327/UDP)|candidate:1 1 UDP 1686052863 80.28.131.53 7794 typ srflx raddr 192.168.21.125 rport 50189)

ICE-PEER(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default): no pairs for 0-1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#) aLevel=0

STUN-CLIENT(srflx(IP4:10.8.0.10:59327/UDP|stun.l.google.com:19302)): Timed out

STUN-CLIENT(srflx(IP4:10.8.0.10:64900/UDP|stun.l.google.com:19302)): Timed out

ICE(PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): peer (PC:1519409562001231 (id=32212255111 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default) Trickle grace period is over; marking every component with only failed pairs as failed.

ad...@norvi.net

unread,
Feb 26, 2018, 2:38:03 AM2/26/18
to discuss-webrtc
They don't look to be on the same network.

One is on 192.168.1.35 with a gateway of 83.39.162.55
and the other on 192.168.21.125 with a gateway of 80.28.131.53

Possibly, you have different routes for hardwire/wireless, or maybe you have a guest network that's seperate from your main network.

Adding a TURN server might help.

Jaime Poch

unread,
Feb 26, 2018, 3:20:23 AM2/26/18
to discuss...@googlegroups.com
Ok I'll check it!

Thanks!

--

---
You received this message because you are subscribed to a topic in the Google Groups "discuss-webrtc" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/discuss-webrtc/J4nzaYSeGBY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to discuss-webrtc+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/fe2b323b-b7b8-4b4d-bc5f-52eb2441b8ac%40googlegroups.com.

For more options, visit https://groups.google.com/d/optout.

Jaime Poch

unread,
Feb 26, 2018, 8:33:19 AM2/26/18
to discuss-webrtc
So yes, they were not in the same network.

But now I'm testing with two devices in the same network and can not connect:

This are my logs:

SDP

SDP local
v=0
o=mozilla...THIS_IS_SDPARTA-58.0.2 2073253425069665272 0 IN IP4 0.0.0.0
s=-
t=0 0
a=sendrecv
a=fingerprint:sha-256 4A:93:CC:43:A0:69:2B:A8:3D:44:95:27:C1:B5:79:11:54:F6:D7:CE:E4:A8:40:96:0A:CC:92:16:BC:07:8E:DB
a=group:BUNDLE sdparta_0 sdparta_1
a=ice-options:trickle
a=msid-semantic:WMS *
m=audio 7528 UDP/TLS/RTP/SAVPF 109 9 0 8 101
c=IN IP4 80.28.131.53
a=candidate:0 1 UDP 2122252543 192.168.21.129 61261 typ host
a=candidate:2 1 TCP 2105524479 192.168.21.129 9 typ host tcptype active
a=candidate:0 2 UDP 2122252542 192.168.21.129 61657 typ host
a=candidate:2 2 TCP 2105524478 192.168.21.129 9 typ host tcptype active
a=candidate:1 1 UDP 1686052863 80.28.131.53 7528 typ srflx raddr 192.168.21.129 rport 61261
a=candidate:1 2 UDP 1686052862 80.28.131.53 53402 typ srflx raddr 192.168.21.129 rport 61657
a=sendrecv
a=end-of-candidates
a=extmap:1/sendonly urn:ietf:params:rtp-hdrext:ssrc-audio-level
a=extmap:2 urn:ietf:params:rtp-hdrext:sdes:mid
a=fmtp:109 maxplaybackrate=48000;stereo=1;useinbandfec=1
a=fmtp:101 0-15
a=ice-pwd:b4a2284699e5f3127ab5b455bd0ac48a
a=ice-ufrag:bd4beaea
a=mid:sdparta_0
a=msid:{ec0ce305-588b-8a45-9472-4287441a1ac1} {2f555e8d-a7c3-8744-bf74-097291d15003}
a=rtcp:53402 IN IP4 80.28.131.53
a=rtcp-mux
a=rtpmap:109 opus/48000/2
a=rtpmap:9 G722/8000/1
a=rtpmap:0 PCMU/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=setup:actpass
a=ssrc:787943376 cname:{74167d4a-fc13-c94a-808e-78346e0e9112}
m=video 21009 UDP/TLS/RTP/SAVPF 120 121 126 97
c=IN IP4 80.28.131.53
a=candidate:0 1 UDP 2122252543 192.168.21.129 53153 typ host
a=candidate:2 1 TCP 2105524479 192.168.21.129 9 typ host tcptype active
a=candidate:0 2 UDP 2122252542 192.168.21.129 62866 typ host
a=candidate:2 2 TCP 2105524478 192.168.21.129 9 typ host tcptype active
a=candidate:1 1 UDP 1686052863 80.28.131.53 21009 typ srflx raddr 192.168.21.129 rport 53153
a=candidate:1 2 UDP 1686052862 80.28.131.53 27884 typ srflx raddr 192.168.21.129 rport 62866
a=sendrecv
a=end-of-candidates
a=extmap:1 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
a=extmap:2 urn:ietf:params:rtp-hdrext:toffset
a=extmap:3 urn:ietf:params:rtp-hdrext:sdes:mid
a=fmtp:126 profile-level-id=42e01f;level-asymmetry-allowed=1;packetization-mode=1
a=fmtp:97 profile-level-id=42e01f;level-asymmetry-allowed=1
a=fmtp:120 max-fs=12288;max-fr=60
a=fmtp:121 max-fs=12288;max-fr=60
a=ice-pwd:b4a2284699e5f3127ab5b455bd0ac48a
a=ice-ufrag:bd4beaea
a=mid:sdparta_1
a=msid:{ec0ce305-588b-8a45-9472-4287441a1ac1} {73779dab-cefc-6741-812d-c39d33f769f5}
a=rtcp:27884 IN IP4 80.28.131.53
a=rtcp-fb:120 nack
a=rtcp-fb:120 nack pli
a=rtcp-fb:120 ccm fir
a=rtcp-fb:120 goog-remb
a=rtcp-fb:121 nack
a=rtcp-fb:121 nack pli
a=rtcp-fb:121 ccm fir
a=rtcp-fb:121 goog-remb
a=rtcp-fb:126 nack
a=rtcp-fb:126 nack pli
a=rtcp-fb:126 ccm fir
a=rtcp-fb:126 goog-remb
a=rtcp-fb:97 nack
a=rtcp-fb:97 nack pli
a=rtcp-fb:97 ccm fir
a=rtcp-fb:97 goog-remb
a=rtcp-mux
a=rtpmap:120 VP8/90000
a=rtpmap:121 VP9/90000
a=rtpmap:126 H264/90000
a=rtpmap:97 H264/90000
a=setup:actpass
a=ssrc:2227891660 cname:{74167d4a-fc13-c94a-808e-78346e0e9112}
SDP remoto
v=0
o=mozilla...THIS_IS_SDPARTA-58.0.2 4681914332099944396 0 IN IP4 0.0.0.0
s=-
t=0 0
a=sendrecv
a=fingerprint:sha-256 C9:0C:98:8A:B7:D0:5F:5C:08:D7:CA:5A:BD:11:F1:24:8C:C7:2C:4D:15:22:E4:56:A1:10:FC:9D:1B:17:7A:1C
a=group:BUNDLE sdparta_0 sdparta_1
a=ice-options:trickle
a=msid-semantic:WMS *
m=audio 9 UDP/TLS/RTP/SAVPF 109 101
c=IN IP4 0.0.0.0
a=candidate:0 1 UDP 2122252543 192.168.21.96 51956 typ host
a=candidate:2 1 TCP 2105524479 192.168.21.96 9 typ host tcptype active
a=sendrecv
a=extmap:2 urn:ietf:params:rtp-hdrext:sdes:mid
a=fmtp:109 maxplaybackrate=48000;stereo=1;useinbandfec=1
a=fmtp:101 0-15
a=ice-pwd:d0bb36b4a6706cea9859c052ab4274d7
a=ice-ufrag:c87c3470
a=mid:sdparta_0
a=msid:{92ca50cc-77c8-49dd-b33c-a130bdb2cb17} {7aeee9da-28f9-4fc4-be6b-fca70c4cdd40}
a=rtcp-mux
a=rtpmap:109 opus/48000/2
a=rtpmap:101 telephone-event/8000
a=setup:active
a=ssrc:2242949643 cname:{7b069ac9-873d-40f4-b442-5ead85260570}
m=video 9 UDP/TLS/RTP/SAVPF 120
c=IN IP4 0.0.0.0
a=sendrecv
a=extmap:1 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
a=extmap:2 urn:ietf:params:rtp-hdrext:toffset
a=extmap:3 urn:ietf:params:rtp-hdrext:sdes:mid
a=fmtp:120 max-fs=12288;max-fr=60
a=ice-pwd:d0bb36b4a6706cea9859c052ab4274d7
a=ice-ufrag:c87c3470
a=mid:sdparta_1
a=msid:{92ca50cc-77c8-49dd-b33c-a130bdb2cb17} {5c6b7bef-3ba9-426a-a8b4-8400b25d3b60}
a=rtcp-fb:120 nack
a=rtcp-fb:120 nack pli
a=rtcp-fb:120 ccm fir
a=rtcp-fb:120 goog-remb
a=rtcp-mux
a=rtpmap:120 VP8/90000
a=setup:active
a=ssrc:3416981717 cname:{7b069ac9-873d-40f4-b442-5ead85260570}

Estadísticas RDP

outbound_rtcp_video_1

Local: 08:37:23 GMT+0100 (CET) inbound-rtp SSRC: 2227891660

inbound_rtp_video_1

Local: 14:29:40 GMT+0100 (CET) inbound-rtp SSRC: 3416981717

inbound_rtp_audio_0

Local: 14:29:40 GMT+0100 (CET) inbound-rtp SSRC: 0

outbound_rtp_audio_0

Local: 14:29:40 GMT+0100 (CET) outbound-rtp SSRC: 787943376

outbound_rtp_video_1

Local: 14:29:40 GMT+0100 (CET) outbound-rtp SSRC: 2227891660

Remoto: 08:37:23 GMT+0100 (CET) inbound-rtp SSRC: 2227891660



Conection log:


/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:173 function nr_socket_multi_tcp_create_stun_server_socket skipping UDP STUN server(addr:)

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:617 function nr_socket_multi_tcp_listen failed with error 3

ICE(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): failed to create passive TCP host candidate: 3

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:173 function nr_socket_multi_tcp_create_stun_server_socket skipping UDP STUN server(addr:)

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:617 function nr_socket_multi_tcp_listen failed with error 3

ICE(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): failed to create passive TCP host candidate: 3

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:173 function nr_socket_multi_tcp_create_stun_server_socket skipping UDP STUN server(addr:)

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:617 function nr_socket_multi_tcp_listen failed with error 3

ICE(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): failed to create passive TCP host candidate: 3

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:173 function nr_socket_multi_tcp_create_stun_server_socket skipping UDP STUN server(addr:)

/builds/worker/workspace/build/src/media/mtransport/third_party/nICEr/src/net/nr_socket_multi_tcp.c:617 function nr_socket_multi_tcp_listen failed with error 3

ICE(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): failed to create passive TCP host candidate: 3

STUN-CLIENT(srflx(IP4:192.168.21.129:61261/UDP|stun.l.google.com:19302)): Received response; processing

STUN-CLIENT(srflx(IP4:192.168.21.129:61657/UDP|stun.l.google.com:19302)): Received response; processing

STUN-CLIENT(srflx(IP4:192.168.21.129:53153/UDP|stun.l.google.com:19302)): Received response; processing

STUN-CLIENT(srflx(IP4:192.168.21.129:62866/UDP|stun.l.google.com:19302)): Received response; processing

ICE(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): peer (PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default) has no stream matching stream 0-1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#) aLevel=1

ICE(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): peer (PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default) no streams with non-empty check lists

ICE(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): peer (PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default) no streams with pre-answer requests

ICE(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): peer (PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default) no checks to start

ICE-PEER(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/CAND-PAIR(I0h/): setting pair to state FROZEN: I0h/|IP4:192.168.21.129:61261/UDP|IP4:192.168.21.96:51956/UDP(host(IP4:192.168.21.129:61261/UDP)|candidate:0 1 UDP 2122252543 192.168.21.96 51956 typ host)

ICE(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#))/CAND-PAIR(I0h/): Pairing candidate IP4:192.168.21.129:61261/UDP (7e7f00ff):IP4:192.168.21.96:51956/UDP (7e7f00ff) priority=9115005270282338815 (7e7f00fffcfe01ff)

ICE-PEER(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/ICE-STREAM(0-1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#) aLevel=0): Starting check timer for stream.

ICE-PEER(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/CAND-PAIR(I0h/): setting pair to state WAITING: I0h/|IP4:192.168.21.129:61261/UDP|IP4:192.168.21.96:51956/UDP(host(IP4:192.168.21.129:61261/UDP)|candidate:0 1 UDP 2122252543 192.168.21.96 51956 typ host)

ICE-PEER(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/CAND-PAIR(I0h/): setting pair to state IN_PROGRESS: I0h/|IP4:192.168.21.129:61261/UDP|IP4:192.168.21.96:51956/UDP(host(IP4:192.168.21.129:61261/UDP)|candidate:0 1 UDP 2122252543 192.168.21.96 51956 typ host)

ICE(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): peer (PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default) is now checking

ICE-PEER(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default): no pairs for 0-1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#) aLevel=0

ICE(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#)): peer (PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default) Trickle grace period is over; marking every component with only failed pairs as failed.

STUN-CLIENT(I0h/|IP4:192.168.21.129:61261/UDP|IP4:192.168.21.96:51956/UDP(host(IP4:192.168.21.129:61261/UDP)|candidate:0 1 UDP 2122252543 192.168.21.96 51956 typ host)): Timed out

ICE-PEER(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/CAND-PAIR(I0h/): setting pair to state FAILED: I0h/|IP4:192.168.21.129:61261/UDP|IP4:192.168.21.96:51956/UDP(host(IP4:192.168.21.129:61261/UDP)|candidate:0 1 UDP 2122252543 192.168.21.96 51956 typ host)

ICE-PEER(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default)/STREAM(0-1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#) aLevel=0)/COMP(1): All pairs are failed, and grace period has elapsed. Marking component as failed.

ICE-PEER(PC:1519651753185735 (id=10737418438 url=http://192.168.21.233/cityhelppoint/chp-admin/inicio.php#):default): all checks completed success=0 fail=1

+++++++ END ++++++++



Byron Campen

unread,
Feb 26, 2018, 9:39:35 AM2/26/18
to discuss...@googlegroups.com, Jaime Poch
    It appears that the remote side is also failing to gather server reflexive candidates (or perhaps failing to trickle them). The logs from the other side might be useful. Packet captures might also be useful.

Best regards,
Byron Campen
--

---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/discuss-webrtc/e2f7f2c9-6095-4f9c-affe-915099f4b5d2%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages