Skip to content

Instantly share code, notes, and snippets.

@maltfield
Created May 14, 2018 16:51
Show Gist options
  • Save maltfield/7446642ff77e3bef8fbf2c24c4f60ef7 to your computer and use it in GitHub Desktop.
Save maltfield/7446642ff77e3bef8fbf2c24c4f60ef7 to your computer and use it in GitHub Desktop.
segfault in text room from chromium
Janus commit: d8da250294cbdc193252ce059ef281ba0e2ff5bd
Compiled on: Mon May 14 16:09:15 UTC 2018
---------------------------------------------------
Starting Meetecho Janus (WebRTC Gateway) v0.4.0
---------------------------------------------------
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
interface: 172.31.28.115
debug_level: 7
admin_secret: janusoverlord
[certificates]
cert_pem: /opt/janus/share/janus/certs/mycert.pem
cert_key: /opt/janus/share/janus/certs/mycert.key
[media]
[nat]
nice_debug: false
nat_1_1_mapping: 34.210.153.174
ice_ignore_list: vmnet
[plugins]
[transports]
[events]
Debug/log level is 7
Debug/log timestamps are disabled
Debug/log colors are enabled
Adding 'vmnet' to the ICE ignore list...
Selecting local IP address...
-- Will try to use 172.31.28.115
Using 172.31.28.115 as local IP...
[WARN] Token based authentication disabled
Initializing recorder code
Using nat_1_1_mapping for public ip - 34.210.153.174
Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, half-trickle, IPv6 support disabled)
TURN REST API backend: (disabled)
Using certificates:
/opt/janus/share/janus/certs/mycert.pem
/opt/janus/share/janus/certs/mycert.key
Crypto: OpenSSL pre-1.1.0
[WARN] The libsrtp installation does not support AES-GCM profiles
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
[WARN] Event handlers support disabled
Plugins folder: /opt/janus/lib/janus/plugins
Loading plugin 'libjanus_recordplay.so'...
JANUS Record&Play plugin created!
Configuration file: /opt/janus/etc/janus/janus.plugin.recordplay.cfg
[janus.plugin.recordplay.cfg]
[general]
path: /opt/janus/share/janus/recordings
Updating recordings list in /opt/janus/share/janus/recordings
Importing recording '8984590892491107.nfo'...
Pre-parsing file /opt/janus/share/janus/recordings/rec-8984590892491107-audio.mjr to generate ordered index...
[WARN] No codec found...
Importing recording '2465310046588751.nfo'...
Pre-parsing file /opt/janus/share/janus/recordings/rec-2465310046588751-audio.mjr to generate ordered index...
[WARN] No codec found...
Pre-parsing file /opt/janus/share/janus/recordings/rec-2465310046588751-video.mjr to generate ordered index...
[WARN] No codec found...
Importing recording '6957767953715790.nfo'...
Pre-parsing file /opt/janus/share/janus/recordings/rec-6957767953715790-audio.mjr to generate ordered index...
[WARN] No codec found...
Pre-parsing file /opt/janus/share/janus/recordings/rec-6957767953715790-video.mjr to generate ordered index...
[WARN] No codec found...
Importing recording '5129601057900802.nfo'...
Pre-parsing file /opt/janus/share/janus/recordings/rec-5129601057900802-audio.mjr to generate ordered index...
Pre-parsing file /opt/janus/share/janus/recordings/rec-5129601057900802-video.mjr to generate ordered index...
Importing recording '1234.nfo'...
Pre-parsing file /opt/janus/share/janus/recordings/rec-sample-audio.mjr to generate ordered index...
This is an old audio recording, assuming Opus
Pre-parsing file /opt/janus/share/janus/recordings/rec-sample-video.mjr to generate ordered index...
This is an old video recording, assuming VP8
JANUS Record&Play plugin initialized!
Version: 4 (0.0.4)
[janus.plugin.recordplay] JANUS Record&Play plugin
This is a trivial Record&Play plugin for Janus, to record WebRTC sessions and replay them.
Plugin API version: 10
Loading plugin 'libjanus_nosip.so'...
JANUS NoSIP plugin created!
Configuration file: /opt/janus/etc/janus/janus.plugin.nosip.cfg
[janus.plugin.nosip.cfg]
[general]
rtp_port_range: 20000-40000
NoSIP RTP/RTCP port range: 20000 -- 40000
Local IP set to 172.31.28.115
JANUS NoSIP plugin initialized!
Version: 1 (0.0.1)
[janus.plugin.nosip] JANUS NoSIP plugin
This is a simple RTP bridging plugin that leaves signalling details (e.g., SIP) up to the application.
Plugin API version: 10
Loading plugin 'libjanus_streaming.so'...
JANUS Streaming plugin created!
Configuration file: /opt/janus/etc/janus/janus.plugin.streaming.cfg
[janus.plugin.streaming.cfg]
[general]
[gstreamer-sample]
type: rtp
id: 1
description: Opus/VP8 live stream coming from gstreamer
audio: yes
video: yes
audioport: 5002
audiopt: 111
audiortpmap: opus/48000/2
videoport: 5004
videopt: 100
videortpmap: VP8/90000
secret: adminpwd
[file-live-sample]
type: live
id: 2
description: a-law file source (radio broadcast)
filename: /opt/janus/share/janus/streams/radio.alaw
audio: yes
video: no
secret: adminpwd
[file-ondemand-sample]
type: ondemand
id: 3
description: mu-law file source (music)
filename: /opt/janus/share/janus/streams/music.mulaw
audio: yes
video: no
secret: adminpwd
Adding stream 'gstreamer-sample'
Audio enabled, Video enabled, Data NOT enabled
Audio enabled, Video enabled, Data NOT enabled
Adding stream 'file-live-sample'
Adding stream 'file-ondemand-sample'
::: [1][gstreamer-sample] Opus/VP8 live stream coming from gstreamer (live, RTP source, public, pin: no pin)
::: [2][file-live-sample] a-law file source (radio broadcast) (live, file source, public, pin: no pin)
::: [3][file-ondemand-sample] mu-law file source (music) (on demand, file source, public, pin: no pin)
JANUS Streaming plugin initialized!
Version: 8 (0.0.8)
[janus.plugin.streaming] JANUS Streaming plugin
This is a streaming plugin for Janus, allowing WebRTC peers to watch/listen to pre-recorded files or media generated by gstreamer.
Plugin API version: 10
Loading plugin 'libjanus_videocall.so'...
JANUS VideoCall plugin created!
Configuration file: /opt/janus/etc/janus/janus.plugin.videocall.cfg
[janus.plugin.videocall.cfg]
[general]
JANUS VideoCall plugin initialized!
Version: 6 (0.0.6)
[janus.plugin.videocall] JANUS VideoCall plugin
This is a simple video call plugin for Janus, allowing two WebRTC peers to call each other through the gateway.
Plugin API version: 10
Loading plugin 'libjanus_videoroom.so'...
JANUS VideoRoom plugin created!
Configuration file: /opt/janus/etc/janus/janus.plugin.videoroom.cfg
[janus.plugin.videoroom.cfg]
[general]
[1234]
description: Demo Room
secret: adminpwd
publishers: 6
bitrate: 128000
fir_freq: 10
record: false
[5678]
description: VP9-SVC Demo Room
secret: adminpwd
publishers: 6
bitrate: 512000
fir_freq: 10
videocodec: vp9
video_svc: true
Adding video room '1234'
Created videoroom: 1234 (Demo Room, public, opus/vp8 codecs, secret: adminpwd, pin: no pin, pvtid: optional)
Adding video room '5678'
Created videoroom: 5678 (VP9-SVC Demo Room, public, opus/vp9 codecs, secret: adminpwd, pin: no pin, pvtid: optional)
::: [5678][VP9-SVC Demo Room] 512000, max 6 publishers, FIR frequency of 10 seconds, opus audio codec(s), vp9 video codec(s)
::: [1234][Demo Room] 128000, max 6 publishers, FIR frequency of 10 seconds, opus audio codec(s), vp8 video codec(s)
JANUS VideoRoom plugin initialized!
Version: 9 (0.0.9)
[janus.plugin.videoroom] JANUS VideoRoom plugin
This is a plugin implementing a videoconferencing SFU (Selective Forwarding Unit) for Janus, that is an audio/video router.
Plugin API version: 10
Loading plugin 'libjanus_textroom.so'...
JANUS TextRoom plugin created!
Configuration file: /opt/janus/etc/janus/janus.plugin.textroom.cfg
[janus.plugin.textroom.cfg]
[general]
json: indented
[1234]
description: Demo Room
secret: adminpwd
Adding text room '1234'
Created textroom: 1234 (Demo Room, public, secret: adminpwd, pin: no pin)
::: [1234][Demo Room]
JANUS TextRoom plugin initialized!
Version: 2 (0.0.2)
[janus.plugin.textroom] JANUS TextRoom plugin
This is a plugin implementing a text-only room for Janus, using DataChannels.
Plugin API version: 10
Loading plugin 'libjanus_lua.so'...
Janus Lua plugin created!
Configuration file: /opt/janus/etc/janus/janus.plugin.lua.cfg
[janus.plugin.lua.cfg]
[general]
path: /opt/janus/share/janus/lua
script: /opt/janus/share/janus/lua/echotest.lua
[ERR] [plugins/janus_lua.c:janus_lua_init:1136] Error loading Lua script /opt/janus/share/janus/lua/echotest.lua: /opt/janus/share/janus/lua/echotest.lua:6: module 'json' not found:
no field package.preload['json']
no file './json.lua'
no file '/usr/share/lua/5.1/json.lua'
no file '/usr/share/lua/5.1/json/init.lua'
no file '/usr/lib64/lua/5.1/json.lua'
no file '/usr/lib64/lua/5.1/json/init.lua'
no file '/opt/janus/share/janus/lua/json.lua'
no file './json.so'
no file '/usr/lib64/lua/5.1/json.so'
no file '/usr/lib64/lua/5.1/loadall.so'
[WARN] The 'janus.plugin.lua' plugin could not be initialized
Loading plugin 'libjanus_echotest.so'...
JANUS EchoTest plugin created!
Configuration file: /opt/janus/etc/janus/janus.plugin.echotest.cfg
[janus.plugin.echotest.cfg]
[general]
JANUS EchoTest plugin initialized!
Version: 7 (0.0.7)
[janus.plugin.echotest] JANUS EchoTest plugin
This is a trivial EchoTest plugin for Janus, just used to showcase the plugin interface.
Plugin API version: 10
Transport plugins folder: /opt/janus/lib/janus/transports
Loading transport plugin 'libjanus_http.so'...
Joining Streaming handler thread
Joining VideoRoom handler thread
Joining TextRoom handler thread
Joining VideoCall handler thread
Joining NoSIP handler thread
Sessions watchdog started
Joining Janus requests handler thread
Joining Record&Play handler thread
Filesource (live) thread starting...
[file-live-sample] Opening file source /opt/janus/share/janus/streams/radio.alaw...
[file-live-sample] Streaming audio file: /opt/janus/share/janus/streams/radio.alaw
Joining EchoTest handler thread
Starting streaming relay thread
JANUS REST (HTTP/HTTPS) transport plugin created!
Configuration file: /opt/janus/etc/janus/janus.transport.http.cfg
[janus.transport.http.cfg]
[general]
json: indented
base_path: /janus
threads: unlimited
http: yes
port: 8088
https: yes
secure_port: 8089
[admin]
admin_base_path: /admin
admin_threads: unlimited
admin_http: yes
admin_port: 7088
admin_https: yes
admin_secure_port: 7889
[cors]
[certificates]
cert_pem: /opt/janus/share/janus/certs/mycert.pem
cert_key: /opt/janus/share/janus/certs/mycert.key
Using a thread per connection for the Janus API HTTP webserver
Binding to all interfaces for the Janus API HTTP webserver
HTTP webserver started (port 8088, /janus path listener)...
Using certificates:
/opt/janus/share/janus/certs/mycert.pem
/opt/janus/share/janus/certs/mycert.key
Using a thread per connection for the Janus API HTTPS webserver
Binding to all interfaces for the Janus API HTTPS webserver
HTTPS webserver started (port 8089, /janus path listener)...
Using a thread per connection for the Admin API HTTP webserver
Binding to all interfaces for the Admin API HTTP webserver
Admin/monitor HTTP webserver started (port 7088, /admin path listener)...
Using a thread per connection for the Admin API HTTPS webserver
Binding to all interfaces for the Admin API HTTPS webserver
Admin/monitor HTTPS webserver started (port 7889, /admin path listener)...
JANUS REST (HTTP/HTTPS) transport plugin initialized!
Version: 2 (0.0.2)
[janus.transport.http] JANUS REST (HTTP/HTTPS) transport plugin
This transport plugin adds REST (HTTP/HTTPS) support to the Janus API via libmicrohttpd.
Plugin API version: 7
Janus API: enabled
Admin API: enabled
Loading transport plugin 'libjanus_pfunix.so'...
JANUS Unix Sockets transport plugin created!
Configuration file: /opt/janus/etc/janus/janus.transport.pfunix.cfg
[janus.transport.pfunix.cfg]
[general]
enabled: no
json: indented
[admin]
admin_enabled: no
[WARN] Unix Sockets server disabled (Janus API)
[WARN] Unix Sockets server disabled (Admin API)
[WARN] No Unix Sockets server started, giving up...
[WARN] The 'janus.transport.pfunix' plugin could not be initialized
New connection on REST API: ::ffff:66.18.33.130
New connection on REST API: ::ffff:66.18.33.130
[transports/janus_http.c:janus_http_handler:1137] Got a HTTP OPTIONS request on /janus...
[transports/janus_http.c:janus_http_handler:1138] ... Just parsing headers for now...
[transports/janus_http.c:janus_http_headers:1690] Host: jangouts.opensourceecology.org:8089
[transports/janus_http.c:janus_http_headers:1690] Connection: keep-alive
[transports/janus_http.c:janus_http_headers:1690] Access-Control-Request-Method: POST
[transports/janus_http.c:janus_http_headers:1690] Origin: https://jangouts.opensourceecology.org
[transports/janus_http.c:janus_http_headers:1690] User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36
[transports/janus_http.c:janus_http_headers:1690] Access-Control-Request-Headers: content-type
[transports/janus_http.c:janus_http_headers:1690] Accept: */*
[transports/janus_http.c:janus_http_headers:1690] Referer: https://jangouts.opensourceecology.org/textroomtest.html
[transports/janus_http.c:janus_http_headers:1690] Accept-Encoding: gzip, deflate, sdch, br
[transports/janus_http.c:janus_http_headers:1690] Accept-Language: en-US,en;q=0.8
New connection on REST API: ::ffff:66.18.33.130
New connection on REST API: ::ffff:66.18.33.130
[transports/janus_http.c:janus_http_handler:1137] Got a HTTP POST request on /janus...
[transports/janus_http.c:janus_http_handler:1138] ... Just parsing headers for now...
[transports/janus_http.c:janus_http_headers:1690] Host: jangouts.opensourceecology.org:8089
[transports/janus_http.c:janus_http_headers:1690] Connection: keep-alive
[transports/janus_http.c:janus_http_headers:1690] Content-Length: 47
[transports/janus_http.c:janus_http_headers:1690] accept: application/json, text/plain, */*
[transports/janus_http.c:janus_http_headers:1690] Origin: https://jangouts.opensourceecology.org
[transports/janus_http.c:janus_http_headers:1690] User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36
[transports/janus_http.c:janus_http_headers:1690] content-type: application/json
[transports/janus_http.c:janus_http_headers:1690] Referer: https://jangouts.opensourceecology.org/textroomtest.html
[transports/janus_http.c:janus_http_headers:1690] Accept-Encoding: gzip, deflate, br
[transports/janus_http.c:janus_http_headers:1690] Accept-Language: en-US,en;q=0.8
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP POST request on /janus...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Processing POST data (application/json) (47 bytes)...
[transports/janus_http.c:janus_http_handler:1248] -- Data we have now (47 bytes)
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP POST request on /janus...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Processing POST data (application/json) (0 bytes)...
[transports/janus_http.c:janus_http_handler:1253] Done getting payload, we can answer
{"janus":"create","transaction":"iCn7zW2gc0NI"}
Forwarding request to the core (0x7f3814014790)
Got a Janus API request from janus.transport.http (0x7f3814014790)
Creating new session: 1165849463392251; 0x7f3820014800
Session created (1165849463392251), create a queue for the long poll
Sending Janus API response to janus.transport.http (0x7f3814014790)
Got a Janus API response to send (0x7f3814014790)
[transports/janus_http.c:janus_http_handler:1137] Got a HTTP GET request on /janus/1165849463392251...
[transports/janus_http.c:janus_http_handler:1138] ... Just parsing headers for now...
[transports/janus_http.c:janus_http_headers:1690] Host: jangouts.opensourceecology.org:8089
[transports/janus_http.c:janus_http_headers:1690] Connection: keep-alive
[transports/janus_http.c:janus_http_headers:1690] accept: application/json, text/plain, */*
[transports/janus_http.c:janus_http_headers:1690] Origin: https://jangouts.opensourceecology.org
[transports/janus_http.c:janus_http_headers:1690] User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36
[transports/janus_http.c:janus_http_headers:1690] Referer: https://jangouts.opensourceecology.org/textroomtest.html
[transports/janus_http.c:janus_http_headers:1690] Accept-Encoding: gzip, deflate, sdch, br
[transports/janus_http.c:janus_http_headers:1690] Accept-Language: en-US,en;q=0.8
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP GET request on /janus/1165849463392251...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Session: 1165849463392251
Got a Janus API request from janus.transport.http (0x7f3814015180)
Session 1165849463392251 found... returning up to 1 messages
[transports/janus_http.c:janus_http_notifier:1723] ... handling long poll...
Got a keep-alive on session 1165849463392251
Sending Janus API response to janus.transport.http (0x7f3814015180)
Got a Janus API response to send (0x7f3814015180)
New connection on REST API: ::ffff:66.18.33.130
New connection on REST API: ::ffff:66.18.33.130
[transports/janus_http.c:janus_http_handler:1137] Got a HTTP OPTIONS request on /janus/1165849463392251...
[transports/janus_http.c:janus_http_handler:1138] ... Just parsing headers for now...
[transports/janus_http.c:janus_http_headers:1690] Host: jangouts.opensourceecology.org:8089
[transports/janus_http.c:janus_http_headers:1690] Connection: keep-alive
[transports/janus_http.c:janus_http_headers:1690] Access-Control-Request-Method: POST
[transports/janus_http.c:janus_http_headers:1690] Origin: https://jangouts.opensourceecology.org
[transports/janus_http.c:janus_http_headers:1690] User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36
[transports/janus_http.c:janus_http_headers:1690] Access-Control-Request-Headers: content-type
[transports/janus_http.c:janus_http_headers:1690] Accept: */*
[transports/janus_http.c:janus_http_headers:1690] Referer: https://jangouts.opensourceecology.org/textroomtest.html
[transports/janus_http.c:janus_http_headers:1690] Accept-Encoding: gzip, deflate, sdch, br
[transports/janus_http.c:janus_http_headers:1690] Accept-Language: en-US,en;q=0.8
New connection on REST API: ::ffff:66.18.33.130
New connection on REST API: ::ffff:66.18.33.130
[transports/janus_http.c:janus_http_handler:1137] Got a HTTP POST request on /janus/1165849463392251...
[transports/janus_http.c:janus_http_handler:1138] ... Just parsing headers for now...
[transports/janus_http.c:janus_http_headers:1690] Host: jangouts.opensourceecology.org:8089
[transports/janus_http.c:janus_http_headers:1690] Connection: keep-alive
[transports/janus_http.c:janus_http_headers:1690] Content-Length: 120
[transports/janus_http.c:janus_http_headers:1690] accept: application/json, text/plain, */*
[transports/janus_http.c:janus_http_headers:1690] Origin: https://jangouts.opensourceecology.org
[transports/janus_http.c:janus_http_headers:1690] User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36
[transports/janus_http.c:janus_http_headers:1690] content-type: application/json
[transports/janus_http.c:janus_http_headers:1690] Referer: https://jangouts.opensourceecology.org/textroomtest.html
[transports/janus_http.c:janus_http_headers:1690] Accept-Encoding: gzip, deflate, br
[transports/janus_http.c:janus_http_headers:1690] Accept-Language: en-US,en;q=0.8
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP POST request on /janus/1165849463392251...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Session: 1165849463392251
Processing POST data (application/json) (120 bytes)...
[transports/janus_http.c:janus_http_handler:1248] -- Data we have now (120 bytes)
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP POST request on /janus/1165849463392251...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Session: 1165849463392251
Processing POST data (application/json) (0 bytes)...
[transports/janus_http.c:janus_http_handler:1253] Done getting payload, we can answer
{"janus":"attach","plugin":"janus.plugin.textroom","opaque_id":"textroomtest-9b6iJ5ImmfP7","transaction":"X2lIWukvhcli"}
Forwarding request to the core (0x7f380401ca40)
Got a Janus API request from janus.transport.http (0x7f380401ca40)
Creating new handle in session 1165849463392251: 5516458504674645; 0x7f3820014800 0x7f3820014d50
Sending Janus API response to janus.transport.http (0x7f380401ca40)
Got a Janus API response to send (0x7f380401ca40)
[transports/janus_http.c:janus_http_handler:1137] Got a HTTP OPTIONS request on /janus/1165849463392251/5516458504674645...
[transports/janus_http.c:janus_http_handler:1138] ... Just parsing headers for now...
[transports/janus_http.c:janus_http_headers:1690] Host: jangouts.opensourceecology.org:8089
[transports/janus_http.c:janus_http_headers:1690] Connection: keep-alive
[transports/janus_http.c:janus_http_headers:1690] Access-Control-Request-Method: POST
[transports/janus_http.c:janus_http_headers:1690] Origin: https://jangouts.opensourceecology.org
[transports/janus_http.c:janus_http_headers:1690] User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36
[transports/janus_http.c:janus_http_headers:1690] Access-Control-Request-Headers: content-type
[transports/janus_http.c:janus_http_headers:1690] Accept: */*
[transports/janus_http.c:janus_http_headers:1690] Referer: https://jangouts.opensourceecology.org/textroomtest.html
[transports/janus_http.c:janus_http_headers:1690] Accept-Encoding: gzip, deflate, sdch, br
[transports/janus_http.c:janus_http_headers:1690] Accept-Language: en-US,en;q=0.8
New connection on REST API: ::ffff:66.18.33.130
New connection on REST API: ::ffff:66.18.33.130
[transports/janus_http.c:janus_http_handler:1137] Got a HTTP POST request on /janus/1165849463392251/5516458504674645...
[transports/janus_http.c:janus_http_handler:1138] ... Just parsing headers for now...
[transports/janus_http.c:janus_http_headers:1690] Host: jangouts.opensourceecology.org:8089
[transports/janus_http.c:janus_http_headers:1690] Connection: keep-alive
[transports/janus_http.c:janus_http_headers:1690] Content-Length: 75
[transports/janus_http.c:janus_http_headers:1690] accept: application/json, text/plain, */*
[transports/janus_http.c:janus_http_headers:1690] Origin: https://jangouts.opensourceecology.org
[transports/janus_http.c:janus_http_headers:1690] User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36
[transports/janus_http.c:janus_http_headers:1690] content-type: application/json
[transports/janus_http.c:janus_http_headers:1690] Referer: https://jangouts.opensourceecology.org/textroomtest.html
[transports/janus_http.c:janus_http_headers:1690] Accept-Encoding: gzip, deflate, br
[transports/janus_http.c:janus_http_headers:1690] Accept-Language: en-US,en;q=0.8
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP POST request on /janus/1165849463392251/5516458504674645...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Session: 1165849463392251
Handle: 5516458504674645
Processing POST data (application/json) (75 bytes)...
[transports/janus_http.c:janus_http_handler:1248] -- Data we have now (75 bytes)
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP POST request on /janus/1165849463392251/5516458504674645...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Session: 1165849463392251
Handle: 5516458504674645
Processing POST data (application/json) (0 bytes)...
[transports/janus_http.c:janus_http_handler:1253] Done getting payload, we can answer
{"janus":"message","body":{"request":"setup"},"transaction":"ZDlx7xOjeiIS"}
Forwarding request to the core (0x7f380c0020c0)
Got a Janus API request from janus.transport.http (0x7f380c0020c0)
Transport task pool, serving request
[5516458504674645] There's a message for JANUS TextRoom plugin
Creating plugin result...
Sending Janus API response to janus.transport.http (0x7f380c0020c0)
Got a Janus API response to send (0x7f380c0020c0)
Destroying plugin result...
[5516458504674645] Audio has NOT been negotiated
[5516458504674645] Video has NOT been negotiated
[5516458504674645] SCTP/DataChannels have been negotiated
[5516458504674645] Setting ICE locally: got ANSWER (0 audios, 0 videos)
[5516458504674645] Creating ICE agent (ICE Full mode, controlling)
[5516458504674645] Adding 172.31.28.115 to the addresses to gather candidates for
[5516458504674645] Gathering done for stream 1
janus_dtls_bio_filter_ctrl: 6
-------------------------------------------
>> Anonymized
-------------------------------------------
[5516458504674645] We have 1 candidates for Stream #1, Component #1
[5516458504674645] Public IP specified and 1:1 NAT mapping enabled (34.210.153.174), using that as host address in the candidates
[5516458504674645] Address: 172.31.28.115:59138
[5516458504674645] Priority: 2013266431
[5516458504674645] Foundation: 1
[5516458504674645] 1 1 udp 2013266431 34.210.153.174 59138 typ host
-------------------------------------------
>> Merged (545 bytes)
-------------------------------------------
v=0
o=- 1526316624441333 1 IN IP4 34.210.153.174
s=Janus TextRoom plugin
t=0 0
a=group:BUNDLE data
a=msid-semantic: WMS janus
m=application 9 DTLS/SCTP 5000
c=IN IP4 34.210.153.174
a=sendrecv
a=sctpmap:5000 webrtc-datachannel 16
a=mid:data
a=ice-ufrag:X8EB
a=ice-pwd:ptccYWtN5Raiocag9uTYVY
a=ice-options:trickle
a=fingerprint:sha-256 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
a=setup:actpass
a=candidate:1 1 udp 2013266431 34.210.153.174 59138 typ host
a=end-of-candidates
[5516458504674645] Sending event to transport...
Sending event to janus.transport.http (0x7f3814014790)
Got a Janus API event to send (0x7f3814014790)
>> Pushing event: 0 (took 992 us)
[5516458504674645] ICE thread started; 0x7f3820014d50
[ice.c:janus_ice_thread:2574] [5516458504674645] Looping (ICE)...
We have a message to serve...
{
"janus": "event",
"session_id": 1165849463392251,
"transaction": "ZDlx7xOjeiIS",
"sender": 5516458504674645,
"plugindata": {
"plugin": "janus.plugin.textroom",
"data": {
"textroom": "event",
"result": "ok"
}
},
"jsep": {
"type": "offer",
"sdp": "v=0\r\no=- 1526316624441333 1 IN IP4 34.210.153.174\r\ns=Janus TextRoom plugin\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS janus\r\nm=application 9 DTLS/SCTP 5000\r\nc=IN IP4 34.210.153.174\r\na=sendrecv\r\na=sctpmap:5000 webrtc-datachannel 16\r\na=mid:data\r\na=ice-ufrag:X8EB\r\na=ice-pwd:ptccYWtN5Raiocag9uTYVY\r\na=ice-options:trickle\r\na=fingerprint:sha-256 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\r\na=setup:actpass\r\na=candidate:1 1 udp 2013266431 34.210.153.174 59138 typ host\r\na=end-of-candidates\r\n"
}
}
[transports/janus_http.c:janus_http_handler:1137] Got a HTTP GET request on /janus/1165849463392251...
[transports/janus_http.c:janus_http_handler:1138] ... Just parsing headers for now...
[transports/janus_http.c:janus_http_headers:1690] Host: jangouts.opensourceecology.org:8089
[transports/janus_http.c:janus_http_headers:1690] Connection: keep-alive
[transports/janus_http.c:janus_http_headers:1690] accept: application/json, text/plain, */*
[transports/janus_http.c:janus_http_headers:1690] Origin: https://jangouts.opensourceecology.org
[transports/janus_http.c:janus_http_headers:1690] User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36
[transports/janus_http.c:janus_http_headers:1690] Referer: https://jangouts.opensourceecology.org/textroomtest.html
[transports/janus_http.c:janus_http_headers:1690] Accept-Encoding: gzip, deflate, sdch, br
[transports/janus_http.c:janus_http_headers:1690] Accept-Language: en-US,en;q=0.8
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP GET request on /janus/1165849463392251...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Session: 1165849463392251
Got a Janus API request from janus.transport.http (0x7f3814036900)
Session 1165849463392251 found... returning up to 1 messages
[transports/janus_http.c:janus_http_notifier:1723] ... handling long poll...
Got a keep-alive on session 1165849463392251
Sending Janus API response to janus.transport.http (0x7f3814036900)
Got a Janus API response to send (0x7f3814036900)
[transports/janus_http.c:janus_http_handler:1137] Got a HTTP POST request on /janus/1165849463392251/5516458504674645...
[transports/janus_http.c:janus_http_handler:1138] ... Just parsing headers for now...
[transports/janus_http.c:janus_http_headers:1690] Host: jangouts.opensourceecology.org:8089
[transports/janus_http.c:janus_http_headers:1690] Connection: keep-alive
[transports/janus_http.c:janus_http_headers:1690] Content-Length: 541
[transports/janus_http.c:janus_http_headers:1690] accept: application/json, text/plain, */*
[transports/janus_http.c:janus_http_headers:1690] Origin: https://jangouts.opensourceecology.org
[transports/janus_http.c:janus_http_headers:1690] User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36
[transports/janus_http.c:janus_http_headers:1690] content-type: application/json
[transports/janus_http.c:janus_http_headers:1690] Referer: https://jangouts.opensourceecology.org/textroomtest.html
[transports/janus_http.c:janus_http_headers:1690] Accept-Encoding: gzip, deflate, br
[transports/janus_http.c:janus_http_headers:1690] Accept-Language: en-US,en;q=0.8
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP POST request on /janus/1165849463392251/5516458504674645...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Session: 1165849463392251
Handle: 5516458504674645
Processing POST data (application/json) (541 bytes)...
[transports/janus_http.c:janus_http_handler:1248] -- Data we have now (541 bytes)
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP POST request on /janus/1165849463392251/5516458504674645...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Session: 1165849463392251
Handle: 5516458504674645
Processing POST data (application/json) (0 bytes)...
[transports/janus_http.c:janus_http_handler:1253] Done getting payload, we can answer
{"janus":"message","body":{"request":"ack"},"transaction":"5uMxfMifSzuV","jsep":{"type":"answer","sdp":"v=0\r\no=- 6484131369302324999 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE data\r\na=msid-semantic: WMS\r\nm=application 9 DTLS/SCTP 5000\r\nc=IN IP4 0.0.0.0\r\nb=AS:30\r\na=ice-ufrag:57Ty\r\na=ice-pwd:QvguJryXGakSKI1lLDxoqyxt\r\na=fingerprint:sha-256 80:D8:30:6E:99:79:68:C4:3C:7C:3A:D9:FB:AC:B5:D8:26:44:D8:BF:37:12:05:49:D9:6E:CD:08:C3:02:84:89\r\na=setup:active\r\na=mid:data\r\na=sctpmap:5000 webrtc-datachannel 1024\r\n"}}
Forwarding request to the core (0x7f380c0020c0)
Got a Janus API request from janus.transport.http (0x7f380c0020c0)
Transport task pool, serving request
[5516458504674645] There's a message for JANUS TextRoom plugin
[5516458504674645] Remote SDP:
v=0
o=- 6484131369302324999 2 IN IP4 127.0.0.1
s=-
t=0 0
a=group:BUNDLE data
a=msid-semantic: WMS
m=application 9 DTLS/SCTP 5000
c=IN IP4 0.0.0.0
b=AS:30
a=ice-ufrag:57Ty
a=ice-pwd:QvguJryXGakSKI1lLDxoqyxt
a=fingerprint:sha-256 80:D8:30:6E:99:79:68:C4:3C:7C:3A:D9:FB:AC:B5:D8:26:44:D8:BF:37:12:05:49:D9:6E:CD:08:C3:02:84:89
a=setup:active
a=mid:data
a=sctpmap:5000 webrtc-datachannel 1024
[5516458504674645] Audio has NOT been negotiated, Video has NOT been negotiated, SCTP/DataChannels have been negotiated
[5516458504674645] Parsing SCTP candidates (stream=1)...
[5516458504674645] ICE ufrag (local): 57Ty
[5516458504674645] ICE pwd (local): QvguJryXGakSKI1lLDxoqyxt
[5516458504674645] Fingerprint (local) : sha-256 80:D8:30:6E:99:79:68:C4:3C:7C:3A:D9:FB:AC:B5:D8:26:44:D8:BF:37:12:05:49:D9:6E:CD:08:C3:02:84:89
[5516458504674645] DTLS setup (local): active
[5516458504674645] Setting accept state (DTLS server)
[5516458504674645] Data Channel mid: data
Got a sctpmap attribute: 5000 webrtc-datachannel 1024
[5516458504674645] -- ICE Trickling is supported by the browser, waiting for remote candidates...
-------------------------------------------
>> Anonymized
-------------------------------------------
Creating plugin result...
Sending Janus API response to janus.transport.http (0x7f380c0020c0)
Got a Janus API response to send (0x7f380c0020c0)
Destroying plugin result...
[5516458504674645] Sending event to transport...
Sending event to janus.transport.http (0x7f3814014790)
Got a Janus API event to send (0x7f3814014790)
>> Pushing event: 0 (Success)
New connection on REST API: ::ffff:66.18.33.130
[5516458504674645] Looks like DTLS!
[transports/janus_http.c:janus_http_handler:1137] Got a HTTP POST request on /janus/1165849463392251/5516458504674645...
[transports/janus_http.c:janus_http_handler:1138] ... Just parsing headers for now...
[transports/janus_http.c:janus_http_headers:1690] Host: jangouts.opensourceecology.org:8089
[transports/janus_http.c:janus_http_headers:1690] Connection: keep-alive
[transports/janus_http.c:janus_http_headers:1690] Content-Length: 227
[transports/janus_http.c:janus_http_headers:1690] accept: application/json, text/plain, */*
[transports/janus_http.c:janus_http_headers:1690] Origin: https://jangouts.opensourceecology.org
[transports/janus_http.c:janus_http_headers:1690] User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36
[transports/janus_http.c:janus_http_headers:1690] content-type: application/json
[transports/janus_http.c:janus_http_headers:1690] Referer: https://jangouts.opensourceecology.org/textroomtest.html
[transports/janus_http.c:janus_http_headers:1690] Accept-Encoding: gzip, deflate, br
[transports/janus_http.c:janus_http_headers:1690] Accept-Language: en-US,en;q=0.8
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP POST request on /janus/1165849463392251/5516458504674645...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Session: 1165849463392251
Handle: 5516458504674645
Processing POST data (application/json) (227 bytes)...
[transports/janus_http.c:janus_http_handler:1248] -- Data we have now (227 bytes)
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP POST request on /janus/1165849463392251/5516458504674645...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Session: 1165849463392251
Handle: 5516458504674645
Processing POST data (application/json) (0 bytes)...
[transports/janus_http.c:janus_http_handler:1253] Done getting payload, we can answer
{"janus":"trickle","candidate":{"candidate":"candidate:201398067 1 udp 2122260223 10.137.2.17 51221 typ host generation 0 ufrag 57Ty network-id 1 network-cost 50","sdpMid":"data","sdpMLineIndex":0},"transaction":"VWyeUq3s8Ms7"}
Forwarding request to the core (0x7f380c0020c0)
Got a Janus API request from janus.transport.http (0x7f380c0020c0)
[5516458504674645] Trickle candidate (data): candidate:201398067 1 udp 2122260223 10.137.2.17 51221 typ host generation 0 ufrag 57Ty network-id 1 network-cost 50
[5516458504674645] Adding remote candidate component:1 stream:1 type:host 10.137.2.17:51221
[5516458504674645] Candidate added to the list! (1 elements for 1/1)
[5516458504674645] ICE already started for this component, setting candidates we have up to now
[5516458504674645] ## Setting remote candidates: stream 1, component 1 (1 in the list)
[5516458504674645] >> Remote Stream #1, Component #1
[5516458504674645] Address: 10.137.2.17:51221
[5516458504674645] Priority: 2122260223
[5516458504674645] Foundation: 201398067
[5516458504674645] Username: 57Ty
[5516458504674645] Password: QvguJryXGakSKI1lLDxoqyxt
[5516458504674645] Setting remote credentials...
[5516458504674645] Component state changed for component 1 in stream 1: 2 (connecting)
[5516458504674645] Discovered new remote candidate for component 1 in stream 1: foundation=1
[5516458504674645] Stream #1, Component #1
[5516458504674645] Address: 66.18.33.130:42355
[5516458504674645] Priority: 1853824767
[5516458504674645] Foundation: 1
[5516458504674645] Remote candidates set!
Sending Janus API response to janus.transport.http (0x7f380c0020c0)
Got a Janus API response to send (0x7f380c0020c0)
We have a message to serve...
{
"janus": "event",
"session_id": 1165849463392251,
"transaction": "5uMxfMifSzuV",
"sender": 5516458504674645,
"plugindata": {
"plugin": "janus.plugin.textroom",
"data": {
"textroom": "event",
"result": "ok"
}
}
}
New connection on REST API: ::ffff:66.18.33.130
[5516458504674645] Looks like DTLS!
[5516458504674645] Component state changed for component 1 in stream 1: 3 (connected)
[5516458504674645] ICE send thread started...; 0x7f3820014d50
New connection on REST API: ::ffff:66.18.33.130
[transports/janus_http.c:janus_http_handler:1137] Got a HTTP POST request on /janus/1165849463392251/5516458504674645...
[transports/janus_http.c:janus_http_handler:1138] ... Just parsing headers for now...
[transports/janus_http.c:janus_http_headers:1690] Host: jangouts.opensourceecology.org:8089
[transports/janus_http.c:janus_http_headers:1690] Connection: keep-alive
[transports/janus_http.c:janus_http_headers:1690] Content-Length: 260
[transports/janus_http.c:janus_http_headers:1690] accept: application/json, text/plain, */*
[transports/janus_http.c:janus_http_headers:1690] Origin: https://jangouts.opensourceecology.org
[transports/janus_http.c:janus_http_headers:1690] User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36
[transports/janus_http.c:janus_http_headers:1690] content-type: application/json
[transports/janus_http.c:janus_http_headers:1690] Referer: https://jangouts.opensourceecology.org/textroomtest.html
[transports/janus_http.c:janus_http_headers:1690] Accept-Encoding: gzip, deflate, br
[transports/janus_http.c:janus_http_headers:1690] Accept-Language: en-US,en;q=0.8
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP POST request on /janus/1165849463392251/5516458504674645...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Session: 1165849463392251
Handle: 5516458504674645
Processing POST data (application/json) (260 bytes)...
[transports/janus_http.c:janus_http_handler:1248] -- Data we have now (260 bytes)
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP POST request on /janus/1165849463392251/5516458504674645...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Session: 1165849463392251
Handle: 5516458504674645
Processing POST data (application/json) (0 bytes)...
[transports/janus_http.c:janus_http_handler:1253] Done getting payload, we can answer
{"janus":"trickle","candidate":{"candidate":"candidate:2774440166 1 udp 1686052607 66.18.33.130 42355 typ srflx raddr 10.137.2.17 rport 51221 generation 0 ufrag 57Ty network-id 1 network-cost 50","sdpMid":"data","sdpMLineIndex":0},"transaction":"ALETtguBLAYq"}
Forwarding request to the core (0x7f380c0020c0)
Got a Janus API request from janus.transport.http (0x7f380c0020c0)
[5516458504674645] Trickle candidate (data): candidate:2774440166 1 udp 1686052607 66.18.33.130 42355 typ srflx raddr 10.137.2.17 rport 51221 generation 0 ufrag 57Ty network-id 1 network-cost 50
[5516458504674645] Adding remote candidate component:1 stream:1 type:srflx 10.137.2.17:51221 --> 66.18.33.130:42355
[5516458504674645] Candidate added to the list! (2 elements for 1/1)
[5516458504674645] Trickle candidate added!
Sending Janus API response to janus.transport.http (0x7f380c0020c0)
Got a Janus API response to send (0x7f380c0020c0)
[transports/janus_http.c:janus_http_handler:1137] Got a HTTP POST request on /janus/1165849463392251/5516458504674645...
[transports/janus_http.c:janus_http_handler:1138] ... Just parsing headers for now...
[transports/janus_http.c:janus_http_headers:1690] Host: jangouts.opensourceecology.org:8089
[transports/janus_http.c:janus_http_headers:1690] Connection: keep-alive
[transports/janus_http.c:janus_http_headers:1690] Content-Length: 79
[transports/janus_http.c:janus_http_headers:1690] accept: application/json, text/plain, */*
[transports/janus_http.c:janus_http_headers:1690] Origin: https://jangouts.opensourceecology.org
[transports/janus_http.c:janus_http_headers:1690] User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36
[transports/janus_http.c:janus_http_headers:1690] content-type: application/json
[transports/janus_http.c:janus_http_headers:1690] Referer: https://jangouts.opensourceecology.org/textroomtest.html
[transports/janus_http.c:janus_http_headers:1690] Accept-Encoding: gzip, deflate, br
[transports/janus_http.c:janus_http_headers:1690] Accept-Language: en-US,en;q=0.8
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP POST request on /janus/1165849463392251/5516458504674645...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Session: 1165849463392251
Handle: 5516458504674645
Processing POST data (application/json) (79 bytes)...
[transports/janus_http.c:janus_http_handler:1248] -- Data we have now (79 bytes)
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP POST request on /janus/1165849463392251/5516458504674645...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Session: 1165849463392251
Handle: 5516458504674645
Processing POST data (application/json) (0 bytes)...
[transports/janus_http.c:janus_http_handler:1253] Done getting payload, we can answer
{"janus":"trickle","candidate":{"completed":true},"transaction":"9AjrXjjH6Br0"}
Forwarding request to the core (0x7f3814036900)
Got a Janus API request from janus.transport.http (0x7f3814036900)
No more remote candidates for handle 5516458504674645!
Sending Janus API response to janus.transport.http (0x7f3814036900)
Got a Janus API response to send (0x7f3814036900)
[5516458504674645] Looks like DTLS!
[5516458504674645] New selected pair for component 1 in stream 1: 2 <-> 2774440166
[5516458504674645] Component is ready enough, starting DTLS handshake...
janus_dtls_bio_filter_ctrl: 50
janus_dtls_bio_filter_ctrl: 6
janus_dtls_bio_filter_ctrl: 50
[5516458504674645] Creating retransmission timer with ID 4
[5516458504674645] DTLSv1_get_timeout: 0
[5516458504674645] DTLS timeout on component 1 of stream 1, retransmitting
[5516458504674645] DTLSv1_get_timeout: 0
[5516458504674645] DTLS timeout on component 1 of stream 1, retransmitting
[transports/janus_http.c:janus_http_handler:1137] Got a HTTP GET request on /janus/1165849463392251...
[transports/janus_http.c:janus_http_handler:1138] ... Just parsing headers for now...
[transports/janus_http.c:janus_http_headers:1690] Host: jangouts.opensourceecology.org:8089
[transports/janus_http.c:janus_http_headers:1690] Connection: keep-alive
[transports/janus_http.c:janus_http_headers:1690] accept: application/json, text/plain, */*
[transports/janus_http.c:janus_http_headers:1690] Origin: https://jangouts.opensourceecology.org
[transports/janus_http.c:janus_http_headers:1690] User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.98 Safari/537.36
[transports/janus_http.c:janus_http_headers:1690] Referer: https://jangouts.opensourceecology.org/textroomtest.html
[transports/janus_http.c:janus_http_headers:1690] Accept-Encoding: gzip, deflate, sdch, br
[transports/janus_http.c:janus_http_headers:1690] Accept-Language: en-US,en;q=0.8
[transports/janus_http.c:janus_http_handler:1170] Processing HTTP GET request on /janus/1165849463392251...
[transports/janus_http.c:janus_http_handler:1223] ... parsing request...
Session: 1165849463392251
Got a Janus API request from janus.transport.http (0x7f3814036900)
Session 1165849463392251 found... returning up to 1 messages
[transports/janus_http.c:janus_http_notifier:1723] ... handling long poll...
Got a keep-alive on session 1165849463392251
Sending Janus API response to janus.transport.http (0x7f3814036900)
Got a Janus API response to send (0x7f3814036900)
[5516458504674645] DTLSv1_get_timeout: 0
[5516458504674645] DTLS timeout on component 1 of stream 1, retransmitting
[5516458504674645] Looks like DTLS!
[5516458504674645] Written 156 bytes on the read BIO...
janus_dtls_bio_filter_ctrl: 50
janus_dtls_bio_filter_ctrl: 49
Advertizing MTU: 1200
janus_dtls_bio_filter_ctrl: 49
janus_dtls_bio_filter_ctrl: 49
janus_dtls_bio_filter_ctrl: 49
janus_dtls_bio_filter_ctrl: 49
janus_dtls_bio_filter_ctrl: 49
janus_dtls_bio_filter_ctrl: 49
janus_dtls_bio_filter_ctrl: 49
janus_dtls_bio_filter_ctrl: 49
janus_dtls_bio_filter_ctrl: 49
janus_dtls_bio_filter_ctrl: 49
janus_dtls_bio_filter_write: 0x7f38200987e0, 1107
-- 1107
New list length: 1
janus_dtls_bio_filter_ctrl: 50
[5516458504674645] ... and read -1 of them from SSL...
[5516458504674645] >> Going to send DTLS data: 1107 bytes
[5516458504674645] >> >> Read 1107 bytes from the write_BIO...
[5516458504674645] >> >> ... and sent 1107 of those bytes on the socket
[5516458504674645] Initialization not finished yet...
[5516458504674645] DTLSv1_get_timeout: 958
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment