pion / example-webrtc-applications

Examples of WebRTC applications that are large, or use 3rd party libraries

Home Page:https://pion.ly/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Got a problem with janus and ICE in janus-gateway example.

pascal-pro opened this issue · comments

Where am I and what i'm doing now :

if I write this at the beginning it means I'm working on it. Below, I put the reproducible problem on an example with logs. here, I use the SIP module from janus.

I started to implement the trickle ice in the library in janus-go because at the moment, it doesn't have it and these are Unknown message type received!, (but the library is really badly written, there are interfaces everywhere, it's horrible.). I wanted to do a PR once it works, but it doesn't, I put below the SDP I receive, but the peerConnection.ConnectionState() stay on 'new.

FS SDP : {Type:answer SDP:v=0
o=FreeSWITCH 1614821593 1614821594 IN IP4 192.168.1.82
s=FreeSWITCH
t=0 0
a=group:BUNDLE 0
a=msid-semantic: WMS janus
m=audio 9 UDP/TLS/RTP/SAVPF 102
c=IN IP4 192.168.1.82
a=sendrecv
a=mid:0
a=rtcp-mux
a=ice-ufrag:ESi0
a=ice-pwd:KwjZQS/eM9t5+sKUcQy4mL
a=ice-options:trickle
a=fingerprint:sha-256 19:29:FB:01:8D:B1:D3:74:F8:B1:A7:22:CC:EA:FE:2B:7F:6C:6E:9F:90:3F:29:74:7F:19:78:33:F9:AE:F0:3B
a=setup:active
a=rtpmap:102 opus/48000/2
a=fmtp:102 useinbandfec=1; minptime=10; maxptime=40
a=ptime:20
a=msid:janus janusa0
a=ssrc:1412024179 cname:janus
a=ssrc:1412024179 msid:janus janusa0
a=ssrc:1412024179 mslabel:janus
a=ssrc:1412024179 label:janusa0
 parsed:<nil>}

The problem with the example :

To keep my SIP connection as short as possible, I wanted to use janus-gateway since there were examples, everything was working until I realized that the connection was down after about 1 minute (sometimes 55 seconds). So I first thought of a SIP problem, then of Trickle-ice, then I wanted to test the example (test with streaming/main.go), and here are the logs (I just replaced the fmt by log to get the hours). Output from main :

2021/03/04 09:45:26 Connection State has changed checking 
2021/03/04 09:45:26 Connection State has changed connected 
2021/03/04 09:45:26 EventMsg map[result:map[status:started] streaming:event]
2021/03/04 09:45:26 WebRTCUp type 3409908402048550
2021/03/04 09:45:26 Got Opus track, saving to disk as output.ogg
2021/03/04 09:45:26 Got VP8 track, saving to disk as output.ivf
2021/03/04 09:46:21 HangupEvent type 3409908402048550
2021/03/04 09:46:26 Connection State has changed disconnected 
2021/03/04 09:46:50 Connection State has changed failed 

On the output side of janus, I also put the logs, but all goes well until he makes tons of errors on ice.
Output from janus :

Creating new session: 415411785321720; 0x7f3b0c0013f0
Creating new handle in session 415411785321720: 3409908402048550; 0x7f3b0c0013f0 0x7f3b14001c80
[3409908402048550] Creating ICE agent (ICE Full mode, controlling)
[WARN] [3409908402048550] Failed to add some remote candidates (added 0, expected 1)
[3409908402048550] The DTLS handshake has been completed
[janus.plugin.streaming-0x7f3b0c006580] WebRTC media is now available

and after 1 minute :

[WARN] [3409908402048550] ICE failed for component 1 in stream 1, but let's give it some time... (trickle received, answer received, alert not set)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 58)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 46)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 58)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 784)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 740)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 823)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 766)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 734)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 785)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 816)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 743)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 842)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 755)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 752)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 817)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 791)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 745)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 753)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 58)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 46)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 58)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 789)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 745)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 781)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 757)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 728)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 772)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 775)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 790)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 763)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 780)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 766)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 816)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 776)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 779)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 766)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 58)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 46)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 58)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 776)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 732)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 828)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 775)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 737)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 778)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 835)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 732)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 825)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 748)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 782)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 772)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 772)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 762)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 793)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 58)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 46)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 58)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 748)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 737)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 819)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 759)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 756)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 763)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 807)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 759)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 841)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 775)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 746)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 787)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 747)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 776)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 794)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 58)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 46)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 58)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 783)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 736)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 851)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 785)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 770)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 778)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 810)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 745)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 788)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 731)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 757)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1133)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 762)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 735)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 1422)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 768)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 58)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 46)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4417] [3409908402048550] ... only sent -1 bytes? (was 58)
[ERR] [ice.c:janus_ice_outgoing_traffic_handle:4559] [3409908402048550] ... only sent -1 bytes? (was 84)
[ERR] [ice.c:janus_ice_check_failed:1829] [3409908402048550] ICE failed for component 1 in stream 1...
[ERR] [dtls-bio.c:janus_dtls_bio_agent_write:157] [3409908402048550] Error sending DTLS message on component 1 of stream 1 (-1)
[janus.plugin.streaming-0x7f3b0c006580] No WebRTC media anymore
[3409908402048550] WebRTC resources freed; 0x7f3b14001c80 0x7f3b0c0013f0
Timeout expired for session 415411785321720...
Detaching handle from JANUS Streaming plugin; 0x7f3b14001c80 0x7f3b0c006580 0x7f3b14001c80 0x7f3b14007600
Destroying session 415411785321720; 0x7f3b0c0013f0
[3409908402048550] Handle and related resources freed; 0x7f3b14001c80 0x7f3b0c0013f0
[WSS-0x7f3b0c00d240] Destroying WebSocket client

if anyone can help, that would be great.

Your environment:

  • Version: latest
  • Browser: no browser
  • Other Information - Go on windows, janus on VM in debian

What did you do?

just run the example and wait a minute

What did you expect?

a connection that lasts more than a minute

The problem are not in the example or in the janus-go, but with the latest version of janus-gateway and dependancies.

To make the server work properly, I had to take version v0.10.9 of janus-gateway and version v0.1.18 of libnice.
You should not take the master branches, or more recent versions.