Skip to content

Instantly share code, notes, and snippets.

@mqp
Created July 3, 2018 21:18
Show Gist options
  • Save mqp/c297861a39aa385d472290c933207f4f to your computer and use it in GitHub Desktop.
Save mqp/c297861a39aa385d472290c933207f4f to your computer and use it in GitHub Desktop.
Janus failing to complete ICE over UDP on Nightly
Janus commit: 3c5ad1b125f696a32c85420f31a24eec79b35028
Compiled on: Tue Jul 3 14:07:51 PDT 2018
---------------------------------------------------
Starting Meetecho Janus (WebRTC Gateway) v0.4.3
---------------------------------------------------
Checking command line arguments...
[janus.cfg]
[general]
configs_folder: /opt/janus/etc/janus
plugins_folder: /opt/janus/lib/janus/plugins
transports_folder: /opt/janus/lib/janus/transports
events_folder: /opt/janus/lib/janus/events
debug_level: 6
debug_timestamps: yes
admin_secret: janusoverlord
[certificates]
cert_pem: /opt/janus/share/janus/certs/mycert.pem
cert_key: /opt/janus/share/janus/certs/mycert.key
[media]
[nat]
stun_server: stun2.l.google.com
stun_port: 19302
nice_debug: false
ice_lite: false
ice_tcp: false
ice_ignore_list: vmnet
[plugins]
disable: libjanus_voicemail.so,libjanus_echotest.so,libjanus_recordplay.so,libjanus_streaming.so,libjanus_textroom.so,libjanus_videocall.so,libjanus_videoroom.so
[transports]
[events]
broadcast: yes
Debug/log level is 6
Debug/log timestamps are enabled
Debug/log colors are enabled
[Tue Jul 3 14:16:31 2018] Adding 'vmnet' to the ICE ignore list...
[Tue Jul 3 14:16:31 2018] Selecting local IP address...
[Tue Jul 3 14:16:31 2018] Using 10.252.25.129 as local IP...
[Tue Jul 3 14:16:31 2018] [WARN] Token based authentication disabled
[Tue Jul 3 14:16:31 2018] Initializing recorder code
[Tue Jul 3 14:16:31 2018] Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, half-trickle, IPv6 support disabled)
[Tue Jul 3 14:16:31 2018] STUN server to use: stun2.l.google.com:19302
[Tue Jul 3 14:16:31 2018] >> 2607:f8b0:4002:c07::7f:19302 (IPv6)
[Tue Jul 3 14:16:31 2018] Testing STUN server: message is of 20 bytes
[Tue Jul 3 14:16:31 2018] >> Sent 20 bytes 2607:f8b0:4002:c07::7f:19302, waiting for reply...
[Tue Jul 3 14:16:31 2018] >> Got 44 bytes...
[Tue Jul 3 14:16:31 2018] >> XOR-MAPPED-ADDRESS: 0
[Tue Jul 3 14:16:31 2018] >> Our public address is 2620:101:80fc:224:5a0d:fbf0:74b3:e056
[Tue Jul 3 14:16:31 2018] Using certificates:
/opt/janus/share/janus/certs/mycert.pem
/opt/janus/share/janus/certs/mycert.key
[Tue Jul 3 14:16:31 2018] Crypto: OpenSSL >= 1.1.0
[Tue Jul 3 14:16:31 2018] Fingerprint of our certificate: D2:B9:31:8F:DF:24:D8:0E:ED:D2:EF:25:9E:AF:6F:B8:34:AE:53:9C:E6:F3:8F:F2:64:15:FA:E8:7F:53:2D:38
[Tue Jul 3 14:16:31 2018] Event handler plugins folder: /opt/janus/lib/janus/events
[Tue Jul 3 14:16:31 2018] Joining Janus requests handler thread
[Tue Jul 3 14:16:31 2018] Sessions watchdog started
[Tue Jul 3 14:16:31 2018] Plugins folder: /opt/janus/lib/janus/plugins
[Tue Jul 3 14:16:31 2018] Joining Events handler thread
[Tue Jul 3 14:16:31 2018] Loading plugin 'libjanus_plugin_sfu.so'...
[Tue Jul 3 14:16:31 2018] Loaded SFU plugin configuration: Config { max_room_size: 12, max_ccu: 18446744073709551615 }
[Tue Jul 3 14:16:31 2018] Janus SFU plugin initialized!
[Tue Jul 3 14:16:31 2018] Version: 1 (0.1.0)
[Tue Jul 3 14:16:31 2018] [janus.plugin.sfu] Janus SFU plugin
[Tue Jul 3 14:16:31 2018] Janus SFU for game networking.
[Tue Jul 3 14:16:31 2018] Plugin API version: 10
[Tue Jul 3 14:16:31 2018] Transport plugins folder: /opt/janus/lib/janus/transports
[Tue Jul 3 14:16:31 2018] Message processing thread is alive.
[Tue Jul 3 14:16:31 2018] Loading transport plugin 'libjanus_http.so'...
[Tue Jul 3 14:16:31 2018] JANUS REST (HTTP/HTTPS) transport plugin created!
[Tue Jul 3 14:16:31 2018] The installed libmicrohttpd version supports MHD_USE_AUTO
[Tue Jul 3 14:16:31 2018] Configuration file: /opt/janus/etc/janus/janus.transport.http.cfg
[Tue Jul 3 14:16:31 2018] [janus.transport.http.cfg]
[Tue Jul 3 14:16:31 2018] [general]
[Tue Jul 3 14:16:31 2018] json: indented
[Tue Jul 3 14:16:31 2018] base_path: /janus
[Tue Jul 3 14:16:31 2018] threads: unlimited
[Tue Jul 3 14:16:31 2018] http: yes
[Tue Jul 3 14:16:31 2018] port: 8088
[Tue Jul 3 14:16:31 2018] https: no
[Tue Jul 3 14:16:31 2018] [admin]
[Tue Jul 3 14:16:31 2018] admin_base_path: /admin
[Tue Jul 3 14:16:31 2018] admin_threads: unlimited
[Tue Jul 3 14:16:31 2018] admin_http: no
[Tue Jul 3 14:16:31 2018] admin_port: 7088
[Tue Jul 3 14:16:31 2018] admin_https: no
[Tue Jul 3 14:16:31 2018] [cors]
[Tue Jul 3 14:16:31 2018] [certificates]
[Tue Jul 3 14:16:31 2018] cert_pem: /opt/janus/share/janus/certs/mycert.pem
[Tue Jul 3 14:16:31 2018] cert_key: /opt/janus/share/janus/certs/mycert.key
[Tue Jul 3 14:16:31 2018] Using a thread per connection for the Janus API HTTP webserver
[Tue Jul 3 14:16:31 2018] Binding to all interfaces for the Janus API HTTP webserver
[Tue Jul 3 14:16:31 2018] HTTP webserver started (port 8088, /janus path listener)...
[Tue Jul 3 14:16:31 2018] Using certificates:
/opt/janus/share/janus/certs/mycert.pem
/opt/janus/share/janus/certs/mycert.key
[Tue Jul 3 14:16:31 2018] [WARN] HTTPS webserver disabled
[Tue Jul 3 14:16:31 2018] [WARN] Admin/monitor HTTP webserver disabled
[Tue Jul 3 14:16:31 2018] [WARN] Admin/monitor HTTPS webserver disabled
[Tue Jul 3 14:16:31 2018] JANUS REST (HTTP/HTTPS) transport plugin initialized!
[Tue Jul 3 14:16:31 2018] Version: 2 (0.0.2)
[Tue Jul 3 14:16:31 2018] [janus.transport.http] JANUS REST (HTTP/HTTPS) transport plugin
[Tue Jul 3 14:16:31 2018] This transport plugin adds REST (HTTP/HTTPS) support to the Janus API via libmicrohttpd.
[Tue Jul 3 14:16:31 2018] Plugin API version: 7
[Tue Jul 3 14:16:31 2018] Janus API: enabled
[Tue Jul 3 14:16:31 2018] Admin API: disabled
[Tue Jul 3 14:16:31 2018] Loading transport plugin 'libjanus_pfunix.so'...
[Tue Jul 3 14:16:31 2018] JANUS Unix Sockets transport plugin created!
[Tue Jul 3 14:16:31 2018] Configuration file: /opt/janus/etc/janus/janus.transport.pfunix.cfg
[Tue Jul 3 14:16:31 2018] [janus.transport.pfunix.cfg]
[Tue Jul 3 14:16:31 2018] [general]
[Tue Jul 3 14:16:31 2018] enabled: no
[Tue Jul 3 14:16:31 2018] json: indented
[Tue Jul 3 14:16:31 2018] [admin]
[Tue Jul 3 14:16:31 2018] admin_enabled: no
[Tue Jul 3 14:16:31 2018] [WARN] Unix Sockets server disabled (Janus API)
[Tue Jul 3 14:16:31 2018] [WARN] Unix Sockets server disabled (Admin API)
[Tue Jul 3 14:16:31 2018] [WARN] No Unix Sockets server started, giving up...
[Tue Jul 3 14:16:31 2018] [WARN] The 'janus.transport.pfunix' plugin could not be initialized
[Tue Jul 3 14:16:31 2018] Loading transport plugin 'libjanus_websockets.so'...
[Tue Jul 3 14:16:31 2018] JANUS WebSockets transport plugin created!
[Tue Jul 3 14:16:31 2018] [WARN] libwebsockets has been built without IPv6 support, will bind to IPv4 only
[Tue Jul 3 14:16:31 2018] Configuration file: /opt/janus/etc/janus/janus.transport.websockets.cfg
[Tue Jul 3 14:16:31 2018] [janus.transport.websockets.cfg]
[Tue Jul 3 14:16:31 2018] [general]
[Tue Jul 3 14:16:31 2018] json: indented
[Tue Jul 3 14:16:31 2018] ws: yes
[Tue Jul 3 14:16:31 2018] ws_port: 8188
[Tue Jul 3 14:16:31 2018] wss: yes
[Tue Jul 3 14:16:31 2018] wss_port: 8989
[Tue Jul 3 14:16:31 2018] [admin]
[Tue Jul 3 14:16:31 2018] admin_ws: no
[Tue Jul 3 14:16:31 2018] admin_ws_port: 7188
[Tue Jul 3 14:16:31 2018] admin_wss: yes
[Tue Jul 3 14:16:31 2018] [certificates]
[Tue Jul 3 14:16:31 2018] cert_pem: /opt/janus/share/janus/certs/mycert.pem
[Tue Jul 3 14:16:31 2018] cert_key: /opt/janus/share/janus/certs/mycert.key
[Tue Jul 3 14:16:31 2018] libwebsockets logging: 0
[Tue Jul 3 14:16:31 2018] WebSockets server started (port 8188)...
[Tue Jul 3 14:16:31 2018] Using certificates:
/opt/janus/share/janus/certs/mycert.pem
/opt/janus/share/janus/certs/mycert.key
[Tue Jul 3 14:16:31 2018] Secure WebSockets server started (port 8989)...
[Tue Jul 3 14:16:31 2018] [WARN] Admin WebSockets server disabled
[Tue Jul 3 14:16:31 2018] Using certificates:
/opt/janus/share/janus/certs/mycert.pem
/opt/janus/share/janus/certs/mycert.key
[Tue Jul 3 14:16:31 2018] Secure Admin WebSockets server started (port 7989)...
[Tue Jul 3 14:16:31 2018] JANUS WebSockets transport plugin initialized!
[Tue Jul 3 14:16:31 2018] Version: 1 (0.0.1)
[Tue Jul 3 14:16:31 2018] [janus.transport.websockets] JANUS WebSockets transport plugin
[Tue Jul 3 14:16:31 2018] This transport plugin adds WebSockets support to the Janus API via libwebsockets.
[Tue Jul 3 14:16:31 2018] Plugin API version: 7
[Tue Jul 3 14:16:31 2018] Janus API: enabled
[Tue Jul 3 14:16:31 2018] Admin API: enabled
[Tue Jul 3 14:16:31 2018] WebSockets thread started
[Tue Jul 3 14:16:31 2018] [WSS-0x7f20173bf520] 27 (LWS_CALLBACK_PROTOCOL_INIT)
[Tue Jul 3 14:16:31 2018] [WSS-0x7f20173bf520] 27 (LWS_CALLBACK_PROTOCOL_INIT)
[Tue Jul 3 14:16:31 2018] [AdminWSS-0x7f20173bf520] 27 (LWS_CALLBACK_PROTOCOL_INIT)
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] 20 (LWS_CALLBACK_FILTER_PROTOCOL_CONNECTION)
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] 53 ((null))
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] WebSocket connection opened from 127.0.0.1
[Tue Jul 3 14:16:33 2018] Checking if 127.0.0.1 is allowed to contact janus interface
[Tue Jul 3 14:16:33 2018] Yep
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] WebSocket connection accepted
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] -- Ready to be used!
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Got 36 bytes:
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] First fragment: 36 bytes, 0 remaining
[Tue Jul 3 14:16:33 2018] {"janus":"create","transaction":"0"}
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Done, parsing message: 36 bytes
[Tue Jul 3 14:16:33 2018] Got a Janus API request from janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] Creating new session: 1279231493664153; 0x7f20080027e0
[Tue Jul 3 14:16:33 2018] Sending Janus API response to janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Re-allocating to 112 bytes (was 0, response is 96 bytes)
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Sending WebSocket message (96 bytes)...
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] -- Sent 96/96 bytes
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Got 136 bytes:
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] First fragment: 136 bytes, 0 remaining
[Tue Jul 3 14:16:33 2018] {"session_id":1279231493664153,"janus":"attach","transaction":"1","plugin":"janus.plugin.sfu","force-bundle":true,"force-rtcp-mux":true}
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Done, parsing message: 136 bytes
[Tue Jul 3 14:16:33 2018] Got a Janus API request from janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] Creating new handle in session 1279231493664153: 1997317476154025; 0x7f20080027e0 0x7f2008002e90
[Tue Jul 3 14:16:33 2018] Initializing SFU session 0x7f1ff0003c10...
[Tue Jul 3 14:16:33 2018] Sending Janus API response to janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Re-allocating to 147 bytes (was 112, response is 131 bytes)
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Sending WebSocket message (131 bytes)...
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] -- Sent 131/131 bytes
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Got 683 bytes:
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] First fragment: 683 bytes, 0 remaining
[Tue Jul 3 14:16:33 2018] {"session_id":1279231493664153,"janus":"message","transaction":"2","handle_id":1997317476154025,"body":{},"jsep":{"type":"offer","sdp":"v=0\r\no=mozilla...THIS_IS_SDPARTA-63.0a1 5708436092218144877 0 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=fingerprint:sha-256 A6:22:F2:08:D1:41:86:86:DC:E4:BF:48:B1:C9:EC:47:C3:73:85:2E:D3:51:F9:F7:85:89:93:FF:30:C2:A2:64\r\na=group:BUNDLE sdparta_0\r\na=ice-options:trickle\r\na=msid-semantic:WMS *\r\nm=application 9 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 0.0.0.0\r\na=sendrecv\r\na=ice-pwd:5af98c6357c1fe103f3754ecde015cf7\r\na=ice-ufrag:8c59029d\r\na=mid:sdparta_0\r\na=setup:actpass\r\na=sctp-port:5000\r\na=max-message-size:1073741823\r\n"}}
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Done, parsing message: 683 bytes
[Tue Jul 3 14:16:33 2018] Got a Janus API request from janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] Transport task pool, serving request
[Tue Jul 3 14:16:33 2018] [1997317476154025] There's a message for Janus SFU plugin
[Tue Jul 3 14:16:33 2018] [1997317476154025] Remote SDP:
v=0
o=mozilla...THIS_IS_SDPARTA-63.0a1 5708436092218144877 0 IN IP4 0.0.0.0
s=-
t=0 0
a=fingerprint:sha-256 A6:22:F2:08:D1:41:86:86:DC:E4:BF:48:B1:C9:EC:47:C3:73:85:2E:D3:51:F9:F7:85:89:93:FF:30:C2:A2:64
a=group:BUNDLE sdparta_0
a=ice-options:trickle
a=msid-semantic:WMS *
m=application 9 UDP/DTLS/SCTP webrtc-datachannel
c=IN IP4 0.0.0.0
a=sendrecv
a=ice-pwd:5af98c6357c1fe103f3754ecde015cf7
a=ice-ufrag:8c59029d
a=mid:sdparta_0
a=setup:actpass
a=sctp-port:5000
a=max-message-size:1073741823
[Tue Jul 3 14:16:33 2018] [1997317476154025] Audio has NOT been negotiated, Video has NOT been negotiated, SCTP/DataChannels have been negotiated
[Tue Jul 3 14:16:33 2018] [1997317476154025] Setting ICE locally: got OFFER (0 audios, 0 videos)
[Tue Jul 3 14:16:33 2018] [1997317476154025] Creating ICE agent (ICE Full mode, controlled)
[Tue Jul 3 14:16:33 2018] [1997317476154025] Adding 10.252.25.129 to the addresses to gather candidates for
[Tue Jul 3 14:16:33 2018] [1997317476154025] Component state changed for component 1 in stream 1: 1 (gathering)
[Tue Jul 3 14:16:33 2018] janus_dtls_bio_filter_ctrl: 6
[Tue Jul 3 14:16:33 2018] [1997317476154025] Fingerprint (global) : sha-256 A6:22:F2:08:D1:41:86:86:DC:E4:BF:48:B1:C9:EC:47:C3:73:85:2E:D3:51:F9:F7:85:89:93:FF:30:C2:A2:64
[Tue Jul 3 14:16:33 2018] [1997317476154025] Parsing SCTP candidates (stream=1)...
[Tue Jul 3 14:16:33 2018] [1997317476154025] ICE pwd (local): 5af98c6357c1fe103f3754ecde015cf7
[Tue Jul 3 14:16:33 2018] [1997317476154025] ICE ufrag (local): 8c59029d
[Tue Jul 3 14:16:33 2018] [1997317476154025] Data Channel mid: sdparta_0
[Tue Jul 3 14:16:33 2018] [1997317476154025] DTLS setup (local): actpass
[Tue Jul 3 14:16:33 2018] [1997317476154025] Setting connect state (DTLS client)
[Tue Jul 3 14:16:33 2018] -------------------------------------------
[Tue Jul 3 14:16:33 2018] >> Anonymized
[Tue Jul 3 14:16:33 2018] -------------------------------------------
[Tue Jul 3 14:16:33 2018] [1997317476154025] ICE thread started; 0x7f2008002e90
[Tue Jul 3 14:16:33 2018] Queueing signalling message on 0x7f1ff0003c10.
[Tue Jul 3 14:16:33 2018] Creating plugin result...
[Tue Jul 3 14:16:33 2018] Sending Janus API response to janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] Destroying plugin result...
[Tue Jul 3 14:16:33 2018] Processing txid 2 from 0x7f1ff0003c10: msg=Some(JanssonValue { {} }), jsep=Some(JanssonValue { {"type": "offer", "sdp": "v=0\r\no=mozilla...THIS_IS_SDPARTA-63.0a1 5708436092218144877 0 IN IP4 1.1.1.1\r\ns=-\r\nt=0 0\r\nm=application 9 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 1.1.1.1\r\na=sendrecv\r\n"} })
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Sending WebSocket message (105 bytes)...
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] -- Sent 105/105 bytes
[Tue Jul 3 14:16:33 2018] Providing answer to 0x7f1ff0003c10: Sdp { v=0
o=mozilla...THIS_IS_SDPARTA-63.0a1 5708436092218144877 0 IN IP4 1.1.1.1
s=-
t=0 0
c=IN IP4 127.0.0.1
m=application 9 UDP/DTLS/SCTP webrtc-datachannel
c=IN IP4 127.0.0.1
}
[Tue Jul 3 14:16:33 2018] Storing subscriber offer for 0x7f1ff0003c10: Sdp { v=0
o=- 1530652593549436 1 IN IP4 127.0.0.1
s=Janus session
t=0 0
c=IN IP4 127.0.0.1
m=audio 1 UDP/TLS/RTP/SAVPF 100
c=IN IP4 127.0.0.1
a=sendonly
a=rtpmap:100 opus/48000/2
m=video 1 UDP/TLS/RTP/SAVPF 100
c=IN IP4 127.0.0.1
a=sendonly
a=rtpmap:100 H264/90000
a=fmtp:100 profile-level-id=42e01f;packetization-mode=1
a=rtcp-fb:100 ccm fir
a=rtcp-fb:100 nack
a=rtcp-fb:100 nack pli
a=rtcp-fb:100 goog-remb
m=application 1 DTLS/SCTP 5000
c=IN IP4 127.0.0.1
a=sctpmap:5000 webrtc-datachannel 16
}
[Tue Jul 3 14:16:33 2018] Responding to 0x7f1ff0003c10 for txid 2: body={"success":true}, jsep={"sdp":"v=0\r\no=mozilla...THIS_IS_SDPARTA-63.0a1 5708436092218144877 0 IN IP4 1.1.1.1\r\ns=-\r\nt=0 0\r\nc=IN IP4 127.0.0.1\r\nm=application 9 UDP/DTLS/SCTP webrtc-datachannel\r\nc=IN IP4 127.0.0.1\r\n","type":"answer"}
[Tue Jul 3 14:16:33 2018] [1997317476154025] Waiting for candidates-done callback...
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Got 221 bytes:
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] First fragment: 221 bytes, 0 remaining
[Tue Jul 3 14:16:33 2018] {"session_id":1279231493664153,"janus":"trickle","transaction":"3","handle_id":1997317476154025,"candidate":{"candidate":"candidate:0 1 UDP 2122187007 10.252.25.129 56892 typ host","sdpMid":"sdparta_0","sdpMLineIndex":0}}
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Done, parsing message: 221 bytes
[Tue Jul 3 14:16:33 2018] Got a Janus API request from janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] [1997317476154025] Trickle candidate (sdparta_0): candidate:0 1 UDP 2122187007 10.252.25.129 56892 typ host
[Tue Jul 3 14:16:33 2018] [1997317476154025] Adding remote candidate component:1 stream:1 type:host 10.252.25.129:56892
[Tue Jul 3 14:16:33 2018] [1997317476154025] Transport: UDP
[Tue Jul 3 14:16:33 2018] [1997317476154025] Candidate added to the list! (1 elements for 1/1)
[Tue Jul 3 14:16:33 2018] [1997317476154025] SDP processed but ICE not started yet for this component, setting candidates we have up to now
[Tue Jul 3 14:16:33 2018] [1997317476154025] ## Setting remote candidates: stream 1, component 1 (1 in the list)
[Tue Jul 3 14:16:33 2018] [1997317476154025] >> Remote Stream #1, Component #1
[Tue Jul 3 14:16:33 2018] [1997317476154025] Address: 10.252.25.129:56892
[Tue Jul 3 14:16:33 2018] [1997317476154025] Priority: 2122187007
[Tue Jul 3 14:16:33 2018] [1997317476154025] Foundation: 0
[Tue Jul 3 14:16:33 2018] [1997317476154025] Username: 8c59029d
[Tue Jul 3 14:16:33 2018] [1997317476154025] Password: 5af98c6357c1fe103f3754ecde015cf7
[Tue Jul 3 14:16:33 2018] [1997317476154025] Setting remote credentials...
[Tue Jul 3 14:16:33 2018] [1997317476154025] Component state changed for component 1 in stream 1: 2 (connecting)
[Tue Jul 3 14:16:33 2018] [1997317476154025] Remote candidates set!
[Tue Jul 3 14:16:33 2018] Sending Janus API response to janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Sending WebSocket message (79 bytes)...
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] -- Sent 79/79 bytes
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Got 245 bytes:
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] First fragment: 245 bytes, 0 remaining
[Tue Jul 3 14:16:33 2018] {"session_id":1279231493664153,"janus":"trickle","transaction":"4","handle_id":1997317476154025,"candidate":{"candidate":"candidate:3 1 UDP 2122252543 2620:101:80fc:224:5a0d:fbf0:74b3:e056 43036 typ host","sdpMid":"sdparta_0","sdpMLineIndex":0}}
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Done, parsing message: 245 bytes
[Tue Jul 3 14:16:33 2018] Got a Janus API request from janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] [1997317476154025] Trickle candidate (sdparta_0): candidate:3 1 UDP 2122252543 2620:101:80fc:224:5a0d:fbf0:74b3:e056 43036 typ host
[Tue Jul 3 14:16:33 2018] [1997317476154025] Adding remote candidate component:1 stream:1 type:host 2620:101:80fc:224:5a0d:fbf0:74b3:e056:43036
[Tue Jul 3 14:16:33 2018] [1997317476154025] Transport: UDP
[Tue Jul 3 14:16:33 2018] [1997317476154025] Candidate added to the list! (2 elements for 1/1)
[Tue Jul 3 14:16:33 2018] [1997317476154025] Trickle candidate added!
[Tue Jul 3 14:16:33 2018] Sending Janus API response to janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Sending WebSocket message (79 bytes)...
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] -- Sent 79/79 bytes
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Got 232 bytes:
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] First fragment: 232 bytes, 0 remaining
[Tue Jul 3 14:16:33 2018] {"session_id":1279231493664153,"janus":"trickle","transaction":"5","handle_id":1997317476154025,"candidate":{"candidate":"candidate:6 1 TCP 2105458943 10.252.25.129 9 typ host tcptype active","sdpMid":"sdparta_0","sdpMLineIndex":0}}
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Done, parsing message: 232 bytes
[Tue Jul 3 14:16:33 2018] Got a Janus API request from janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] [1997317476154025] Trickle candidate (sdparta_0): candidate:6 1 TCP 2105458943 10.252.25.129 9 typ host tcptype active
[Tue Jul 3 14:16:33 2018] [1997317476154025] Adding remote candidate component:1 stream:1 type:host 10.252.25.129:9
[Tue Jul 3 14:16:33 2018] [1997317476154025] Skipping unsupported transport 'TCP' for media
[Tue Jul 3 14:16:33 2018] Sending Janus API response to janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Sending WebSocket message (79 bytes)...
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] -- Sent 79/79 bytes
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Got 256 bytes:
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] First fragment: 256 bytes, 0 remaining
[Tue Jul 3 14:16:33 2018] {"session_id":1279231493664153,"janus":"trickle","transaction":"6","handle_id":1997317476154025,"candidate":{"candidate":"candidate:7 1 TCP 2105524479 2620:101:80fc:224:5a0d:fbf0:74b3:e056 9 typ host tcptype active","sdpMid":"sdparta_0","sdpMLineIndex":0}}
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Done, parsing message: 256 bytes
[Tue Jul 3 14:16:33 2018] Got a Janus API request from janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] [1997317476154025] Trickle candidate (sdparta_0): candidate:7 1 TCP 2105524479 2620:101:80fc:224:5a0d:fbf0:74b3:e056 9 typ host tcptype active
[Tue Jul 3 14:16:33 2018] [1997317476154025] Adding remote candidate component:1 stream:1 type:host 2620:101:80fc:224:5a0d:fbf0:74b3:e056:9
[Tue Jul 3 14:16:33 2018] [1997317476154025] Skipping unsupported transport 'TCP' for media
[Tue Jul 3 14:16:33 2018] Sending Janus API response to janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Sending WebSocket message (79 bytes)...
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] -- Sent 79/79 bytes
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Got 254 bytes:
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] First fragment: 254 bytes, 0 remaining
[Tue Jul 3 14:16:33 2018] {"session_id":1279231493664153,"janus":"trickle","transaction":"7","handle_id":1997317476154025,"candidate":{"candidate":"candidate:1 1 UDP 1685987327 63.245.221.198 8584 typ srflx raddr 10.252.25.129 rport 56892","sdpMid":"sdparta_0","sdpMLineIndex":0}}
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Done, parsing message: 254 bytes
[Tue Jul 3 14:16:33 2018] Got a Janus API request from janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] [1997317476154025] Trickle candidate (sdparta_0): candidate:1 1 UDP 1685987327 63.245.221.198 8584 typ srflx raddr 10.252.25.129 rport 56892
[Tue Jul 3 14:16:33 2018] [1997317476154025] Adding remote candidate component:1 stream:1 type:srflx 10.252.25.129:56892 --> 63.245.221.198:8584
[Tue Jul 3 14:16:33 2018] [1997317476154025] Transport: UDP
[Tue Jul 3 14:16:33 2018] [1997317476154025] Candidate added to the list! (3 elements for 1/1)
[Tue Jul 3 14:16:33 2018] [1997317476154025] Trickle candidate added!
[Tue Jul 3 14:16:33 2018] Sending Janus API response to janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Sending WebSocket message (79 bytes)...
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] -- Sent 79/79 bytes
[Tue Jul 3 14:16:33 2018] [1997317476154025] Waiting for candidates-done callback...
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Got 255 bytes:
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] First fragment: 255 bytes, 0 remaining
[Tue Jul 3 14:16:33 2018] {"session_id":1279231493664153,"janus":"trickle","transaction":"8","handle_id":1997317476154025,"candidate":{"candidate":"candidate:2 1 UDP 1685987071 63.245.221.198 50370 typ srflx raddr 10.252.25.129 rport 56892","sdpMid":"sdparta_0","sdpMLineIndex":0}}
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Done, parsing message: 255 bytes
[Tue Jul 3 14:16:33 2018] Got a Janus API request from janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] [1997317476154025] Trickle candidate (sdparta_0): candidate:2 1 UDP 1685987071 63.245.221.198 50370 typ srflx raddr 10.252.25.129 rport 56892
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Got 113 bytes:
[Tue Jul 3 14:16:33 2018] [1997317476154025] Adding remote candidate component:1 stream:1 type:srflx 10.252.25.129:56892 --> 63.245.221.198:50370
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] First fragment: 113 bytes, 0 remaining
[Tue Jul 3 14:16:33 2018] {"session_id":1279231493664153,"janus":"trickle","transaction":"9","handle_id":1997317476154025,"candidate":null}
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Done, parsing message: 113 bytes
[Tue Jul 3 14:16:33 2018] [1997317476154025] Transport: UDP
[Tue Jul 3 14:16:33 2018] Got a Janus API request from janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] [1997317476154025] Candidate added to the list! (4 elements for 1/1)
[Tue Jul 3 14:16:33 2018] [1997317476154025] Trickle candidate added!
[Tue Jul 3 14:16:33 2018] Sending Janus API response to janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] No more remote candidates for handle 1997317476154025!
[Tue Jul 3 14:16:33 2018] Sending Janus API response to janus.transport.websockets (0x7f1ff00039f0)
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Sending WebSocket message (79 bytes)...
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] -- Sent 79/79 bytes
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] Sending WebSocket message (79 bytes)...
[Tue Jul 3 14:16:33 2018] [WSS-0x7f1ff0000b20] -- Sent 79/79 bytes
[Tue Jul 3 14:16:33 2018] [1997317476154025] Waiting for candidates-done callback...
[Tue Jul 3 14:16:33 2018] [1997317476154025] Waiting for candidates-done callback...
[Tue Jul 3 14:16:33 2018] [1997317476154025] Waiting for candidates-done callback...
[Tue Jul 3 14:16:34 2018] [1997317476154025] Waiting for candidates-done callback...
[Tue Jul 3 14:16:34 2018] [1997317476154025] Waiting for candidates-done callback...
[Tue Jul 3 14:16:34 2018] [1997317476154025] Waiting for candidates-done callback...
[Tue Jul 3 14:16:34 2018] [1997317476154025] Waiting for candidates-done callback...
[Tue Jul 3 14:16:34 2018] [1997317476154025] Waiting for candidates-done callback...
[Tue Jul 3 14:16:34 2018] [1997317476154025] Waiting for candidates-done callback...
[Tue Jul 3 14:16:34 2018] [1997317476154025] Waiting for candidates-done callback...
[Tue Jul 3 14:16:34 2018] [1997317476154025] Waiting for candidates-done callback...
[Tue Jul 3 14:16:34 2018] [1997317476154025] Waiting for candidates-done callback...
[Tue Jul 3 14:16:34 2018] [1997317476154025] Waiting for candidates-done callback...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment