Advertisement
Guest User

Untitled

a guest
May 24th, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 330.90 KB | None | 0 0
  1. ---------------------------------------------------
  2. Starting Meetecho Janus (WebRTC Gateway) v0.2.3
  3. ---------------------------------------------------
  4.  
  5. Checking command line arguments...
  6. [janus.cfg]
  7. [general]
  8. configs_folder: /usr/local/etc/janus
  9. plugins_folder: /usr/local/lib/janus/plugins
  10. transports_folder: /usr/local/lib/janus/transports
  11. events_folder: /usr/local/lib/janus/events
  12. log_to_file: no
  13. interface: 45.32.217.183
  14. debug_level: 7
  15. admin_secret: janusoverlord
  16. session_timeout: 180
  17. daemonize: yes
  18. debug_timestamps: yes
  19. debug_colors: no
  20. [certificates]
  21. cert_pem: /usr/local/share/janus/certs/mycert.pem
  22. cert_key: /usr/local/share/janus/certs/mycert.key
  23. [media]
  24. ipv6: false
  25. rtp_port_range: 30000-35000
  26. no_media_timer: 0
  27. [nat]
  28. nice_debug: false
  29. [plugins]
  30. [transports]
  31. [events]
  32. Debug/log level is 7
  33. Debug/log timestamps are enabled
  34. Debug/log colors are disabled
  35. [Tue May 23 20:29:31 2017] Selecting local IP address...
  36. [Tue May 23 20:29:31 2017] -- Will try to use 45.32.217.183
  37. [Tue May 23 20:29:31 2017] Using 45.32.217.183 as local IP...
  38. [Tue May 23 20:29:31 2017] [WARN] Token based authentication disabled
  39. [Tue May 23 20:29:31 2017] Initializing recorder code
  40. [Tue May 23 20:29:31 2017] RTP port range: 30000 -- 35000
  41. [Tue May 23 20:29:31 2017] Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, IPv6 support disabled)
  42. [Tue May 23 20:29:31 2017] ICE port range: 30000-35000
  43. [Tue May 23 20:29:31 2017] ICE handles watchdog started
  44. [Tue May 23 20:29:31 2017] TURN REST API backend: (disabled)
  45. [Tue May 23 20:29:31 2017] BUNDLE is NOT going to be forced
  46. [Tue May 23 20:29:31 2017] rtcp-mux is NOT going to be forced
  47. [Tue May 23 20:29:31 2017] -- RTCP component blackhole socket bound to port 15965
  48. [Tue May 23 20:29:31 2017] Disabling no-media timer
  49. [Tue May 23 20:29:31 2017] Using certificates:
  50. /usr/local/share/janus/certs/mycert.pem
  51. /usr/local/share/janus/certs/mycert.key
  52. [Tue May 23 20:29:31 2017] Crypto: OpenSSL pre-1.1.0
  53. [Tue May 23 20:29:31 2017] 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
  54. [Tue May 23 20:29:31 2017] [WARN] Data Channels support not compiled
  55. [Tue May 23 20:29:31 2017] Event handler plugins folder: /usr/local/lib/janus/events
  56. [Tue May 23 20:29:31 2017] [WARN] Event handlers support disabled
  57. [Tue May 23 20:29:31 2017] Plugins folder: /usr/local/lib/janus/plugins
  58. [Tue May 23 20:29:31 2017] Loading plugin 'libjanus_echotest.so'...
  59. [Tue May 23 20:29:31 2017] Sessions watchdog started
  60. [Tue May 23 20:29:31 2017] Joining Events handler thread
  61. [Tue May 23 20:29:31 2017] Leaving EchoTest handler thread
  62. [Tue May 23 20:29:31 2017] JANUS EchoTest plugin created!
  63. [Tue May 23 20:29:31 2017] Configuration file: /usr/local/etc/janus/janus.plugin.echotest.cfg
  64. [Tue May 23 20:29:31 2017] [ERR] [config.c:janus_config_parse:91] -- Error reading configuration file 'janus.plugin.echotest.cfg'... error 2 (No such file or directory)
  65. [Tue May 23 20:29:31 2017] JANUS EchoTest plugin initialized!
  66. [Tue May 23 20:29:31 2017] Version: 6 (0.0.6)
  67. [Tue May 23 20:29:31 2017] [janus.plugin.echotest] JANUS EchoTest plugin
  68. [Tue May 23 20:29:31 2017] This is a trivial EchoTest plugin for Janus, just used to showcase the plugin interface.
  69. [Tue May 23 20:29:31 2017] Plugin API version: 8
  70. [Tue May 23 20:29:31 2017] Loading plugin 'libjanus_recordplay.so'...
  71. [Tue May 23 20:29:31 2017] JANUS Record&Play plugin created!
  72. [Tue May 23 20:29:31 2017] Configuration file: /usr/local/etc/janus/janus.plugin.recordplay.cfg
  73. [Tue May 23 20:29:31 2017] [ERR] [config.c:janus_config_parse:91] -- Error reading configuration file 'janus.plugin.recordplay.cfg'... error 2 (No such file or directory)
  74. [Tue May 23 20:29:31 2017] [FATAL] [plugins/janus_recordplay.c:janus_recordplay_init:558] No recordings path specified, giving up...
  75. [Tue May 23 20:29:31 2017] [WARN] The 'janus.plugin.recordplay' plugin could not be initialized
  76. [Tue May 23 20:29:31 2017] Loading plugin 'libjanus_sip.so'...
  77. [Tue May 23 20:29:31 2017] EchoTest watchdog started
  78. [Tue May 23 20:29:31 2017] Joining EchoTest handler thread
  79. [Tue May 23 20:29:31 2017] JANUS SIP plugin created!
  80. [Tue May 23 20:29:31 2017] Configuration file: /usr/local/etc/janus/janus.plugin.sip.cfg
  81. [Tue May 23 20:29:31 2017] [ERR] [config.c:janus_config_parse:91] -- Error reading configuration file 'janus.plugin.sip.cfg'... error 2 (No such file or directory)
  82. [Tue May 23 20:29:31 2017] Local IP set to 45.32.217.183
  83. [Tue May 23 20:29:31 2017] JANUS SIP plugin initialized!
  84. [Tue May 23 20:29:31 2017] Version: 6 (0.0.6)
  85. [Tue May 23 20:29:31 2017] [janus.plugin.sip] JANUS SIP plugin
  86. [Tue May 23 20:29:31 2017] This is a simple SIP plugin for Janus, allowing WebRTC peers to register at a SIP server and call SIP user agents through the gateway.
  87. [Tue May 23 20:29:31 2017] Plugin API version: 8
  88. [Tue May 23 20:29:31 2017] Loading plugin 'libjanus_streaming.so'...
  89. [Tue May 23 20:29:31 2017] SIP watchdog started
  90. [Tue May 23 20:29:31 2017] Joining SIP handler thread
  91. [Tue May 23 20:29:31 2017] JANUS Streaming plugin created!
  92. [Tue May 23 20:29:31 2017] Configuration file: /usr/local/etc/janus/janus.plugin.streaming.cfg
  93. [Tue May 23 20:29:31 2017] [ERR] [config.c:janus_config_parse:91] -- Error reading configuration file 'janus.plugin.streaming.cfg'... error 2 (No such file or directory)
  94. [Tue May 23 20:29:31 2017] JANUS Streaming plugin initialized!
  95. [Tue May 23 20:29:31 2017] Version: 7 (0.0.7)
  96. [Tue May 23 20:29:31 2017] [janus.plugin.streaming] JANUS Streaming plugin
  97. [Tue May 23 20:29:31 2017] This is a streaming plugin for Janus, allowing WebRTC peers to watch/listen to pre-recorded files or media generated by gstreamer.
  98. [Tue May 23 20:29:31 2017] Plugin API version: 8
  99. [Tue May 23 20:29:31 2017] Loading plugin 'libjanus_textroom.so'...
  100. [Tue May 23 20:29:31 2017] JANUS TextRoom plugin created!
  101. [Tue May 23 20:29:31 2017] Configuration file: /usr/local/etc/janus/janus.plugin.textroom.cfg
  102. [Tue May 23 20:29:31 2017] [ERR] [config.c:janus_config_parse:91] -- Error reading configuration file 'janus.plugin.textroom.cfg'... error 2 (No such file or directory)
  103. [Tue May 23 20:29:31 2017] JANUS TextRoom plugin initialized!
  104. [Tue May 23 20:29:31 2017] Version: 2 (0.0.2)
  105. [Tue May 23 20:29:31 2017] [janus.plugin.textroom] JANUS TextRoom plugin
  106. [Tue May 23 20:29:31 2017] This is a plugin implementing a text-only room for Janus, using DataChannels.
  107. [Tue May 23 20:29:31 2017] Plugin API version: 8
  108. [Tue May 23 20:29:31 2017] Loading plugin 'libjanus_videocall.so'...
  109. [Tue May 23 20:29:31 2017] JANUS VideoCall plugin created!
  110. [Tue May 23 20:29:31 2017] Configuration file: /usr/local/etc/janus/janus.plugin.videocall.cfg
  111. [Tue May 23 20:29:31 2017] [ERR] [config.c:janus_config_parse:91] -- Error reading configuration file 'janus.plugin.videocall.cfg'... error 2 (No such file or directory)
  112. [Tue May 23 20:29:31 2017] JANUS VideoCall plugin initialized!
  113. [Tue May 23 20:29:31 2017] Version: 5 (0.0.5)
  114. [Tue May 23 20:29:31 2017] [janus.plugin.videocall] JANUS VideoCall plugin
  115. [Tue May 23 20:29:31 2017] This is a simple video call plugin for Janus, allowing two WebRTC peers to call each other through the gateway.
  116. [Tue May 23 20:29:31 2017] Plugin API version: 8
  117. [Tue May 23 20:29:31 2017] Loading plugin 'libjanus_videoroom.so'...
  118. [Tue May 23 20:29:31 2017] JANUS VideoRoom plugin created!
  119. [Tue May 23 20:29:31 2017] Configuration file: /usr/local/etc/janus/janus.plugin.videoroom.cfg
  120. [Tue May 23 20:29:31 2017] [ERR] [config.c:janus_config_parse:91] -- Error reading configuration file 'janus.plugin.videoroom.cfg'... error 2 (No such file or directory)
  121. [Tue May 23 20:29:31 2017] JANUS VideoRoom plugin initialized!
  122. [Tue May 23 20:29:31 2017] Version: 8 (0.0.8)
  123. [Tue May 23 20:29:31 2017] [janus.plugin.videoroom] JANUS VideoRoom plugin
  124. [Tue May 23 20:29:31 2017] This is a plugin implementing a videoconferencing SFU (Selective Forwarding Unit) for Janus, that is an audio/video router.
  125. [Tue May 23 20:29:31 2017] Plugin API version: 8
  126. [Tue May 23 20:29:31 2017] Loading plugin 'libjanus_voicemail.so'...
  127. [Tue May 23 20:29:31 2017] JANUS VoiceMail plugin created!
  128. [Tue May 23 20:29:31 2017] Configuration file: /usr/local/etc/janus/janus.plugin.voicemail.cfg
  129. [Tue May 23 20:29:31 2017] [ERR] [config.c:janus_config_parse:91] -- Error reading configuration file 'janus.plugin.voicemail.cfg'... error 2 (No such file or directory)
  130. [Tue May 23 20:29:31 2017] Recordings path: ./html/recordings/
  131. [Tue May 23 20:29:31 2017] Recordings base: /recordings/
  132. [Tue May 23 20:29:31 2017] JANUS VoiceMail plugin initialized!
  133. [Tue May 23 20:29:31 2017] Version: 6 (0.0.6)
  134. [Tue May 23 20:29:31 2017] [janus.plugin.voicemail] JANUS VoiceMail plugin
  135. [Tue May 23 20:29:31 2017] This is a plugin implementing a very simple VoiceMail service for Janus, recording Opus streams.
  136. [Tue May 23 20:29:31 2017] Streaming watchdog started
  137. [Tue May 23 20:29:31 2017] Plugin API version: 8
  138. [Tue May 23 20:29:31 2017] Loading plugin 'libjanus_audiobridge.so'...
  139. [Tue May 23 20:29:31 2017] TextRoom watchdog started
  140. [Tue May 23 20:29:31 2017] Joining TextRoom handler thread
  141. [Tue May 23 20:29:31 2017] Joining VideoCall handler thread
  142. [Tue May 23 20:29:31 2017] Joining VideoRoom handler thread
  143. [Tue May 23 20:29:31 2017] JANUS AudioBridge plugin created!
  144. [Tue May 23 20:29:31 2017] Configuration file: /usr/local/etc/janus/janus.plugin.audiobridge.cfg
  145. [Tue May 23 20:29:31 2017] [ERR] [config.c:janus_config_parse:91] -- Error reading configuration file 'janus.plugin.audiobridge.cfg'... error 2 (No such file or directory)
  146. [Tue May 23 20:29:31 2017] JANUS AudioBridge plugin initialized!
  147. [Tue May 23 20:29:31 2017] Version: 10 (0.0.10)
  148. [Tue May 23 20:29:31 2017] [janus.plugin.audiobridge] JANUS AudioBridge plugin
  149. [Tue May 23 20:29:31 2017] This is a plugin implementing an audio conference bridge for Janus, mixing Opus streams.
  150. [Tue May 23 20:29:31 2017] Plugin API version: 8
  151. [Tue May 23 20:29:31 2017] Transport plugins folder: /usr/local/lib/janus/transports
  152. [Tue May 23 20:29:31 2017] Loading transport plugin 'libjanus_pfunix.so'...
  153. [Tue May 23 20:29:31 2017] JANUS Unix Sockets transport plugin created!
  154. [Tue May 23 20:29:31 2017] Configuration file: /usr/local/etc/janus/janus.transport.pfunix.cfg
  155. [Tue May 23 20:29:31 2017] [ERR] [config.c:janus_config_parse:91] -- Error reading configuration file 'janus.transport.pfunix.cfg'... error 2 (No such file or directory)
  156. [Tue May 23 20:29:31 2017] [WARN] No Unix Sockets server started, giving up...
  157. [Tue May 23 20:29:31 2017] [WARN] The 'janus.transport.pfunix' plugin could not be initialized
  158. [Tue May 23 20:29:31 2017] Loading transport plugin 'libjanus_websockets.so'...
  159. [Tue May 23 20:29:31 2017] JANUS WebSockets transport plugin created!
  160. [Tue May 23 20:29:31 2017] libwebsockets >= 1.6 available, using new API
  161. [Tue May 23 20:29:31 2017] Configuration file: /usr/local/etc/janus/janus.transport.websockets.cfg
  162. [Tue May 23 20:29:31 2017] [ERR] [config.c:janus_config_parse:91] -- Error reading configuration file 'janus.transport.websockets.cfg'... error 2 (No such file or directory)
  163. [Tue May 23 20:29:31 2017] [WARN] No WebSockets server started, giving up...
  164. [Tue May 23 20:29:31 2017] [WARN] The 'janus.transport.websockets' plugin could not be initialized
  165. [Tue May 23 20:29:31 2017] Joining Streaming handler thread
  166. [Tue May 23 20:29:31 2017] AudioBridge watchdog started
  167. [Tue May 23 20:29:31 2017] Joining AudioBridge handler thread
  168. [Tue May 23 20:29:31 2017] Loading transport plugin 'libjanus_http.so'...
  169. [Tue May 23 20:29:31 2017] JANUS REST (HTTP/HTTPS) transport plugin created!
  170. [Tue May 23 20:29:31 2017] Configuration file: /usr/local/etc/janus/janus.transport.http.cfg
  171. [Tue May 23 20:29:31 2017] [janus.transport.http.cfg]
  172. [Tue May 23 20:29:31 2017] [general]
  173. [Tue May 23 20:29:31 2017] json: indented
  174. [Tue May 23 20:29:31 2017] base_path: /janus
  175. [Tue May 23 20:29:31 2017] threads: unlimited
  176. [Tue May 23 20:29:31 2017] http: yes
  177. [Tue May 23 20:29:31 2017] port: 8088
  178. [Tue May 23 20:29:31 2017] [admin]
  179. [Tue May 23 20:29:31 2017] admin_base_path: /admin
  180. [Tue May 23 20:29:31 2017] admin_threads: unlimited
  181. [Tue May 23 20:29:31 2017] admin_http: no
  182. [Tue May 23 20:29:31 2017] admin_port: 7088
  183. [Tue May 23 20:29:31 2017] admin_https: no
  184. [Tue May 23 20:29:31 2017] [certificates]
  185. [Tue May 23 20:29:31 2017] cert_pem: /usr/local/share/janus/certs/mycert.pem
  186. [Tue May 23 20:29:31 2017] cert_key: /usr/local/share/janus/certs/mycert.key
  187. [Tue May 23 20:29:31 2017] Using a thread per connection for the Janus API HTTP webserver
  188. [Tue May 23 20:29:31 2017] Binding to all interfaces for the Janus API HTTP webserver
  189. [Tue May 23 20:29:31 2017] HTTP webserver started (port 8088, /janus path listener)...
  190. [Tue May 23 20:29:31 2017] Using certificates:
  191. /usr/local/share/janus/certs/mycert.pem
  192. /usr/local/share/janus/certs/mycert.key
  193. [Tue May 23 20:29:31 2017] [WARN] HTTPS webserver disabled
  194. [Tue May 23 20:29:31 2017] [WARN] Admin/monitor HTTP webserver disabled
  195. [Tue May 23 20:29:31 2017] [WARN] Admin/monitor HTTPS webserver disabled
  196. [Tue May 23 20:29:31 2017] JANUS REST (HTTP/HTTPS) transport plugin initialized!
  197. [Tue May 23 20:29:31 2017] HTTP/Janus sessions watchdog started
  198. [Tue May 23 20:29:31 2017] Version: 2 (0.0.2)
  199. [Tue May 23 20:29:31 2017] [janus.transport.http] JANUS REST (HTTP/HTTPS) transport plugin
  200. [Tue May 23 20:29:31 2017] This transport plugin adds REST (HTTP/HTTPS) support to the Janus API via libmicrohttpd.
  201. [Tue May 23 20:29:31 2017] Plugin API version: 6
  202. [Tue May 23 20:29:31 2017] Janus API: enabled
  203. [Tue May 23 20:29:31 2017] Admin API: disabled
  204. [Tue May 23 20:29:31 2017] VideoRoom watchdog started
  205. [Tue May 23 20:29:31 2017] VoiceMail watchdog started
  206. [Tue May 23 20:29:31 2017] Joining VoiceMail handler thread
  207. [Tue May 23 20:29:31 2017] VideoCall watchdog started
  208. [Wed May 24 06:31:38 2017] New connection on REST API: ::ffff:139.162.87.250
  209. [Wed May 24 06:31:38 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /...
  210. [Wed May 24 06:31:38 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  211. [Wed May 24 06:31:38 2017] [transports/janus_http.c:janus_http_headers:1728] Host: 45.32.217.183:8088
  212. [Wed May 24 06:31:38 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0
  213. [Wed May 24 06:31:38 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip
  214. [Wed May 24 06:31:38 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  215. [Wed May 24 06:31:38 2017] [ERR] [transports/janus_http.c:janus_http_handler:1149] Invalid url /
  216. [Wed May 24 06:31:38 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  217. [Wed May 24 08:31:10 2017] New connection on REST API: ::ffff:93.174.93.136
  218. [Wed May 24 08:31:10 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on http://www.baidu.com/cache/global/img/gs.gif...
  219. [Wed May 24 08:31:10 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  220. [Wed May 24 08:31:10 2017] [transports/janus_http.c:janus_http_headers:1728] Host: www.baidu.com
  221. [Wed May 24 08:31:10 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla
  222. [Wed May 24 08:31:10 2017] [transports/janus_http.c:janus_http_headers:1728] If-Modified-Since: Thu, 19 Apr 2012 09:51:20 GMT
  223. [Wed May 24 08:31:10 2017] [ERR] [transports/janus_http.c:janus_http_handler:1149] Invalid url http://www.baidu.com/cache/global/img/gs.gif
  224. [Wed May 24 08:31:10 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  225. [Wed May 24 08:37:37 2017] New connection on REST API: ::ffff:185.40.4.109
  226. [Wed May 24 08:37:37 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /recordings/...
  227. [Wed May 24 08:37:37 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  228. [Wed May 24 08:37:37 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: curl/7.29.0
  229. [Wed May 24 08:37:37 2017] [transports/janus_http.c:janus_http_headers:1728] Host: 45.32.217.183:8088
  230. [Wed May 24 08:37:37 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: */*
  231. [Wed May 24 08:37:37 2017] [ERR] [transports/janus_http.c:janus_http_handler:1149] Invalid url /recordings/
  232. [Wed May 24 08:37:37 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  233. [Wed May 24 08:37:37 2017] New connection on REST API: ::ffff:185.40.4.109
  234. [Wed May 24 08:37:37 2017] New connection on REST API: ::ffff:185.40.4.109
  235. [Wed May 24 08:37:37 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /assets/jnkp.php...
  236. [Wed May 24 08:37:37 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  237. [Wed May 24 08:37:37 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: curl/7.29.0
  238. [Wed May 24 08:37:37 2017] [transports/janus_http.c:janus_http_headers:1728] Host: 45.32.217.183:8088
  239. [Wed May 24 08:37:37 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: */*
  240. [Wed May 24 08:37:37 2017] [ERR] [transports/janus_http.c:janus_http_handler:1149] Invalid url /assets/jnkp.php
  241. [Wed May 24 08:37:37 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  242. [Wed May 24 08:37:37 2017] New connection on REST API: ::ffff:185.40.4.109
  243. [Wed May 24 15:02:04 2017] New connection on REST API: ::ffff:127.0.0.1
  244. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus...
  245. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  246. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Host: 127.0.0.1:8088
  247. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  248. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 47
  249. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  250. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  251. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  252. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate
  253. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  254. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  255. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: http://meeting.ixsystems.com/screensharingtest.html
  256. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  257. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  258. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus...
  259. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  260. [Wed May 24 15:02:04 2017] Processing POST data (application/json) (47 bytes)...
  261. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (47 bytes)
  262. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus...
  263. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  264. [Wed May 24 15:02:04 2017] Processing POST data (application/json) (0 bytes)...
  265. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  266. [Wed May 24 15:02:04 2017] {"janus":"create","transaction":"1V7uOlTTo2NJ"}
  267. [Wed May 24 15:02:04 2017] Forwarding request to the core (0x807c10580)
  268. [Wed May 24 15:02:04 2017] Got a Janus API request from janus.transport.http (0x807c10580)
  269. [Wed May 24 15:02:04 2017] Transport task pool, serving request
  270. [Wed May 24 15:02:04 2017] Creating new session: 2415364944755292
  271. [Wed May 24 15:02:04 2017] Session created (2415364944755292), create a queue for the long poll
  272. [Wed May 24 15:02:04 2017] Sending Janus API response to janus.transport.http (0x807c10580)
  273. [Wed May 24 15:02:04 2017] Got a Janus API response to send (0x807c10580)
  274. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  275. [Wed May 24 15:02:04 2017] New connection on REST API: ::ffff:127.0.0.1
  276. [Wed May 24 15:02:04 2017] New connection on REST API: ::ffff:127.0.0.1
  277. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/2415364944755292...
  278. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  279. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Host: 127.0.0.1:8088
  280. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/2415364944755292...
  281. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  282. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 126
  283. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  284. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  285. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  286. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  287. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate
  288. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  289. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  290. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: http://meeting.ixsystems.com/screensharingtest.html
  291. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  292. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  293. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/2415364944755292...
  294. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  295. [Wed May 24 15:02:04 2017] Session: 2415364944755292
  296. [Wed May 24 15:02:04 2017] Processing POST data (application/json) (126 bytes)...
  297. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (126 bytes)
  298. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/2415364944755292...
  299. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  300. [Wed May 24 15:02:04 2017] Session: 2415364944755292
  301. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Host: 127.0.0.1:8088
  302. [Wed May 24 15:02:04 2017] Processing POST data (application/json) (0 bytes)...
  303. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  304. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  305. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  306. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  307. [Wed May 24 15:02:04 2017] {"janus":"attach","plugin":"janus.plugin.videoroom","opaque_id":"screensharingtest-4eytUJlYVEs6","transaction":"9rBwWsmIy9IE"}
  308. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  309. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate
  310. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  311. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: http://meeting.ixsystems.com/screensharingtest.html
  312. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  313. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  314. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/2415364944755292...
  315. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  316. [Wed May 24 15:02:04 2017] Session: 2415364944755292
  317. [Wed May 24 15:02:04 2017] Forwarding request to the core (0x807c10580)
  318. [Wed May 24 15:02:04 2017] Got a Janus API request from janus.transport.http (0x807c10580)
  319. [Wed May 24 15:02:04 2017] Got a Janus API request from janus.transport.http (0x808420000)
  320. [Wed May 24 15:02:04 2017] Session 2415364944755292 found... returning up to 1 messages
  321. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  322. [Wed May 24 15:02:04 2017] Transport task pool, serving request
  323. [Wed May 24 15:02:04 2017] Transport task pool, serving request
  324. [Wed May 24 15:02:04 2017] Got a keep-alive on session 2415364944755292
  325. [Wed May 24 15:02:04 2017] Sending Janus API response to janus.transport.http (0x808420000)
  326. [Wed May 24 15:02:04 2017] Got a Janus API response to send (0x808420000)
  327. [Wed May 24 15:02:04 2017] Creating new handle in session 2415364944755292: 8870829117033137
  328. [Wed May 24 15:02:04 2017] Sending Janus API response to janus.transport.http (0x807c10580)
  329. [Wed May 24 15:02:04 2017] Got a Janus API response to send (0x807c10580)
  330. [Wed May 24 15:02:04 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  331. [Wed May 24 15:02:11 2017] New connection on REST API: ::ffff:127.0.0.1
  332. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/2415364944755292/8870829117033137...
  333. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  334. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Host: 127.0.0.1:8088
  335. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  336. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 47
  337. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  338. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  339. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  340. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate
  341. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  342. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  343. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: http://meeting.ixsystems.com/screensharingtest.html
  344. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  345. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  346. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/2415364944755292/8870829117033137...
  347. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  348. [Wed May 24 15:02:11 2017] Session: 2415364944755292
  349. [Wed May 24 15:02:11 2017] Handle: 8870829117033137
  350. [Wed May 24 15:02:11 2017] Processing POST data (application/json) (47 bytes)...
  351. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (47 bytes)
  352. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/2415364944755292/8870829117033137...
  353. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  354. [Wed May 24 15:02:11 2017] Session: 2415364944755292
  355. [Wed May 24 15:02:11 2017] Handle: 8870829117033137
  356. [Wed May 24 15:02:11 2017] Processing POST data (application/json) (0 bytes)...
  357. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  358. [Wed May 24 15:02:11 2017] {"janus":"detach","transaction":"UUXCJJYH1KaL"}
  359. [Wed May 24 15:02:11 2017] Forwarding request to the core (0x807c10580)
  360. [Wed May 24 15:02:11 2017] Got a Janus API request from janus.transport.http (0x807c10580)
  361. [Wed May 24 15:02:11 2017] Transport task pool, serving request
  362. [Wed May 24 15:02:11 2017] Detaching handle from JANUS VideoRoom plugin
  363. [Wed May 24 15:02:11 2017] Removing VideoRoom session...
  364. [Wed May 24 15:02:11 2017] No WebRTC media anymore
  365. [Wed May 24 15:02:11 2017] [8870829117033137] Sending event to transport...
  366. [Wed May 24 15:02:11 2017] Sending event to janus.transport.http (0x807c10580)
  367. [Wed May 24 15:02:11 2017] Got a Janus API event to send (0x807c10580)
  368. [Wed May 24 15:02:11 2017] [8870829117033137] Handle detached (error=0), scheduling destruction
  369. [Wed May 24 15:02:11 2017] Sending Janus API response to janus.transport.http (0x807c10580)
  370. [Wed May 24 15:02:11 2017] Got a Janus API response to send (0x807c10580)
  371. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  372. [Wed May 24 15:02:11 2017] New connection on REST API: ::ffff:127.0.0.1
  373. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/2415364944755292...
  374. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  375. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Host: 127.0.0.1:8088
  376. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  377. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 48
  378. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  379. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  380. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  381. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate
  382. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  383. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  384. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: http://meeting.ixsystems.com/screensharingtest.html
  385. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  386. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  387. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/2415364944755292...
  388. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  389. [Wed May 24 15:02:11 2017] Session: 2415364944755292
  390. [Wed May 24 15:02:11 2017] Processing POST data (application/json) (48 bytes)...
  391. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (48 bytes)
  392. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/2415364944755292...
  393. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  394. [Wed May 24 15:02:11 2017] Session: 2415364944755292
  395. [Wed May 24 15:02:11 2017] Processing POST data (application/json) (0 bytes)...
  396. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  397. [Wed May 24 15:02:11 2017] {"janus":"destroy","transaction":"MwG8GrkxIBzM"}
  398. [Wed May 24 15:02:11 2017] Forwarding request to the core (0x807c10580)
  399. [Wed May 24 15:02:11 2017] Got a Janus API request from janus.transport.http (0x807c10580)
  400. [Wed May 24 15:02:11 2017] Transport task pool, serving request
  401. [Wed May 24 15:02:11 2017] Session is over (2415364944755292), getting rid of the queue for the long poll
  402. [Wed May 24 15:02:11 2017] Sending Janus API response to janus.transport.http (0x807c10580)
  403. [Wed May 24 15:02:11 2017] Got a Janus API response to send (0x807c10580)
  404. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  405. [Wed May 24 15:02:11 2017] Long poll time out for session 2415364944755292...
  406. [Wed May 24 15:02:11 2017] We have a message to serve...
  407. {
  408. "janus": "keepalive"
  409. }
  410. [Wed May 24 15:02:11 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  411. [Wed May 24 15:02:12 2017] Checking 1 old HTTP/Janus sessions sessions...
  412. [Wed May 24 15:02:12 2017] Checking 1 old VideoRoom sessions...
  413. [Wed May 24 15:02:12 2017] Checking 1 old HTTP/Janus sessions sessions...
  414. [Wed May 24 15:02:12 2017] Checking 1 old VideoRoom sessions...
  415. [Wed May 24 15:02:13 2017] Checking 1 old HTTP/Janus sessions sessions...
  416. [Wed May 24 15:02:13 2017] Freeing old HTTP/Janus session
  417. [Wed May 24 15:02:13 2017] Checking 1 old VideoRoom sessions...
  418. [Wed May 24 15:02:13 2017] Checking 1 old VideoRoom sessions...
  419. [Wed May 24 15:02:14 2017] New connection on REST API: ::ffff:127.0.0.1
  420. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus...
  421. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  422. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  423. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  424. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  425. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  426. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 47
  427. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  428. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  429. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  430. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  431. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  432. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  433. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  434. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  435. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  436. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus...
  437. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  438. [Wed May 24 15:02:14 2017] Processing POST data (application/json) (47 bytes)...
  439. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (47 bytes)
  440. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus...
  441. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  442. [Wed May 24 15:02:14 2017] Processing POST data (application/json) (0 bytes)...
  443. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  444. [Wed May 24 15:02:14 2017] {"janus":"create","transaction":"CLCf3gGTuaST"}
  445. [Wed May 24 15:02:14 2017] Forwarding request to the core (0x808420000)
  446. [Wed May 24 15:02:14 2017] Got a Janus API request from janus.transport.http (0x808420000)
  447. [Wed May 24 15:02:14 2017] Transport task pool, serving request
  448. [Wed May 24 15:02:14 2017] Creating new session: 5130337456789546
  449. [Wed May 24 15:02:14 2017] Session created (5130337456789546), create a queue for the long poll
  450. [Wed May 24 15:02:14 2017] Sending Janus API response to janus.transport.http (0x808420000)
  451. [Wed May 24 15:02:14 2017] Got a Janus API response to send (0x808420000)
  452. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  453. [Wed May 24 15:02:14 2017] Checking 1 old VideoRoom sessions...
  454. [Wed May 24 15:02:14 2017] New connection on REST API: ::ffff:127.0.0.1
  455. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/5130337456789546...
  456. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  457. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  458. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  459. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  460. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  461. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  462. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  463. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  464. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  465. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  466. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  467. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  468. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  469. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/5130337456789546...
  470. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  471. [Wed May 24 15:02:14 2017] Session: 5130337456789546
  472. [Wed May 24 15:02:14 2017] Got a Janus API request from janus.transport.http (0x808420000)
  473. [Wed May 24 15:02:14 2017] Session 5130337456789546 found... returning up to 1 messages
  474. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  475. [Wed May 24 15:02:14 2017] Transport task pool, serving request
  476. [Wed May 24 15:02:14 2017] Got a keep-alive on session 5130337456789546
  477. [Wed May 24 15:02:14 2017] Sending Janus API response to janus.transport.http (0x808420000)
  478. [Wed May 24 15:02:14 2017] Got a Janus API response to send (0x808420000)
  479. [Wed May 24 15:02:14 2017] New connection on REST API: ::ffff:127.0.0.1
  480. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/5130337456789546...
  481. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  482. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  483. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  484. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  485. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  486. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 126
  487. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  488. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  489. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  490. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  491. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  492. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  493. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  494. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  495. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  496. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546...
  497. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  498. [Wed May 24 15:02:14 2017] Session: 5130337456789546
  499. [Wed May 24 15:02:14 2017] Processing POST data (application/json) (126 bytes)...
  500. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (126 bytes)
  501. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546...
  502. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  503. [Wed May 24 15:02:14 2017] Session: 5130337456789546
  504. [Wed May 24 15:02:14 2017] Processing POST data (application/json) (0 bytes)...
  505. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  506. [Wed May 24 15:02:14 2017] {"janus":"attach","plugin":"janus.plugin.videoroom","opaque_id":"screensharingtest-vJNDCTLJe7rK","transaction":"qkGySixx7ExG"}
  507. [Wed May 24 15:02:14 2017] Forwarding request to the core (0x808c16060)
  508. [Wed May 24 15:02:14 2017] Got a Janus API request from janus.transport.http (0x808c16060)
  509. [Wed May 24 15:02:14 2017] Transport task pool, serving request
  510. [Wed May 24 15:02:14 2017] Creating new handle in session 5130337456789546: 6305048236710294
  511. [Wed May 24 15:02:14 2017] Sending Janus API response to janus.transport.http (0x808c16060)
  512. [Wed May 24 15:02:14 2017] Got a Janus API response to send (0x808c16060)
  513. [Wed May 24 15:02:14 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  514. [Wed May 24 15:02:14 2017] Checking 1 old VideoRoom sessions...
  515. [Wed May 24 15:02:15 2017] Cleaning up handle 8870829117033137...
  516. [Wed May 24 15:02:15 2017] [janus.c:janus_cleanup_session:405] Cleaning up session 2415364944755292...
  517. [Wed May 24 15:02:15 2017] Destroying session 2415364944755292
  518. [Wed May 24 15:02:15 2017] [8870829117033137] WebRTC resources freed
  519. [Wed May 24 15:02:15 2017] [8870829117033137] Handle and related resources freed
  520. [Wed May 24 15:02:15 2017] Checking 1 old VideoRoom sessions...
  521. [Wed May 24 15:02:15 2017] Checking 1 old VideoRoom sessions...
  522. [Wed May 24 15:02:16 2017] Checking 1 old VideoRoom sessions...
  523. [Wed May 24 15:02:17 2017] Checking 1 old VideoRoom sessions...
  524. [Wed May 24 15:02:17 2017] Freeing old VideoRoom session
  525. [Wed May 24 15:02:17 2017] New connection on REST API: ::ffff:127.0.0.1
  526. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/5130337456789546/6305048236710294...
  527. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  528. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  529. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  530. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  531. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  532. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 124
  533. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  534. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  535. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  536. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  537. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  538. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  539. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  540. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  541. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  542. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546/6305048236710294...
  543. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  544. [Wed May 24 15:02:17 2017] Session: 5130337456789546
  545. [Wed May 24 15:02:17 2017] Handle: 6305048236710294
  546. [Wed May 24 15:02:17 2017] Processing POST data (application/json) (124 bytes)...
  547. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (124 bytes)
  548. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546/6305048236710294...
  549. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  550. [Wed May 24 15:02:17 2017] Session: 5130337456789546
  551. [Wed May 24 15:02:17 2017] Handle: 6305048236710294
  552. [Wed May 24 15:02:17 2017] Processing POST data (application/json) (0 bytes)...
  553. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  554. [Wed May 24 15:02:17 2017] {"janus":"message","body":{"request":"create","description":"test","bitrate":0,"publishers":1},"transaction":"H7bP6qyJ7kjv"}
  555. [Wed May 24 15:02:17 2017] Forwarding request to the core (0x809c12000)
  556. [Wed May 24 15:02:17 2017] Got a Janus API request from janus.transport.http (0x809c12000)
  557. [Wed May 24 15:02:17 2017] Transport task pool, serving request
  558. [Wed May 24 15:02:17 2017] [6305048236710294] There's a message for JANUS VideoRoom plugin
  559. [Wed May 24 15:02:17 2017] Creating a new videoroom
  560. [Wed May 24 15:02:17 2017] Created videoroom: 864782819039689 (test, public, opus/vp8 codecs, secret: no secret, pin: no pin, pvtid: optional)
  561. [Wed May 24 15:02:17 2017] ::: [864782819039689][test] 0, max 1 publishers, FIR frequency of 0 seconds
  562. [Wed May 24 15:02:17 2017] Creating plugin result...
  563. [Wed May 24 15:02:17 2017] Sending Janus API response to janus.transport.http (0x809c12000)
  564. [Wed May 24 15:02:17 2017] Got a Janus API response to send (0x809c12000)
  565. [Wed May 24 15:02:17 2017] Destroying plugin result...
  566. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  567. [Wed May 24 15:02:17 2017] New connection on REST API: ::ffff:127.0.0.1
  568. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/5130337456789546/6305048236710294...
  569. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  570. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  571. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  572. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  573. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  574. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 142
  575. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  576. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  577. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  578. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  579. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  580. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  581. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  582. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  583. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  584. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546/6305048236710294...
  585. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  586. [Wed May 24 15:02:17 2017] Session: 5130337456789546
  587. [Wed May 24 15:02:17 2017] Handle: 6305048236710294
  588. [Wed May 24 15:02:17 2017] Processing POST data (application/json) (142 bytes)...
  589. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (142 bytes)
  590. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546/6305048236710294...
  591. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  592. [Wed May 24 15:02:17 2017] Session: 5130337456789546
  593. [Wed May 24 15:02:17 2017] Handle: 6305048236710294
  594. [Wed May 24 15:02:17 2017] Processing POST data (application/json) (0 bytes)...
  595. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  596. [Wed May 24 15:02:17 2017] {"janus":"message","body":{"request":"join","room":864782819039689,"ptype":"publisher","display":"JrlM5pEPpE7G"},"transaction":"IDAGa2VXYEie"}
  597. [Wed May 24 15:02:17 2017] Forwarding request to the core (0x809c12000)
  598. [Wed May 24 15:02:17 2017] Got a Janus API request from janus.transport.http (0x809c12000)
  599. [Wed May 24 15:02:17 2017] Transport task pool, serving request
  600. [Wed May 24 15:02:17 2017] [6305048236710294] There's a message for JANUS VideoRoom plugin
  601. [Wed May 24 15:02:17 2017] Creating plugin result...
  602. [Wed May 24 15:02:17 2017] Sending Janus API response to janus.transport.http (0x809c12000)
  603. [Wed May 24 15:02:17 2017] Got a Janus API response to send (0x809c12000)
  604. [Wed May 24 15:02:17 2017] Destroying plugin result...
  605. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  606. [Wed May 24 15:02:17 2017] Configuring new participant
  607. [Wed May 24 15:02:17 2017] Configuring new publisher
  608. [Wed May 24 15:02:17 2017] -- Publisher ID: 5100687279855035
  609. [Wed May 24 15:02:17 2017] Preparing JSON event as a reply
  610. [Wed May 24 15:02:17 2017] [6305048236710294] Sending event to transport...
  611. [Wed May 24 15:02:17 2017] Sending event to janus.transport.http (0x808420000)
  612. [Wed May 24 15:02:17 2017] Got a Janus API event to send (0x808420000)
  613. [Wed May 24 15:02:17 2017] >> 0 (Success)
  614. [Wed May 24 15:02:17 2017] We have a message to serve...
  615. {
  616. "janus": "event",
  617. "session_id": 5130337456789546,
  618. "sender": 6305048236710294,
  619. "transaction": "IDAGa2VXYEie",
  620. "plugindata": {
  621. "plugin": "janus.plugin.videoroom",
  622. "data": {
  623. "videoroom": "joined",
  624. "room": 864782819039689,
  625. "description": "test",
  626. "id": 5100687279855035,
  627. "private_id": 2550670356,
  628. "publishers": []
  629. }
  630. }
  631. }
  632. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  633. [Wed May 24 15:02:17 2017] New connection on REST API: ::ffff:127.0.0.1
  634. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/5130337456789546...
  635. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  636. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  637. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  638. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  639. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  640. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  641. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  642. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  643. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  644. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  645. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  646. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  647. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  648. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/5130337456789546...
  649. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  650. [Wed May 24 15:02:17 2017] Session: 5130337456789546
  651. [Wed May 24 15:02:17 2017] Got a Janus API request from janus.transport.http (0x808420000)
  652. [Wed May 24 15:02:17 2017] Session 5130337456789546 found... returning up to 1 messages
  653. [Wed May 24 15:02:17 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  654. [Wed May 24 15:02:17 2017] Transport task pool, serving request
  655. [Wed May 24 15:02:17 2017] Got a keep-alive on session 5130337456789546
  656. [Wed May 24 15:02:17 2017] Sending Janus API response to janus.transport.http (0x808420000)
  657. [Wed May 24 15:02:17 2017] Got a Janus API response to send (0x808420000)
  658. [Wed May 24 15:02:20 2017] New connection on REST API: ::ffff:127.0.0.1
  659. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/5130337456789546/6305048236710294...
  660. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  661. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  662. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  663. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  664. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  665. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 1008
  666. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  667. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  668. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  669. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  670. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  671. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  672. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  673. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  674. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  675. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546/6305048236710294...
  676. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  677. [Wed May 24 15:02:20 2017] Session: 5130337456789546
  678. [Wed May 24 15:02:20 2017] Handle: 6305048236710294
  679. [Wed May 24 15:02:20 2017] Processing POST data (application/json) (1008 bytes)...
  680. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (1008 bytes)
  681. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546/6305048236710294...
  682. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  683. [Wed May 24 15:02:20 2017] Session: 5130337456789546
  684. [Wed May 24 15:02:20 2017] Handle: 6305048236710294
  685. [Wed May 24 15:02:20 2017] Processing POST data (application/json) (0 bytes)...
  686. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  687. [Wed May 24 15:02:20 2017] {"janus":"message","body":{"request":"configure","audio":true,"video":true},"transaction":"jYqOLNuNfbiJ","jsep":{"type":"offer","sdp":"v=0\r\no=mozilla...THIS_IS_SDPARTA-52.0.1 4689075011903123470 0 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=fingerprint:sha-256 27:1B:2E:B4:B2:BB:2E:1D:0A:9B:0D:C3:5F:8B:2D:22:DC:A8:8D:13:1A:0D:17:A8:7E:2A:66:0C:7E:A5:6C:F4\r\na=ice-options:trickle\r\na=msid-semantic:WMS *\r\nm=video 9 UDP/TLS/RTP/SAVPF 120 121\r\nc=IN IP4 0.0.0.0\r\na=sendonly\r\na=ice-pwd:9b727efeaeeba6cfac3482011a19b8a2\r\na=ice-ufrag:41fcb14f\r\na=mid:sdparta_0\r\na=msid:{bbbda566-3357-4b7a-98ec-a8bb3df96865} {70d12e33-bb3c-40ec-ac5e-e910c7ef3016}\r\na=rtcp-fb:120 nack\r\na=rtcp-fb:120 nack pli\r\na=rtcp-fb:120 ccm fir\r\na=rtcp-fb:120 goog-remb\r\na=rtcp-fb:121 nack\r\na=rtcp-fb:121 nack pli\r\na=rtcp-fb:121 ccm fir\r\na=rtcp-fb:121 goog-remb\r\na=rtcp-mux\r\na=rtpmap:120 VP8/90000\r\na=rtpmap:121 VP9/90000\r\na=setup:actpass\r\na=ssrc:3228224997 cname:{5f2110d7-5d81-4435-927d-cee9db504187}\r\n"}}
  688. [Wed May 24 15:02:20 2017] Forwarding request to the core (0x80a412000)
  689. [Wed May 24 15:02:20 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  690. [Wed May 24 15:02:20 2017] Transport task pool, serving request
  691. [Wed May 24 15:02:20 2017] [6305048236710294] There's a message for JANUS VideoRoom plugin
  692. [Wed May 24 15:02:20 2017] [6305048236710294] Remote SDP:
  693. v=0
  694. o=mozilla...THIS_IS_SDPARTA-52.0.1 4689075011903123470 0 IN IP4 0.0.0.0
  695. s=-
  696. t=0 0
  697. a=fingerprint:sha-256 27:1B:2E:B4:B2:BB:2E:1D:0A:9B:0D:C3:5F:8B:2D:22:DC:A8:8D:13:1A:0D:17:A8:7E:2A:66:0C:7E:A5:6C:F4
  698. a=ice-options:trickle
  699. a=msid-semantic:WMS *
  700. m=video 9 UDP/TLS/RTP/SAVPF 120 121
  701. c=IN IP4 0.0.0.0
  702. a=sendonly
  703. a=ice-pwd:9b727efeaeeba6cfac3482011a19b8a2
  704. a=ice-ufrag:41fcb14f
  705. a=mid:sdparta_0
  706. a=msid:{bbbda566-3357-4b7a-98ec-a8bb3df96865} {70d12e33-bb3c-40ec-ac5e-e910c7ef3016}
  707. a=rtcp-fb:120 nack
  708. a=rtcp-fb:120 nack pli
  709. a=rtcp-fb:120 ccm fir
  710. a=rtcp-fb:120 goog-remb
  711. a=rtcp-fb:121 nack
  712. a=rtcp-fb:121 nack pli
  713. a=rtcp-fb:121 ccm fir
  714. a=rtcp-fb:121 goog-remb
  715. a=rtcp-mux
  716. a=rtpmap:120 VP8/90000
  717. a=rtpmap:121 VP9/90000
  718. a=setup:actpass
  719. a=ssrc:3228224997 cname:{5f2110d7-5d81-4435-927d-cee9db504187}
  720. [Wed May 24 15:02:20 2017] [6305048236710294] Audio has NOT been negotiated, Video has been negotiated, SCTP/DataChannels have NOT been negotiated
  721. [Wed May 24 15:02:20 2017] [6305048236710294] The browser: does NOT support BUNDLE, supports rtcp-mux, is doing Trickle ICE
  722. [Wed May 24 15:02:20 2017] [6305048236710294] Setting ICE locally: got OFFER (0 audios, 1 videos)
  723. [Wed May 24 15:02:20 2017] [6305048236710294] Creating ICE agent (ICE Full mode, controlled)
  724. [Wed May 24 15:02:20 2017] [6305048236710294] Adding 45.32.217.183 to the addresses to gather candidates for
  725. [Wed May 24 15:02:20 2017] [6305048236710294] ICE thread started
  726. [Wed May 24 15:02:20 2017] [6305048236710294] Gathering done for stream 1
  727. [Wed May 24 15:02:20 2017] [6305048236710294] Fingerprint (global) : sha-256 27:1B:2E:B4:B2:BB:2E:1D:0A:9B:0D:C3:5F:8B:2D:22:DC:A8:8D:13:1A:0D:17:A8:7E:2A:66:0C:7E:A5:6C:F4
  728. [Wed May 24 15:02:20 2017] [6305048236710294] Parsing video candidates (stream=1)...
  729. [Wed May 24 15:02:20 2017] [6305048236710294] ICE pwd (local): 9b727efeaeeba6cfac3482011a19b8a2
  730. [Wed May 24 15:02:20 2017] [6305048236710294] ICE ufrag (local): 41fcb14f
  731. [Wed May 24 15:02:20 2017] [6305048236710294] Video mid: sdparta_0
  732. [Wed May 24 15:02:20 2017] [6305048236710294] DTLS setup (local): actpass
  733. [Wed May 24 15:02:20 2017] [6305048236710294] Peer video SSRC: 3228224997
  734. [Wed May 24 15:02:20 2017] -------------------------------------------
  735. [Wed May 24 15:02:20 2017] >> Anonymized
  736. [Wed May 24 15:02:20 2017] -------------------------------------------
  737. [Wed May 24 15:02:20 2017] Creating plugin result...
  738. [Wed May 24 15:02:20 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  739. [Wed May 24 15:02:20 2017] Got a Janus API response to send (0x80a412000)
  740. [Wed May 24 15:02:20 2017] Destroying plugin result...
  741. [Wed May 24 15:02:20 2017] Setting audio property: true (room 864782819039689, user 5100687279855035)
  742. [Wed May 24 15:02:20 2017] Setting video property: true (room 864782819039689, user 5100687279855035)
  743. [Wed May 24 15:02:20 2017] Preparing JSON event as a reply
  744. [Wed May 24 15:02:20 2017] This is involving a negotiation (offer) as well:
  745. v=0
  746. o=mozilla...THIS_IS_SDPARTA-52.0.1 4689075011903123470 0 IN IP4 1.1.1.1
  747. s=-
  748. t=0 0
  749. m=video 9 UDP/TLS/RTP/SAVPF 120 121
  750. c=IN IP4 1.1.1.1
  751. a=sendonly
  752. a=rtcp-fb:120 nack
  753. a=rtcp-fb:120 nack pli
  754. a=rtcp-fb:120 ccm fir
  755. a=rtcp-fb:120 goog-remb
  756. a=rtcp-fb:121 nack
  757. a=rtcp-fb:121 nack pli
  758. a=rtcp-fb:121 ccm fir
  759. a=rtcp-fb:121 goog-remb
  760. a=rtpmap:120 VP8/90000
  761. a=rtpmap:121 VP9/90000
  762.  
  763. [Wed May 24 15:02:20 2017] The publisher is NOT going to send an audio stream
  764. [Wed May 24 15:02:20 2017] The publisher is going to send a video stream
  765. [Wed May 24 15:02:20 2017] The publisher is NOT going to open a data channel
  766. [Wed May 24 15:02:20 2017] Per the answer, the publisher is NOT going to send an audio stream
  767. [Wed May 24 15:02:20 2017] Per the answer, the publisher is going to send a video stream
  768. [Wed May 24 15:02:20 2017] Per the answer, the publisher is NOT going to open a data channel
  769. [Wed May 24 15:02:20 2017] Handling publisher: turned this into an 'answer':
  770. v=0
  771. o=mozilla...THIS_IS_SDPARTA-52.0.1 4689075011903123470 0 IN IP4 1.1.1.1
  772. s=VideoRoom 864782819039689
  773. t=0 0
  774. c=IN IP4 127.0.0.1
  775. m=video 9 UDP/TLS/RTP/SAVPF 120
  776. c=IN IP4 127.0.0.1
  777. a=recvonly
  778. a=rtpmap:120 VP8/90000
  779. a=rtcp-fb:120 ccm fir
  780. a=rtcp-fb:120 nack
  781. a=rtcp-fb:120 nack pli
  782. a=rtcp-fb:120 goog-remb
  783.  
  784. [Wed May 24 15:02:20 2017] -------------------------------------------
  785. [Wed May 24 15:02:20 2017] >> Anonymized
  786. [Wed May 24 15:02:20 2017] -------------------------------------------
  787. [Wed May 24 15:02:20 2017] [6305048236710294] We have 1 candidates for Stream #1, Component #1
  788. [Wed May 24 15:02:20 2017] [6305048236710294] Stream #1, Component #1
  789. [Wed May 24 15:02:20 2017] [6305048236710294] Address: 45.32.217.183:30426
  790. [Wed May 24 15:02:20 2017] [6305048236710294] Priority: 2013266431
  791. [Wed May 24 15:02:20 2017] [6305048236710294] Foundation: 1
  792. [Wed May 24 15:02:20 2017] [6305048236710294] 1 1 udp 2013266431 45.32.217.183 30426 typ host[Wed May 24 15:02:20 2017] -------------------------------------------
  793. [Wed May 24 15:02:20 2017] >> Merged (656 bytes)
  794. [Wed May 24 15:02:20 2017] -------------------------------------------
  795. [Wed May 24 15:02:20 2017] v=0
  796. o=mozilla...THIS_IS_SDPARTA-52.0.1 1495638140591028 1 IN IP4 45.32.217.183
  797. s=VideoRoom 864782819039689
  798. t=0 0
  799. a=group:BUNDLE sdparta_0
  800. a=msid-semantic: WMS janus
  801. m=video 9 UDP/TLS/RTP/SAVPF 120
  802. c=IN IP4 45.32.217.183
  803. a=recvonly
  804. a=mid:sdparta_0
  805. a=rtcp-mux
  806. a=ice-ufrag:YPGK
  807. a=ice-pwd:OzfMlK0gSwC3SAmfaCgIbI
  808. a=ice-options:trickle
  809. 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
  810. a=setup:active
  811. a=rtpmap:120 VP8/90000
  812. a=rtcp-fb:120 ccm fir
  813. a=rtcp-fb:120 nack
  814. a=rtcp-fb:120 nack pli
  815. a=rtcp-fb:120 goog-remb
  816. a=candidate:1 1 udp 2013266431 45.32.217.183 30426 typ host
  817.  
  818. [Wed May 24 15:02:20 2017] [6305048236710294] Done! Ready to setup remote candidates and send connectivity checks...
  819. [Wed May 24 15:02:20 2017] [6305048236710294] -- rtcp-mux is supported by the browser, getting rid of RTCP components, if any...
  820. [Wed May 24 15:02:20 2017] [6305048236710294] -- ICE Trickling is supported by the browser, waiting for remote candidates...
  821. [Wed May 24 15:02:20 2017] [6305048236710294] Sending event to transport...
  822. [Wed May 24 15:02:20 2017] Sending event to janus.transport.http (0x808420000)
  823. [Wed May 24 15:02:20 2017] Got a Janus API event to send (0x808420000)
  824. [Wed May 24 15:02:20 2017] >> Pushing event: 0 (took 523 us)
  825. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  826. [Wed May 24 15:02:20 2017] We have a message to serve...
  827. {
  828. "janus": "event",
  829. "session_id": 5130337456789546,
  830. "sender": 6305048236710294,
  831. "transaction": "jYqOLNuNfbiJ",
  832. "plugindata": {
  833. "plugin": "janus.plugin.videoroom",
  834. "data": {
  835. "videoroom": "event",
  836. "room": 864782819039689,
  837. "configured": "ok"
  838. }
  839. },
  840. "jsep": {
  841. "type": "answer",
  842. "sdp": "v=0\r\no=mozilla...THIS_IS_SDPARTA-52.0.1 1495638140591028 1 IN IP4 45.32.217.183\r\ns=VideoRoom 864782819039689\r\nt=0 0\r\na=group:BUNDLE sdparta_0\r\na=msid-semantic: WMS janus\r\nm=video 9 UDP/TLS/RTP/SAVPF 120\r\nc=IN IP4 45.32.217.183\r\na=recvonly\r\na=mid:sdparta_0\r\na=rtcp-mux\r\na=ice-ufrag:YPGK\r\na=ice-pwd:OzfMlK0gSwC3SAmfaCgIbI\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:active\r\na=rtpmap:120 VP8/90000\r\na=rtcp-fb:120 ccm fir\r\na=rtcp-fb:120 nack\r\na=rtcp-fb:120 nack pli\r\na=rtcp-fb:120 goog-remb\r\na=candidate:1 1 udp 2013266431 45.32.217.183 30426 typ host\r\n"
  843. }
  844. }
  845. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  846. [Wed May 24 15:02:20 2017] [ice.c:janus_ice_thread:2287] [6305048236710294] Looping (ICE)...
  847. [Wed May 24 15:02:20 2017] New connection on REST API: ::ffff:127.0.0.1
  848. [Wed May 24 15:02:20 2017] New connection on REST API: ::ffff:127.0.0.1
  849. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/5130337456789546/6305048236710294...
  850. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  851. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  852. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  853. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  854. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  855. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 171
  856. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  857. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  858. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  859. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  860. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  861. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  862. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  863. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  864. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  865. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546/6305048236710294...
  866. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/5130337456789546/6305048236710294...
  867. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  868. [Wed May 24 15:02:20 2017] Session: 5130337456789546
  869. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  870. [Wed May 24 15:02:20 2017] Handle: 6305048236710294
  871. [Wed May 24 15:02:20 2017] Processing POST data (application/json) (171 bytes)...
  872. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (171 bytes)
  873. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546/6305048236710294...
  874. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  875. [Wed May 24 15:02:20 2017] Session: 5130337456789546
  876. [Wed May 24 15:02:20 2017] Handle: 6305048236710294
  877. [Wed May 24 15:02:20 2017] Processing POST data (application/json) (0 bytes)...
  878. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  879. [Wed May 24 15:02:20 2017] {"janus":"trickle","candidate":{"candidate":"candidate:0 2 UDP 2122252542 10.20.0.155 23858 typ host","sdpMid":"sdparta_0","sdpMLineIndex":0},"transaction":"U5myTnhbDJkq"}
  880. [Wed May 24 15:02:20 2017] Forwarding request to the core (0x80a412000)
  881. [Wed May 24 15:02:20 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  882. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  883. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  884. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  885. [Wed May 24 15:02:20 2017] Transport task pool, serving request
  886. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  887. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 171
  888. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  889. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  890. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  891. [Wed May 24 15:02:20 2017] [6305048236710294] Trickle candidate (sdparta_0): candidate:0 2 UDP 2122252542 10.20.0.155 23858 typ host
  892. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  893. [Wed May 24 15:02:20 2017] [6305048236710294] -- Skipping component 2 in stream 1 (rtcp-muxing)
  894. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  895. [Wed May 24 15:02:20 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  896. [Wed May 24 15:02:20 2017] Got a Janus API response to send (0x80a412000)
  897. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  898. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  899. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  900. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  901. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  902. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546/6305048236710294...
  903. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  904. [Wed May 24 15:02:20 2017] Session: 5130337456789546
  905. [Wed May 24 15:02:20 2017] Handle: 6305048236710294
  906. [Wed May 24 15:02:20 2017] Processing POST data (application/json) (171 bytes)...
  907. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (171 bytes)
  908. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546/6305048236710294...
  909. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  910. [Wed May 24 15:02:20 2017] Session: 5130337456789546
  911. [Wed May 24 15:02:20 2017] Handle: 6305048236710294
  912. [Wed May 24 15:02:20 2017] Processing POST data (application/json) (0 bytes)...
  913. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  914. [Wed May 24 15:02:20 2017] {"janus":"trickle","candidate":{"candidate":"candidate:0 1 UDP 2122252543 10.20.0.155 29182 typ host","sdpMid":"sdparta_0","sdpMLineIndex":0},"transaction":"UWUjbklRllB5"}
  915. [Wed May 24 15:02:20 2017] Forwarding request to the core (0x80a612000)
  916. [Wed May 24 15:02:20 2017] Got a Janus API request from janus.transport.http (0x80a612000)
  917. [Wed May 24 15:02:20 2017] Transport task pool, serving request
  918. [Wed May 24 15:02:20 2017] [6305048236710294] Trickle candidate (sdparta_0): candidate:0 1 UDP 2122252543 10.20.0.155 29182 typ host
  919. [Wed May 24 15:02:20 2017] [6305048236710294] Adding remote candidate component:1 stream:1 type:host 10.20.0.155:29182
  920. [Wed May 24 15:02:20 2017] [6305048236710294] Transport: UDP
  921. [Wed May 24 15:02:20 2017] [6305048236710294] Candidate added to the list! (1 elements for 1/1)
  922. [Wed May 24 15:02:20 2017] [6305048236710294] ICE already started for this component, setting candidates we have up to now
  923. [Wed May 24 15:02:20 2017] [6305048236710294] ## Setting remote candidates: stream 1, component 1 (1 in the list)
  924. [Wed May 24 15:02:20 2017] [6305048236710294] >> Remote Stream #1, Component #1
  925. [Wed May 24 15:02:20 2017] [6305048236710294] Address: 10.20.0.155:29182
  926. [Wed May 24 15:02:20 2017] [6305048236710294] Priority: 2122252543
  927. [Wed May 24 15:02:20 2017] [6305048236710294] Foundation: 0
  928. [Wed May 24 15:02:20 2017] [6305048236710294] Username: 41fcb14f
  929. [Wed May 24 15:02:20 2017] [6305048236710294] Password: 9b727efeaeeba6cfac3482011a19b8a2
  930. [Wed May 24 15:02:20 2017] [6305048236710294] Setting remote credentials...
  931. [Wed May 24 15:02:20 2017] [6305048236710294] Component state changed for component 1 in stream 1: 2 (connecting)
  932. [Wed May 24 15:02:20 2017] [6305048236710294] Discovered new remote candidate for component 1 in stream 1: type=prflx
  933. [Wed May 24 15:02:20 2017] [6305048236710294] Stream #1, Component #1
  934. [Wed May 24 15:02:20 2017] [6305048236710294] Address: 96.33.120.62:18948
  935. [Wed May 24 15:02:20 2017] [6305048236710294] Priority: 1853817087
  936. [Wed May 24 15:02:20 2017] [6305048236710294] Foundation: remote-1
  937. [Wed May 24 15:02:20 2017] [6305048236710294] Remote candidates set!
  938. [Wed May 24 15:02:20 2017] Sending Janus API response to janus.transport.http (0x80a612000)
  939. [Wed May 24 15:02:20 2017] Got a Janus API response to send (0x80a612000)
  940. [Wed May 24 15:02:20 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  941. [Wed May 24 15:02:20 2017] [6305048236710294] New selected pair for component 1 in stream 1: 1 <-> remote-1
  942. [Wed May 24 15:02:20 2017] [6305048236710294] Component is ready enough, starting DTLS handshake...
  943. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 6
  944. [Wed May 24 15:02:20 2017] [6305048236710294] Setting connect state (DTLS client)
  945. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 50
  946. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 49
  947. [Wed May 24 15:02:20 2017] Advertizing MTU: 1472
  948. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 49
  949. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 49
  950. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_write: 0x808477900, 245
  951. [Wed May 24 15:02:20 2017] -- 245
  952. [Wed May 24 15:02:20 2017] New list length: 1
  953. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 6
  954. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 50
  955. [Wed May 24 15:02:20 2017] [6305048236710294] >> Going to send DTLS data: 245 bytes
  956. [Wed May 24 15:02:20 2017] [6305048236710294] >> >> Read 245 bytes from the write_BIO...
  957. [Wed May 24 15:02:20 2017] [6305048236710294] >> >> ... and sent 245 of those bytes on the socket
  958. [Wed May 24 15:02:20 2017] [6305048236710294] Creating retransmission timer with ID 4
  959. [Wed May 24 15:02:20 2017] [6305048236710294] Component state changed for component 1 in stream 1: 3 (connected)
  960. [Wed May 24 15:02:20 2017] [6305048236710294] ICE send thread started...
  961. [Wed May 24 15:02:20 2017] [6305048236710294] Looks like DTLS!
  962. [Wed May 24 15:02:20 2017] [6305048236710294] Written 639 bytes on the read BIO...
  963. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 50
  964. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 49
  965. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 49
  966. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 49
  967. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 49
  968. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 51
  969. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 49
  970. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 49
  971. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 49
  972. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 49
  973. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 49
  974. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 49
  975. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 52
  976. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_write: 0x80847d000, 1082
  977. [Wed May 24 15:02:20 2017] -- 1082
  978. [Wed May 24 15:02:20 2017] New list length: 1
  979. [Wed May 24 15:02:20 2017] janus_dtls_bio_filter_ctrl: 50
  980. [Wed May 24 15:02:20 2017] [6305048236710294] ... and read -1 of them from SSL...
  981. [Wed May 24 15:02:20 2017] [6305048236710294] >> Going to send DTLS data: 1082 bytes
  982. [Wed May 24 15:02:20 2017] [6305048236710294] >> >> Read 1082 bytes from the write_BIO...
  983. [Wed May 24 15:02:20 2017] [6305048236710294] >> >> ... and sent 1082 of those bytes on the socket
  984. [Wed May 24 15:02:20 2017] [6305048236710294] Initialization not finished yet...
  985. [Wed May 24 15:02:21 2017] [6305048236710294] Looks like DTLS!
  986. [Wed May 24 15:02:21 2017] [6305048236710294] Written 91 bytes on the read BIO...
  987. [Wed May 24 15:02:21 2017] janus_dtls_bio_filter_ctrl: 50
  988. [Wed May 24 15:02:21 2017] janus_dtls_bio_filter_ctrl: 53
  989. [Wed May 24 15:02:21 2017] janus_dtls_bio_filter_ctrl: 7
  990. [Wed May 24 15:02:21 2017] janus_dtls_bio_filter_ctrl: 50
  991. [Wed May 24 15:02:21 2017] [6305048236710294] ... and read -1 of them from SSL...
  992. [Wed May 24 15:02:21 2017] [6305048236710294] DTLS established, yay!
  993. [Wed May 24 15:02:21 2017] [6305048236710294] Computing sha-256 fingerprint of remote certificate...
  994. [Wed May 24 15:02:21 2017] [6305048236710294] Remote fingerprint (sha-256) of the client is 27:1B:2E:B4:B2:BB:2E:1D:0A:9B:0D:C3:5F:8B:2D:22:DC:A8:8D:13:1A:0D:17:A8:7E:2A:66:0C:7E:A5:6C:F4
  995. [Wed May 24 15:02:21 2017] [6305048236710294] Fingerprint is a match!
  996. [Wed May 24 15:02:21 2017] [6305048236710294] Created inbound SRTP session for component 1 in stream 1
  997. [Wed May 24 15:02:21 2017] [6305048236710294] Created outbound SRTP session for component 1 in stream 1
  998. [Wed May 24 15:02:21 2017] [6305048236710294] The DTLS handshake for the component 1 in stream 1 has been completed
  999. [Wed May 24 15:02:21 2017] [6305048236710294] The DTLS handshake has been completed
  1000. [Wed May 24 15:02:21 2017] [6305048236710294] Telling the plugin about it (JANUS VideoRoom plugin)
  1001. [Wed May 24 15:02:21 2017] WebRTC media is now available
  1002. [Wed May 24 15:02:21 2017] [6305048236710294] Sending event to transport...
  1003. [Wed May 24 15:02:21 2017] Sending event to janus.transport.http (0x808420000)
  1004. [Wed May 24 15:02:21 2017] Got a Janus API event to send (0x808420000)
  1005. [Wed May 24 15:02:21 2017] [6305048236710294] DTLS already set up, disabling retransmission timer!
  1006. [Wed May 24 15:02:21 2017] New connection on REST API: ::ffff:127.0.0.1
  1007. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/5130337456789546...
  1008. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1009. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1010. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1011. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1012. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1013. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  1014. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1015. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  1016. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  1017. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1018. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1019. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  1020. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  1021. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/5130337456789546...
  1022. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1023. [Wed May 24 15:02:21 2017] Session: 5130337456789546
  1024. [Wed May 24 15:02:21 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  1025. [Wed May 24 15:02:21 2017] Session 5130337456789546 found... returning up to 1 messages
  1026. [Wed May 24 15:02:21 2017] Transport task pool, serving request
  1027. [Wed May 24 15:02:21 2017] Got a keep-alive on session 5130337456789546
  1028. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1029. [Wed May 24 15:02:21 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  1030. [Wed May 24 15:02:21 2017] Got a Janus API response to send (0x80a412000)
  1031. [Wed May 24 15:02:21 2017] New connection on REST API: ::ffff:127.0.0.1
  1032. [Wed May 24 15:02:21 2017] New connection on REST API: ::ffff:127.0.0.1
  1033. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/5130337456789546/6305048236710294...
  1034. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1035. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1036. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1037. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1038. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1039. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 202
  1040. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  1041. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1042. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  1043. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  1044. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  1045. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1046. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1047. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  1048. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  1049. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546/6305048236710294...
  1050. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1051. [Wed May 24 15:02:21 2017] Session: 5130337456789546
  1052. [Wed May 24 15:02:21 2017] Handle: 6305048236710294
  1053. [Wed May 24 15:02:21 2017] Processing POST data (application/json) (202 bytes)...
  1054. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (202 bytes)
  1055. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546/6305048236710294...
  1056. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1057. [Wed May 24 15:02:21 2017] Session: 5130337456789546
  1058. [Wed May 24 15:02:21 2017] Handle: 6305048236710294
  1059. [Wed May 24 15:02:21 2017] Processing POST data (application/json) (0 bytes)...
  1060. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  1061. [Wed May 24 15:02:21 2017] {"janus":"trickle","candidate":{"candidate":"candidate:1 1 UDP 1686052863 96.33.120.62 5649 typ srflx raddr 10.20.0.155 rport 29182","sdpMid":"sdparta_0","sdpMLineIndex":0},"transaction":"cw5OncfzOmOk"}
  1062. [Wed May 24 15:02:21 2017] Forwarding request to the core (0x80a412000)
  1063. [Wed May 24 15:02:21 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  1064. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/5130337456789546/6305048236710294...
  1065. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1066. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1067. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1068. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1069. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1070. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 202
  1071. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  1072. [Wed May 24 15:02:21 2017] Transport task pool, serving request
  1073. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1074. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  1075. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  1076. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  1077. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1078. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1079. [Wed May 24 15:02:21 2017] [6305048236710294] Trickle candidate (sdparta_0): candidate:1 1 UDP 1686052863 96.33.120.62 5649 typ srflx raddr 10.20.0.155 rport 29182
  1080. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  1081. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  1082. [Wed May 24 15:02:21 2017] [6305048236710294] Adding remote candidate component:1 stream:1 type:srflx 10.20.0.155:29182 --> 96.33.120.62:5649
  1083. [Wed May 24 15:02:21 2017] [6305048236710294] Transport: UDP
  1084. [Wed May 24 15:02:21 2017] [6305048236710294] Candidate added to the list! (2 elements for 1/1)
  1085. [Wed May 24 15:02:21 2017] [6305048236710294] Trickle candidate added!
  1086. [Wed May 24 15:02:21 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  1087. [Wed May 24 15:02:21 2017] Got a Janus API response to send (0x80a412000)
  1088. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546/6305048236710294...
  1089. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1090. [Wed May 24 15:02:21 2017] Session: 5130337456789546
  1091. [Wed May 24 15:02:21 2017] Handle: 6305048236710294
  1092. [Wed May 24 15:02:21 2017] Processing POST data (application/json) (202 bytes)...
  1093. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (202 bytes)
  1094. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546/6305048236710294...
  1095. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1096. [Wed May 24 15:02:21 2017] Session: 5130337456789546
  1097. [Wed May 24 15:02:21 2017] Handle: 6305048236710294
  1098. [Wed May 24 15:02:21 2017] Processing POST data (application/json) (0 bytes)...
  1099. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  1100. [Wed May 24 15:02:21 2017] {"janus":"trickle","candidate":{"candidate":"candidate:1 2 UDP 1686052862 96.33.120.62 8415 typ srflx raddr 10.20.0.155 rport 23858","sdpMid":"sdparta_0","sdpMLineIndex":0},"transaction":"vZXzPEu9Zfb9"}
  1101. [Wed May 24 15:02:21 2017] Forwarding request to the core (0x80a612000)
  1102. [Wed May 24 15:02:21 2017] Got a Janus API request from janus.transport.http (0x80a612000)
  1103. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1104. [Wed May 24 15:02:21 2017] Transport task pool, serving request
  1105. [Wed May 24 15:02:21 2017] [6305048236710294] Trickle candidate (sdparta_0): candidate:1 2 UDP 1686052862 96.33.120.62 8415 typ srflx raddr 10.20.0.155 rport 23858
  1106. [Wed May 24 15:02:21 2017] [6305048236710294] -- Skipping component 2 in stream 1 (rtcp-muxing)
  1107. [Wed May 24 15:02:21 2017] Sending Janus API response to janus.transport.http (0x80a612000)
  1108. [Wed May 24 15:02:21 2017] Got a Janus API response to send (0x80a612000)
  1109. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1110. [Wed May 24 15:02:21 2017] New connection on REST API: ::ffff:127.0.0.1
  1111. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/5130337456789546/6305048236710294...
  1112. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1113. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1114. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1115. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1116. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1117. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 79
  1118. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  1119. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1120. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  1121. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  1122. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  1123. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1124. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1125. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  1126. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  1127. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546/6305048236710294...
  1128. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1129. [Wed May 24 15:02:21 2017] Session: 5130337456789546
  1130. [Wed May 24 15:02:21 2017] Handle: 6305048236710294
  1131. [Wed May 24 15:02:21 2017] Processing POST data (application/json) (79 bytes)...
  1132. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (79 bytes)
  1133. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5130337456789546/6305048236710294...
  1134. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1135. [Wed May 24 15:02:21 2017] Session: 5130337456789546
  1136. [Wed May 24 15:02:21 2017] Handle: 6305048236710294
  1137. [Wed May 24 15:02:21 2017] Processing POST data (application/json) (0 bytes)...
  1138. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  1139. [Wed May 24 15:02:21 2017] {"janus":"trickle","candidate":{"completed":true},"transaction":"PGHPK9t87vxk"}
  1140. [Wed May 24 15:02:21 2017] Forwarding request to the core (0x80a412000)
  1141. [Wed May 24 15:02:21 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  1142. [Wed May 24 15:02:21 2017] Transport task pool, serving request
  1143. [Wed May 24 15:02:21 2017] No more remote candidates for handle 6305048236710294!
  1144. [Wed May 24 15:02:21 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  1145. [Wed May 24 15:02:21 2017] Got a Janus API response to send (0x80a412000)
  1146. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1147. [Wed May 24 15:02:21 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=82-->82, ts=3228224997, seq=1)
  1148. [Wed May 24 15:02:21 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1149. [Wed May 24 15:02:21 2017] Sending REMB (JrlM5pEPpE7G, 65536)
  1150. [Wed May 24 15:02:21 2017] [REMB] bitrate=65536 (24 bytes)
  1151. [Wed May 24 15:02:21 2017] [6305048236710294] Notifying that we are receiving video
  1152. [Wed May 24 15:02:21 2017] [6305048236710294] Sending event to transport...
  1153. [Wed May 24 15:02:21 2017] Sending event to janus.transport.http (0x808420000)
  1154. [Wed May 24 15:02:21 2017] Got a Janus API event to send (0x808420000)
  1155. [Wed May 24 15:02:21 2017] Got REMB bitrate 65536
  1156. [Wed May 24 15:02:21 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1157. [Wed May 24 15:02:21 2017] Parsing compound packet (total of 56 bytes)
  1158. [Wed May 24 15:02:21 2017] #1 RR (201)
  1159. [Wed May 24 15:02:21 2017] RTCP PT 201, length: 32 bytes
  1160. [Wed May 24 15:02:21 2017] #2 REMB -- PSFB (206)
  1161. [Wed May 24 15:02:21 2017] -- -- -- REMB: 65536 * 2^0 = 65536 (1 SSRCs, 3228224997)
  1162. [Wed May 24 15:02:21 2017] RTCP PT 206, length: 24 bytes
  1163. [Wed May 24 15:02:21 2017] End of compound packet
  1164. [Wed May 24 15:02:21 2017] Sending REMB (JrlM5pEPpE7G, 87381)
  1165. [Wed May 24 15:02:21 2017] [REMB] bitrate=87381 (24 bytes)
  1166. [Wed May 24 15:02:21 2017] Sending REMB (JrlM5pEPpE7G, 131072)
  1167. [Wed May 24 15:02:21 2017] [REMB] bitrate=131072 (24 bytes)
  1168. [Wed May 24 15:02:21 2017] Got REMB bitrate 87381
  1169. [Wed May 24 15:02:21 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1170. [Wed May 24 15:02:21 2017] Parsing compound packet (total of 56 bytes)
  1171. [Wed May 24 15:02:21 2017] #1 RR (201)
  1172. [Wed May 24 15:02:21 2017] RTCP PT 201, length: 32 bytes
  1173. [Wed May 24 15:02:21 2017] #2 REMB -- PSFB (206)
  1174. [Wed May 24 15:02:21 2017] -- -- -- REMB: 87381 * 2^0 = 87381 (1 SSRCs, 3228224997)
  1175. [Wed May 24 15:02:21 2017] RTCP PT 206, length: 24 bytes
  1176. [Wed May 24 15:02:21 2017] End of compound packet
  1177. [Wed May 24 15:02:21 2017] Got REMB bitrate 131072
  1178. [Wed May 24 15:02:21 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1179. [Wed May 24 15:02:21 2017] Parsing compound packet (total of 56 bytes)
  1180. [Wed May 24 15:02:21 2017] #1 RR (201)
  1181. [Wed May 24 15:02:21 2017] RTCP PT 201, length: 32 bytes
  1182. [Wed May 24 15:02:21 2017] #2 REMB -- PSFB (206)
  1183. [Wed May 24 15:02:21 2017] -- -- -- REMB: 131072 * 2^0 = 131072 (1 SSRCs, 3228224997)
  1184. [Wed May 24 15:02:21 2017] RTCP PT 206, length: 24 bytes
  1185. [Wed May 24 15:02:21 2017] End of compound packet
  1186. [Wed May 24 15:02:21 2017] Sending REMB (JrlM5pEPpE7G, 262144)
  1187. [Wed May 24 15:02:21 2017] [REMB] bitrate=262144 (24 bytes)
  1188. [Wed May 24 15:02:21 2017] Got REMB bitrate 262144
  1189. [Wed May 24 15:02:21 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1190. [Wed May 24 15:02:21 2017] Parsing compound packet (total of 56 bytes)
  1191. [Wed May 24 15:02:21 2017] #1 RR (201)
  1192. [Wed May 24 15:02:21 2017] RTCP PT 201, length: 32 bytes
  1193. [Wed May 24 15:02:21 2017] #2 REMB -- PSFB (206)
  1194. [Wed May 24 15:02:21 2017] -- -- -- REMB: 131072 * 2^1 = 262144 (1 SSRCs, 3228224997)
  1195. [Wed May 24 15:02:21 2017] RTCP PT 206, length: 24 bytes
  1196. [Wed May 24 15:02:21 2017] End of compound packet
  1197. [Wed May 24 15:02:21 2017] New connection on REST API: ::ffff:127.0.0.1
  1198. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/5130337456789546...
  1199. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1200. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1201. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1202. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1203. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1204. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  1205. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1206. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  1207. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  1208. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1209. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1210. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  1211. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  1212. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/5130337456789546...
  1213. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1214. [Wed May 24 15:02:21 2017] Session: 5130337456789546
  1215. [Wed May 24 15:02:21 2017] Got a Janus API request from janus.transport.http (0x80a612000)
  1216. [Wed May 24 15:02:21 2017] Session 5130337456789546 found... returning up to 1 messages
  1217. [Wed May 24 15:02:21 2017] Transport task pool, serving request
  1218. [Wed May 24 15:02:21 2017] Got a keep-alive on session 5130337456789546
  1219. [Wed May 24 15:02:21 2017] Sending Janus API response to janus.transport.http (0x80a612000)
  1220. [Wed May 24 15:02:21 2017] Got a Janus API response to send (0x80a612000)
  1221. [Wed May 24 15:02:21 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1222. [Wed May 24 15:02:22 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1223. [Wed May 24 15:02:22 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1224. [Wed May 24 15:02:22 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1225. [Wed May 24 15:02:22 2017] New connection on REST API: ::ffff:127.0.0.1
  1226. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/5130337456789546...
  1227. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1228. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1229. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1230. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1231. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1232. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  1233. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1234. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  1235. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  1236. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1237. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1238. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  1239. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  1240. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/5130337456789546...
  1241. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1242. [Wed May 24 15:02:22 2017] Session: 5130337456789546
  1243. [Wed May 24 15:02:22 2017] Got a Janus API request from janus.transport.http (0x80a612000)
  1244. [Wed May 24 15:02:22 2017] Session 5130337456789546 found... returning up to 1 messages
  1245. [Wed May 24 15:02:22 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  1246. [Wed May 24 15:02:22 2017] Transport task pool, serving request
  1247. [Wed May 24 15:02:22 2017] Got a keep-alive on session 5130337456789546
  1248. [Wed May 24 15:02:22 2017] Sending Janus API response to janus.transport.http (0x80a612000)
  1249. [Wed May 24 15:02:22 2017] Got a Janus API response to send (0x80a612000)
  1250. [Wed May 24 15:02:22 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1251. [Wed May 24 15:02:22 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1252. [Wed May 24 15:02:22 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1253. [Wed May 24 15:02:22 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1254. [Wed May 24 15:02:22 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1255. [Wed May 24 15:02:23 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1256. [Wed May 24 15:02:23 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1257. [Wed May 24 15:02:24 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1258. [Wed May 24 15:02:25 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1259. [Wed May 24 15:02:25 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1260. [Wed May 24 15:02:25 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1261. [Wed May 24 15:02:25 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1262. [Wed May 24 15:02:25 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1263. [Wed May 24 15:02:26 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1264. [Wed May 24 15:02:26 2017] Parsing compound packet (total of 32 bytes)
  1265. [Wed May 24 15:02:26 2017] #1 RR (201)
  1266. [Wed May 24 15:02:26 2017] RTCP PT 201, length: 32 bytes
  1267. [Wed May 24 15:02:26 2017] End of compound packet
  1268. [Wed May 24 15:02:26 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1269. [Wed May 24 15:02:26 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1270. [Wed May 24 15:02:26 2017] Sending REMB (JrlM5pEPpE7G, 262144)
  1271. [Wed May 24 15:02:26 2017] [REMB] bitrate=262144 (24 bytes)
  1272. [Wed May 24 15:02:26 2017] Got REMB bitrate 262144
  1273. [Wed May 24 15:02:26 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1274. [Wed May 24 15:02:26 2017] Parsing compound packet (total of 56 bytes)
  1275. [Wed May 24 15:02:26 2017] #1 RR (201)
  1276. [Wed May 24 15:02:26 2017] RTCP PT 201, length: 32 bytes
  1277. [Wed May 24 15:02:26 2017] #2 REMB -- PSFB (206)
  1278. [Wed May 24 15:02:26 2017] -- -- -- REMB: 131072 * 2^1 = 262144 (1 SSRCs, 3228224997)
  1279. [Wed May 24 15:02:26 2017] RTCP PT 206, length: 24 bytes
  1280. [Wed May 24 15:02:26 2017] End of compound packet
  1281. [Wed May 24 15:02:26 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1282. [Wed May 24 15:02:26 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1283. [Wed May 24 15:02:26 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1284. [Wed May 24 15:02:26 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1285. [Wed May 24 15:02:27 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1286. [Wed May 24 15:02:27 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1287. [Wed May 24 15:02:27 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1288. [Wed May 24 15:02:27 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1289. [Wed May 24 15:02:27 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1290. [Wed May 24 15:02:27 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1291. [Wed May 24 15:02:27 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1292. [Wed May 24 15:02:28 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1293. [Wed May 24 15:02:28 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1294. [Wed May 24 15:02:28 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1295. [Wed May 24 15:02:28 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1296. [Wed May 24 15:02:29 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1297. [Wed May 24 15:02:29 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1298. [Wed May 24 15:02:29 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1299. [Wed May 24 15:02:29 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1300. [Wed May 24 15:02:29 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1301. [Wed May 24 15:02:30 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1302. [Wed May 24 15:02:30 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1303. [Wed May 24 15:02:30 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1304. [Wed May 24 15:02:30 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1305. [Wed May 24 15:02:30 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1306. [Wed May 24 15:02:30 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1307. [Wed May 24 15:02:31 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1308. [Wed May 24 15:02:31 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1309. [Wed May 24 15:02:31 2017] Parsing compound packet (total of 32 bytes)
  1310. [Wed May 24 15:02:31 2017] #1 RR (201)
  1311. [Wed May 24 15:02:31 2017] RTCP PT 201, length: 32 bytes
  1312. [Wed May 24 15:02:31 2017] End of compound packet
  1313. [Wed May 24 15:02:31 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1314. [Wed May 24 15:02:31 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1315. [Wed May 24 15:02:31 2017] Sending REMB (JrlM5pEPpE7G, 262144)
  1316. [Wed May 24 15:02:31 2017] [REMB] bitrate=262144 (24 bytes)
  1317. [Wed May 24 15:02:31 2017] Got REMB bitrate 262144
  1318. [Wed May 24 15:02:31 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1319. [Wed May 24 15:02:31 2017] Parsing compound packet (total of 56 bytes)
  1320. [Wed May 24 15:02:31 2017] #1 RR (201)
  1321. [Wed May 24 15:02:31 2017] RTCP PT 201, length: 32 bytes
  1322. [Wed May 24 15:02:31 2017] #2 REMB -- PSFB (206)
  1323. [Wed May 24 15:02:31 2017] -- -- -- REMB: 131072 * 2^1 = 262144 (1 SSRCs, 3228224997)
  1324. [Wed May 24 15:02:31 2017] RTCP PT 206, length: 24 bytes
  1325. [Wed May 24 15:02:31 2017] End of compound packet
  1326. [Wed May 24 15:02:31 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1327. [Wed May 24 15:02:31 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1328. [Wed May 24 15:02:32 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1329. [Wed May 24 15:02:32 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1330. [Wed May 24 15:02:32 2017] New connection on REST API: ::ffff:127.0.0.1
  1331. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/5130337456789546...
  1332. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1333. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1334. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1335. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1336. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1337. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  1338. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1339. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  1340. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  1341. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1342. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1343. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  1344. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  1345. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/5130337456789546...
  1346. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1347. [Wed May 24 15:02:32 2017] Session: 5130337456789546
  1348. [Wed May 24 15:02:32 2017] Got a Janus API request from janus.transport.http (0x807b37420)
  1349. [Wed May 24 15:02:32 2017] Session 5130337456789546 found... returning up to 1 messages
  1350. [Wed May 24 15:02:32 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  1351. [Wed May 24 15:02:32 2017] Transport task pool, serving request
  1352. [Wed May 24 15:02:32 2017] Got a keep-alive on session 5130337456789546
  1353. [Wed May 24 15:02:32 2017] Sending Janus API response to janus.transport.http (0x807b37420)
  1354. [Wed May 24 15:02:32 2017] Got a Janus API response to send (0x807b37420)
  1355. [Wed May 24 15:02:32 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1356. [Wed May 24 15:02:32 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1357. [Wed May 24 15:02:32 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1358. [Wed May 24 15:02:33 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1359. [Wed May 24 15:02:33 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1360. [Wed May 24 15:02:33 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1361. [Wed May 24 15:02:33 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1362. [Wed May 24 15:02:33 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1363. [Wed May 24 15:02:33 2017] [6305048236710294] Component state changed for component 1 in stream 1: 4 (ready)
  1364. [Wed May 24 15:02:33 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1365. [Wed May 24 15:02:33 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1366. [Wed May 24 15:02:34 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1367. [Wed May 24 15:02:34 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1368. [Wed May 24 15:02:35 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1369. [Wed May 24 15:02:35 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1370. [Wed May 24 15:02:35 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1371. [Wed May 24 15:02:36 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1372. [Wed May 24 15:02:36 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1373. [Wed May 24 15:02:36 2017] Parsing compound packet (total of 32 bytes)
  1374. [Wed May 24 15:02:36 2017] #1 RR (201)
  1375. [Wed May 24 15:02:36 2017] RTCP PT 201, length: 32 bytes
  1376. [Wed May 24 15:02:36 2017] End of compound packet
  1377. [Wed May 24 15:02:36 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1378. [Wed May 24 15:02:36 2017] Sending REMB (JrlM5pEPpE7G, 262144)
  1379. [Wed May 24 15:02:36 2017] [REMB] bitrate=262144 (24 bytes)
  1380. [Wed May 24 15:02:36 2017] Got REMB bitrate 262144
  1381. [Wed May 24 15:02:36 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1382. [Wed May 24 15:02:36 2017] Parsing compound packet (total of 56 bytes)
  1383. [Wed May 24 15:02:36 2017] #1 RR (201)
  1384. [Wed May 24 15:02:36 2017] RTCP PT 201, length: 32 bytes
  1385. [Wed May 24 15:02:36 2017] #2 REMB -- PSFB (206)
  1386. [Wed May 24 15:02:36 2017] -- -- -- REMB: 131072 * 2^1 = 262144 (1 SSRCs, 3228224997)
  1387. [Wed May 24 15:02:36 2017] RTCP PT 206, length: 24 bytes
  1388. [Wed May 24 15:02:36 2017] End of compound packet
  1389. [Wed May 24 15:02:36 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1390. [Wed May 24 15:02:37 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1391. [Wed May 24 15:02:38 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1392. [Wed May 24 15:02:38 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1393. [Wed May 24 15:02:39 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1394. [Wed May 24 15:02:40 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1395. [Wed May 24 15:02:41 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1396. [Wed May 24 15:02:41 2017] Parsing compound packet (total of 32 bytes)
  1397. [Wed May 24 15:02:41 2017] #1 RR (201)
  1398. [Wed May 24 15:02:41 2017] RTCP PT 201, length: 32 bytes
  1399. [Wed May 24 15:02:41 2017] End of compound packet
  1400. [Wed May 24 15:02:41 2017] Sending REMB (JrlM5pEPpE7G, 262144)
  1401. [Wed May 24 15:02:41 2017] [REMB] bitrate=262144 (24 bytes)
  1402. [Wed May 24 15:02:41 2017] Got REMB bitrate 262144
  1403. [Wed May 24 15:02:41 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1404. [Wed May 24 15:02:41 2017] Parsing compound packet (total of 56 bytes)
  1405. [Wed May 24 15:02:41 2017] #1 RR (201)
  1406. [Wed May 24 15:02:41 2017] RTCP PT 201, length: 32 bytes
  1407. [Wed May 24 15:02:41 2017] #2 REMB -- PSFB (206)
  1408. [Wed May 24 15:02:41 2017] -- -- -- REMB: 131072 * 2^1 = 262144 (1 SSRCs, 3228224997)
  1409. [Wed May 24 15:02:41 2017] RTCP PT 206, length: 24 bytes
  1410. [Wed May 24 15:02:41 2017] End of compound packet
  1411. [Wed May 24 15:02:41 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1412. [Wed May 24 15:02:42 2017] New connection on REST API: ::ffff:127.0.0.1
  1413. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/5130337456789546...
  1414. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1415. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1416. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1417. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1418. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1419. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  1420. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1421. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  1422. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  1423. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1424. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1425. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  1426. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  1427. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/5130337456789546...
  1428. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1429. [Wed May 24 15:02:42 2017] Session: 5130337456789546
  1430. [Wed May 24 15:02:42 2017] Got a Janus API request from janus.transport.http (0x807c10580)
  1431. [Wed May 24 15:02:42 2017] Session 5130337456789546 found... returning up to 1 messages
  1432. [Wed May 24 15:02:42 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  1433. [Wed May 24 15:02:42 2017] Transport task pool, serving request
  1434. [Wed May 24 15:02:42 2017] Got a keep-alive on session 5130337456789546
  1435. [Wed May 24 15:02:42 2017] Sending Janus API response to janus.transport.http (0x807c10580)
  1436. [Wed May 24 15:02:42 2017] Got a Janus API response to send (0x807c10580)
  1437. [Wed May 24 15:02:43 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1438. [Wed May 24 15:02:44 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1439. [Wed May 24 15:02:45 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1440. [Wed May 24 15:02:45 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1441. [Wed May 24 15:02:46 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1442. [Wed May 24 15:02:46 2017] Parsing compound packet (total of 32 bytes)
  1443. [Wed May 24 15:02:46 2017] #1 RR (201)
  1444. [Wed May 24 15:02:46 2017] RTCP PT 201, length: 32 bytes
  1445. [Wed May 24 15:02:46 2017] End of compound packet
  1446. [Wed May 24 15:02:46 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1447. [Wed May 24 15:02:46 2017] Sending REMB (JrlM5pEPpE7G, 262144)
  1448. [Wed May 24 15:02:46 2017] [REMB] bitrate=262144 (24 bytes)
  1449. [Wed May 24 15:02:46 2017] Got REMB bitrate 262144
  1450. [Wed May 24 15:02:46 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1451. [Wed May 24 15:02:46 2017] Parsing compound packet (total of 56 bytes)
  1452. [Wed May 24 15:02:46 2017] #1 RR (201)
  1453. [Wed May 24 15:02:46 2017] RTCP PT 201, length: 32 bytes
  1454. [Wed May 24 15:02:46 2017] #2 REMB -- PSFB (206)
  1455. [Wed May 24 15:02:46 2017] -- -- -- REMB: 131072 * 2^1 = 262144 (1 SSRCs, 3228224997)
  1456. [Wed May 24 15:02:46 2017] RTCP PT 206, length: 24 bytes
  1457. [Wed May 24 15:02:46 2017] End of compound packet
  1458. [Wed May 24 15:02:47 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1459. [Wed May 24 15:02:48 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1460. [Wed May 24 15:02:48 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1461. [Wed May 24 15:02:49 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1462. [Wed May 24 15:02:50 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1463. [Wed May 24 15:02:51 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1464. [Wed May 24 15:02:51 2017] Parsing compound packet (total of 32 bytes)
  1465. [Wed May 24 15:02:51 2017] #1 RR (201)
  1466. [Wed May 24 15:02:51 2017] RTCP PT 201, length: 32 bytes
  1467. [Wed May 24 15:02:51 2017] End of compound packet
  1468. [Wed May 24 15:02:51 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1469. [Wed May 24 15:02:51 2017] Sending REMB (JrlM5pEPpE7G, 262144)
  1470. [Wed May 24 15:02:51 2017] [REMB] bitrate=262144 (24 bytes)
  1471. [Wed May 24 15:02:51 2017] Got REMB bitrate 262144
  1472. [Wed May 24 15:02:51 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1473. [Wed May 24 15:02:51 2017] Parsing compound packet (total of 56 bytes)
  1474. [Wed May 24 15:02:51 2017] #1 RR (201)
  1475. [Wed May 24 15:02:51 2017] RTCP PT 201, length: 32 bytes
  1476. [Wed May 24 15:02:51 2017] #2 REMB -- PSFB (206)
  1477. [Wed May 24 15:02:51 2017] -- -- -- REMB: 131072 * 2^1 = 262144 (1 SSRCs, 3228224997)
  1478. [Wed May 24 15:02:51 2017] RTCP PT 206, length: 24 bytes
  1479. [Wed May 24 15:02:51 2017] End of compound packet
  1480. [Wed May 24 15:02:52 2017] Long poll time out for session 5130337456789546...
  1481. [Wed May 24 15:02:52 2017] We have a message to serve...
  1482. {
  1483. "janus": "keepalive"
  1484. }
  1485. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1486. [Wed May 24 15:02:52 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1487. [Wed May 24 15:02:52 2017] New connection on REST API: ::ffff:127.0.0.1
  1488. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/5130337456789546...
  1489. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1490. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1491. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1492. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1493. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1494. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  1495. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1496. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  1497. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  1498. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1499. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1500. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  1501. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  1502. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/5130337456789546...
  1503. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1504. [Wed May 24 15:02:52 2017] Session: 5130337456789546
  1505. [Wed May 24 15:02:52 2017] Got a Janus API request from janus.transport.http (0x80a612000)
  1506. [Wed May 24 15:02:52 2017] Session 5130337456789546 found... returning up to 1 messages
  1507. [Wed May 24 15:02:52 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  1508. [Wed May 24 15:02:52 2017] Transport task pool, serving request
  1509. [Wed May 24 15:02:52 2017] Got a keep-alive on session 5130337456789546
  1510. [Wed May 24 15:02:52 2017] Sending Janus API response to janus.transport.http (0x80a612000)
  1511. [Wed May 24 15:02:52 2017] Got a Janus API response to send (0x80a612000)
  1512. [Wed May 24 15:02:53 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1513. [Wed May 24 15:02:54 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1514. [Wed May 24 15:02:55 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1515. [Wed May 24 15:02:56 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1516. [Wed May 24 15:02:56 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1517. [Wed May 24 15:02:56 2017] Parsing compound packet (total of 32 bytes)
  1518. [Wed May 24 15:02:56 2017] #1 RR (201)
  1519. [Wed May 24 15:02:56 2017] RTCP PT 201, length: 32 bytes
  1520. [Wed May 24 15:02:56 2017] End of compound packet
  1521. [Wed May 24 15:02:56 2017] Sending REMB (JrlM5pEPpE7G, 262144)
  1522. [Wed May 24 15:02:56 2017] [REMB] bitrate=262144 (24 bytes)
  1523. [Wed May 24 15:02:56 2017] Got REMB bitrate 262144
  1524. [Wed May 24 15:02:56 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1525. [Wed May 24 15:02:56 2017] Parsing compound packet (total of 56 bytes)
  1526. [Wed May 24 15:02:56 2017] #1 RR (201)
  1527. [Wed May 24 15:02:56 2017] RTCP PT 201, length: 32 bytes
  1528. [Wed May 24 15:02:56 2017] #2 REMB -- PSFB (206)
  1529. [Wed May 24 15:02:56 2017] -- -- -- REMB: 131072 * 2^1 = 262144 (1 SSRCs, 3228224997)
  1530. [Wed May 24 15:02:56 2017] RTCP PT 206, length: 24 bytes
  1531. [Wed May 24 15:02:56 2017] End of compound packet
  1532. [Wed May 24 15:02:57 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1533. [Wed May 24 15:02:58 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1534. [Wed May 24 15:02:58 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1535. [Wed May 24 15:02:59 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1536. [Wed May 24 15:03:01 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1537. [Wed May 24 15:03:01 2017] Sending REMB (JrlM5pEPpE7G, 262144)
  1538. [Wed May 24 15:03:01 2017] [REMB] bitrate=262144 (24 bytes)
  1539. [Wed May 24 15:03:01 2017] Got REMB bitrate 262144
  1540. [Wed May 24 15:03:01 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1541. [Wed May 24 15:03:01 2017] Parsing compound packet (total of 56 bytes)
  1542. [Wed May 24 15:03:01 2017] #1 RR (201)
  1543. [Wed May 24 15:03:01 2017] RTCP PT 201, length: 32 bytes
  1544. [Wed May 24 15:03:01 2017] #2 REMB -- PSFB (206)
  1545. [Wed May 24 15:03:01 2017] -- -- -- REMB: 131072 * 2^1 = 262144 (1 SSRCs, 3228224997)
  1546. [Wed May 24 15:03:01 2017] RTCP PT 206, length: 24 bytes
  1547. [Wed May 24 15:03:01 2017] End of compound packet
  1548. [Wed May 24 15:03:01 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1549. [Wed May 24 15:03:01 2017] Parsing compound packet (total of 32 bytes)
  1550. [Wed May 24 15:03:01 2017] #1 RR (201)
  1551. [Wed May 24 15:03:01 2017] RTCP PT 201, length: 32 bytes
  1552. [Wed May 24 15:03:01 2017] End of compound packet
  1553. [Wed May 24 15:03:02 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1554. [Wed May 24 15:03:02 2017] Long poll time out for session 5130337456789546...
  1555. [Wed May 24 15:03:02 2017] We have a message to serve...
  1556. {
  1557. "janus": "keepalive"
  1558. }
  1559. [Wed May 24 15:03:02 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1560. [Wed May 24 15:03:03 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1561. [Wed May 24 15:03:04 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1562. [Wed May 24 15:03:05 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=3228224997, seq=6)
  1563. [Wed May 24 15:03:05 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [6305048236710294] SRTP unprotect error: err_status_auth_fail (len=82-->82, ts=3228224997, seq=1)
  1564. [Wed May 24 15:03:06 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1565. [Wed May 24 15:03:06 2017] Parsing compound packet (total of 32 bytes)
  1566. [Wed May 24 15:03:06 2017] #1 RR (201)
  1567. [Wed May 24 15:03:06 2017] RTCP PT 201, length: 32 bytes
  1568. [Wed May 24 15:03:06 2017] End of compound packet
  1569. [Wed May 24 15:03:12 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1570. [Wed May 24 15:03:12 2017] Parsing compound packet (total of 32 bytes)
  1571. [Wed May 24 15:03:12 2017] #1 RR (201)
  1572. [Wed May 24 15:03:12 2017] RTCP PT 201, length: 32 bytes
  1573. [Wed May 24 15:03:12 2017] End of compound packet
  1574. [Wed May 24 15:03:12 2017] Long poll time out for session 5130337456789546...
  1575. [Wed May 24 15:03:12 2017] We have a message to serve...
  1576. {
  1577. "janus": "keepalive"
  1578. }
  1579. [Wed May 24 15:03:12 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1580. [Wed May 24 15:03:17 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1581. [Wed May 24 15:03:17 2017] Parsing compound packet (total of 32 bytes)
  1582. [Wed May 24 15:03:17 2017] #1 RR (201)
  1583. [Wed May 24 15:03:17 2017] RTCP PT 201, length: 32 bytes
  1584. [Wed May 24 15:03:17 2017] End of compound packet
  1585. [Wed May 24 15:03:22 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1586. [Wed May 24 15:03:22 2017] Parsing compound packet (total of 32 bytes)
  1587. [Wed May 24 15:03:22 2017] #1 RR (201)
  1588. [Wed May 24 15:03:22 2017] RTCP PT 201, length: 32 bytes
  1589. [Wed May 24 15:03:22 2017] End of compound packet
  1590. [Wed May 24 15:03:22 2017] Long poll time out for session 5130337456789546...
  1591. [Wed May 24 15:03:22 2017] We have a message to serve...
  1592. {
  1593. "janus": "keepalive"
  1594. }
  1595. [Wed May 24 15:03:22 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1596. [Wed May 24 15:03:28 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1597. [Wed May 24 15:03:28 2017] Parsing compound packet (total of 32 bytes)
  1598. [Wed May 24 15:03:28 2017] #1 RR (201)
  1599. [Wed May 24 15:03:28 2017] RTCP PT 201, length: 32 bytes
  1600. [Wed May 24 15:03:28 2017] End of compound packet
  1601. [Wed May 24 15:03:33 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1602. [Wed May 24 15:03:33 2017] Parsing compound packet (total of 32 bytes)
  1603. [Wed May 24 15:03:33 2017] #1 RR (201)
  1604. [Wed May 24 15:03:33 2017] RTCP PT 201, length: 32 bytes
  1605. [Wed May 24 15:03:33 2017] End of compound packet
  1606. [Wed May 24 15:03:38 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1607. [Wed May 24 15:03:38 2017] Parsing compound packet (total of 32 bytes)
  1608. [Wed May 24 15:03:38 2017] #1 RR (201)
  1609. [Wed May 24 15:03:38 2017] RTCP PT 201, length: 32 bytes
  1610. [Wed May 24 15:03:38 2017] End of compound packet
  1611. [Wed May 24 15:03:43 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1612. [Wed May 24 15:03:43 2017] Parsing compound packet (total of 32 bytes)
  1613. [Wed May 24 15:03:43 2017] #1 RR (201)
  1614. [Wed May 24 15:03:43 2017] RTCP PT 201, length: 32 bytes
  1615. [Wed May 24 15:03:43 2017] End of compound packet
  1616. [Wed May 24 15:03:49 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1617. [Wed May 24 15:03:49 2017] Parsing compound packet (total of 32 bytes)
  1618. [Wed May 24 15:03:49 2017] #1 RR (201)
  1619. [Wed May 24 15:03:49 2017] RTCP PT 201, length: 32 bytes
  1620. [Wed May 24 15:03:49 2017] End of compound packet
  1621. [Wed May 24 15:03:54 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1622. [Wed May 24 15:03:54 2017] Parsing compound packet (total of 32 bytes)
  1623. [Wed May 24 15:03:54 2017] #1 RR (201)
  1624. [Wed May 24 15:03:54 2017] RTCP PT 201, length: 32 bytes
  1625. [Wed May 24 15:03:54 2017] End of compound packet
  1626. [Wed May 24 15:03:59 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1627. [Wed May 24 15:03:59 2017] Parsing compound packet (total of 32 bytes)
  1628. [Wed May 24 15:03:59 2017] #1 RR (201)
  1629. [Wed May 24 15:03:59 2017] RTCP PT 201, length: 32 bytes
  1630. [Wed May 24 15:03:59 2017] End of compound packet
  1631. [Wed May 24 15:04:04 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1632. [Wed May 24 15:04:04 2017] Parsing compound packet (total of 32 bytes)
  1633. [Wed May 24 15:04:04 2017] #1 RR (201)
  1634. [Wed May 24 15:04:04 2017] RTCP PT 201, length: 32 bytes
  1635. [Wed May 24 15:04:04 2017] End of compound packet
  1636. [Wed May 24 15:04:10 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1637. [Wed May 24 15:04:10 2017] Parsing compound packet (total of 32 bytes)
  1638. [Wed May 24 15:04:10 2017] #1 RR (201)
  1639. [Wed May 24 15:04:10 2017] RTCP PT 201, length: 32 bytes
  1640. [Wed May 24 15:04:10 2017] End of compound packet
  1641. [Wed May 24 15:04:15 2017] New connection on REST API: ::ffff:127.0.0.1
  1642. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus...
  1643. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1644. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1645. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1646. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1647. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1648. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 47
  1649. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1650. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Origin: https://meeting.ixsystems.com
  1651. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1652. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  1653. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  1654. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1655. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  1656. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  1657. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus...
  1658. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1659. [Wed May 24 15:04:15 2017] Processing POST data (application/json) (47 bytes)...
  1660. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (47 bytes)
  1661. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus...
  1662. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1663. [Wed May 24 15:04:15 2017] Processing POST data (application/json) (0 bytes)...
  1664. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  1665. [Wed May 24 15:04:15 2017] {"janus":"create","transaction":"pTGfRxbRoV7f"}
  1666. [Wed May 24 15:04:15 2017] Forwarding request to the core (0x807e212c0)
  1667. [Wed May 24 15:04:15 2017] Got a Janus API request from janus.transport.http (0x807e212c0)
  1668. [Wed May 24 15:04:15 2017] Transport task pool, serving request
  1669. [Wed May 24 15:04:15 2017] Creating new session: 5578694825343183
  1670. [Wed May 24 15:04:15 2017] Session created (5578694825343183), create a queue for the long poll
  1671. [Wed May 24 15:04:15 2017] Sending Janus API response to janus.transport.http (0x807e212c0)
  1672. [Wed May 24 15:04:15 2017] Got a Janus API response to send (0x807e212c0)
  1673. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1674. [Wed May 24 15:04:15 2017] New connection on REST API: ::ffff:127.0.0.1
  1675. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/5578694825343183...
  1676. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1677. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1678. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1679. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1680. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1681. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1682. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1683. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  1684. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1685. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, sdch, br
  1686. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  1687. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/5578694825343183...
  1688. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1689. [Wed May 24 15:04:15 2017] Session: 5578694825343183
  1690. [Wed May 24 15:04:15 2017] Got a Janus API request from janus.transport.http (0x807e212c0)
  1691. [Wed May 24 15:04:15 2017] Session 5578694825343183 found... returning up to 1 messages
  1692. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  1693. [Wed May 24 15:04:15 2017] Transport task pool, serving request
  1694. [Wed May 24 15:04:15 2017] Got a keep-alive on session 5578694825343183
  1695. [Wed May 24 15:04:15 2017] Sending Janus API response to janus.transport.http (0x807e212c0)
  1696. [Wed May 24 15:04:15 2017] Got a Janus API response to send (0x807e212c0)
  1697. [Wed May 24 15:04:15 2017] New connection on REST API: ::ffff:127.0.0.1
  1698. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/5578694825343183...
  1699. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1700. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1701. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1702. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1703. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1704. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 126
  1705. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1706. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Origin: https://meeting.ixsystems.com
  1707. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1708. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  1709. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  1710. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1711. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  1712. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  1713. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5578694825343183...
  1714. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1715. [Wed May 24 15:04:15 2017] Session: 5578694825343183
  1716. [Wed May 24 15:04:15 2017] Processing POST data (application/json) (126 bytes)...
  1717. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (126 bytes)
  1718. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5578694825343183...
  1719. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1720. [Wed May 24 15:04:15 2017] Session: 5578694825343183
  1721. [Wed May 24 15:04:15 2017] Processing POST data (application/json) (0 bytes)...
  1722. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  1723. [Wed May 24 15:04:15 2017] {"janus":"attach","plugin":"janus.plugin.videoroom","opaque_id":"screensharingtest-m4odLYDQsGYv","transaction":"TZzky6jVqIkU"}
  1724. [Wed May 24 15:04:15 2017] Forwarding request to the core (0x807b37420)
  1725. [Wed May 24 15:04:15 2017] Got a Janus API request from janus.transport.http (0x807b37420)
  1726. [Wed May 24 15:04:15 2017] Transport task pool, serving request
  1727. [Wed May 24 15:04:15 2017] Creating new handle in session 5578694825343183: 6158565747500132
  1728. [Wed May 24 15:04:15 2017] Sending Janus API response to janus.transport.http (0x807b37420)
  1729. [Wed May 24 15:04:15 2017] Got a Janus API response to send (0x807b37420)
  1730. [Wed May 24 15:04:15 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1731. [Wed May 24 15:04:15 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1732. [Wed May 24 15:04:15 2017] Parsing compound packet (total of 32 bytes)
  1733. [Wed May 24 15:04:15 2017] #1 RR (201)
  1734. [Wed May 24 15:04:15 2017] RTCP PT 201, length: 32 bytes
  1735. [Wed May 24 15:04:15 2017] End of compound packet
  1736. [Wed May 24 15:04:20 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1737. [Wed May 24 15:04:20 2017] Parsing compound packet (total of 32 bytes)
  1738. [Wed May 24 15:04:20 2017] #1 RR (201)
  1739. [Wed May 24 15:04:20 2017] RTCP PT 201, length: 32 bytes
  1740. [Wed May 24 15:04:20 2017] End of compound packet
  1741. [Wed May 24 15:04:25 2017] New connection on REST API: ::ffff:127.0.0.1
  1742. [Wed May 24 15:04:25 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/5578694825343183...
  1743. [Wed May 24 15:04:25 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1744. [Wed May 24 15:04:25 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1745. [Wed May 24 15:04:25 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1746. [Wed May 24 15:04:25 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1747. [Wed May 24 15:04:25 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1748. [Wed May 24 15:04:25 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1749. [Wed May 24 15:04:25 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1750. [Wed May 24 15:04:25 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  1751. [Wed May 24 15:04:25 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1752. [Wed May 24 15:04:25 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, sdch, br
  1753. [Wed May 24 15:04:25 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  1754. [Wed May 24 15:04:25 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/5578694825343183...
  1755. [Wed May 24 15:04:25 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1756. [Wed May 24 15:04:25 2017] Session: 5578694825343183
  1757. [Wed May 24 15:04:25 2017] Got a Janus API request from janus.transport.http (0x807b37420)
  1758. [Wed May 24 15:04:25 2017] Session 5578694825343183 found... returning up to 1 messages
  1759. [Wed May 24 15:04:25 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  1760. [Wed May 24 15:04:25 2017] Transport task pool, serving request
  1761. [Wed May 24 15:04:25 2017] Got a keep-alive on session 5578694825343183
  1762. [Wed May 24 15:04:25 2017] Sending Janus API response to janus.transport.http (0x807b37420)
  1763. [Wed May 24 15:04:25 2017] Got a Janus API response to send (0x807b37420)
  1764. [Wed May 24 15:04:26 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1765. [Wed May 24 15:04:26 2017] Parsing compound packet (total of 32 bytes)
  1766. [Wed May 24 15:04:26 2017] #1 RR (201)
  1767. [Wed May 24 15:04:26 2017] RTCP PT 201, length: 32 bytes
  1768. [Wed May 24 15:04:26 2017] End of compound packet
  1769. [Wed May 24 15:04:29 2017] New connection on REST API: ::ffff:127.0.0.1
  1770. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/5578694825343183/6158565747500132...
  1771. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1772. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1773. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1774. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1775. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1776. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 47
  1777. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1778. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Origin: https://meeting.ixsystems.com
  1779. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1780. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  1781. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  1782. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1783. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  1784. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  1785. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5578694825343183/6158565747500132...
  1786. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1787. [Wed May 24 15:04:29 2017] Session: 5578694825343183
  1788. [Wed May 24 15:04:29 2017] Handle: 6158565747500132
  1789. [Wed May 24 15:04:29 2017] Processing POST data (application/json) (47 bytes)...
  1790. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (47 bytes)
  1791. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5578694825343183/6158565747500132...
  1792. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1793. [Wed May 24 15:04:29 2017] Session: 5578694825343183
  1794. [Wed May 24 15:04:29 2017] Handle: 6158565747500132
  1795. [Wed May 24 15:04:29 2017] Processing POST data (application/json) (0 bytes)...
  1796. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  1797. [Wed May 24 15:04:29 2017] {"janus":"detach","transaction":"NkqrFBym513N"}
  1798. [Wed May 24 15:04:29 2017] Forwarding request to the core (0x807c10580)
  1799. [Wed May 24 15:04:29 2017] Got a Janus API request from janus.transport.http (0x807c10580)
  1800. [Wed May 24 15:04:29 2017] Transport task pool, serving request
  1801. [Wed May 24 15:04:29 2017] Detaching handle from JANUS VideoRoom plugin
  1802. [Wed May 24 15:04:29 2017] Removing VideoRoom session...
  1803. [Wed May 24 15:04:29 2017] No WebRTC media anymore
  1804. [Wed May 24 15:04:29 2017] [6158565747500132] Sending event to transport...
  1805. [Wed May 24 15:04:29 2017] Sending event to janus.transport.http (0x807e212c0)
  1806. [Wed May 24 15:04:29 2017] Got a Janus API event to send (0x807e212c0)
  1807. [Wed May 24 15:04:29 2017] [6158565747500132] Handle detached (error=0), scheduling destruction
  1808. [Wed May 24 15:04:29 2017] Sending Janus API response to janus.transport.http (0x807c10580)
  1809. [Wed May 24 15:04:29 2017] Got a Janus API response to send (0x807c10580)
  1810. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1811. [Wed May 24 15:04:29 2017] We have a message to serve...
  1812. {
  1813. "janus": "detached",
  1814. "session_id": 5578694825343183,
  1815. "sender": 6158565747500132
  1816. }
  1817. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1818. [Wed May 24 15:04:29 2017] Checking 1 old VideoRoom sessions...
  1819. [Wed May 24 15:04:29 2017] New connection on REST API: ::ffff:127.0.0.1
  1820. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/5578694825343183...
  1821. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1822. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1823. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1824. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1825. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1826. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 48
  1827. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1828. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Origin: https://meeting.ixsystems.com
  1829. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1830. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  1831. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  1832. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1833. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  1834. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  1835. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5578694825343183...
  1836. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1837. [Wed May 24 15:04:29 2017] Session: 5578694825343183
  1838. [Wed May 24 15:04:29 2017] Processing POST data (application/json) (48 bytes)...
  1839. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (48 bytes)
  1840. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5578694825343183...
  1841. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1842. [Wed May 24 15:04:29 2017] Session: 5578694825343183
  1843. [Wed May 24 15:04:29 2017] Processing POST data (application/json) (0 bytes)...
  1844. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  1845. [Wed May 24 15:04:29 2017] {"janus":"destroy","transaction":"GYnYZH3Bdis1"}
  1846. [Wed May 24 15:04:29 2017] Forwarding request to the core (0x807e212c0)
  1847. [Wed May 24 15:04:29 2017] Got a Janus API request from janus.transport.http (0x807e212c0)
  1848. [Wed May 24 15:04:29 2017] Transport task pool, serving request
  1849. [Wed May 24 15:04:29 2017] Session is over (5578694825343183), getting rid of the queue for the long poll
  1850. [Wed May 24 15:04:29 2017] Sending Janus API response to janus.transport.http (0x807e212c0)
  1851. [Wed May 24 15:04:29 2017] Got a Janus API response to send (0x807e212c0)
  1852. [Wed May 24 15:04:29 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1853. [Wed May 24 15:04:30 2017] Long poll time out for session 5578694825343183...
  1854. [Wed May 24 15:04:30 2017] We have a message to serve...
  1855. {
  1856. "janus": "keepalive"
  1857. }
  1858. [Wed May 24 15:04:30 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1859. [Wed May 24 15:04:30 2017] Checking 1 old HTTP/Janus sessions sessions...
  1860. [Wed May 24 15:04:30 2017] Checking 1 old VideoRoom sessions...
  1861. [Wed May 24 15:04:30 2017] Checking 1 old HTTP/Janus sessions sessions...
  1862. [Wed May 24 15:04:31 2017] Checking 1 old VideoRoom sessions...
  1863. [Wed May 24 15:04:31 2017] Checking 1 old HTTP/Janus sessions sessions...
  1864. [Wed May 24 15:04:31 2017] Freeing old HTTP/Janus session
  1865. [Wed May 24 15:04:31 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1866. [Wed May 24 15:04:31 2017] Parsing compound packet (total of 32 bytes)
  1867. [Wed May 24 15:04:31 2017] #1 RR (201)
  1868. [Wed May 24 15:04:31 2017] RTCP PT 201, length: 32 bytes
  1869. [Wed May 24 15:04:31 2017] End of compound packet
  1870. [Wed May 24 15:04:31 2017] Checking 1 old VideoRoom sessions...
  1871. [Wed May 24 15:04:31 2017] New connection on REST API: ::ffff:127.0.0.1
  1872. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus...
  1873. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1874. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1875. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1876. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1877. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1878. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 47
  1879. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1880. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Origin: https://meeting.ixsystems.com
  1881. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1882. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  1883. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  1884. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1885. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  1886. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  1887. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus...
  1888. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1889. [Wed May 24 15:04:31 2017] Processing POST data (application/json) (47 bytes)...
  1890. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (47 bytes)
  1891. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus...
  1892. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1893. [Wed May 24 15:04:31 2017] Processing POST data (application/json) (0 bytes)...
  1894. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  1895. [Wed May 24 15:04:31 2017] {"janus":"create","transaction":"FQo1bmQOn1BD"}
  1896. [Wed May 24 15:04:31 2017] Forwarding request to the core (0x807e212c0)
  1897. [Wed May 24 15:04:31 2017] Got a Janus API request from janus.transport.http (0x807e212c0)
  1898. [Wed May 24 15:04:31 2017] Transport task pool, serving request
  1899. [Wed May 24 15:04:31 2017] Creating new session: 5952420131677079
  1900. [Wed May 24 15:04:31 2017] Session created (5952420131677079), create a queue for the long poll
  1901. [Wed May 24 15:04:31 2017] Sending Janus API response to janus.transport.http (0x807e212c0)
  1902. [Wed May 24 15:04:31 2017] Got a Janus API response to send (0x807e212c0)
  1903. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1904. [Wed May 24 15:04:31 2017] New connection on REST API: ::ffff:127.0.0.1
  1905. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/5952420131677079...
  1906. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1907. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1908. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1909. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1910. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1911. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1912. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1913. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  1914. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1915. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, sdch, br
  1916. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  1917. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/5952420131677079...
  1918. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1919. [Wed May 24 15:04:31 2017] Session: 5952420131677079
  1920. [Wed May 24 15:04:31 2017] Got a Janus API request from janus.transport.http (0x807e212c0)
  1921. [Wed May 24 15:04:31 2017] Session 5952420131677079 found... returning up to 1 messages
  1922. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  1923. [Wed May 24 15:04:31 2017] Transport task pool, serving request
  1924. [Wed May 24 15:04:31 2017] Got a keep-alive on session 5952420131677079
  1925. [Wed May 24 15:04:31 2017] Sending Janus API response to janus.transport.http (0x807e212c0)
  1926. [Wed May 24 15:04:31 2017] Got a Janus API response to send (0x807e212c0)
  1927. [Wed May 24 15:04:31 2017] New connection on REST API: ::ffff:127.0.0.1
  1928. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/5952420131677079...
  1929. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1930. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1931. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1932. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1933. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1934. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 126
  1935. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1936. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Origin: https://meeting.ixsystems.com
  1937. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1938. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  1939. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  1940. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1941. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  1942. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  1943. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5952420131677079...
  1944. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1945. [Wed May 24 15:04:31 2017] Session: 5952420131677079
  1946. [Wed May 24 15:04:31 2017] Processing POST data (application/json) (126 bytes)...
  1947. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (126 bytes)
  1948. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5952420131677079...
  1949. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1950. [Wed May 24 15:04:31 2017] Session: 5952420131677079
  1951. [Wed May 24 15:04:31 2017] Processing POST data (application/json) (0 bytes)...
  1952. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  1953. [Wed May 24 15:04:31 2017] {"janus":"attach","plugin":"janus.plugin.videoroom","opaque_id":"screensharingtest-7JSe1GGuJedx","transaction":"dAqhc92WRKin"}
  1954. [Wed May 24 15:04:31 2017] Forwarding request to the core (0x807b37420)
  1955. [Wed May 24 15:04:31 2017] Got a Janus API request from janus.transport.http (0x807b37420)
  1956. [Wed May 24 15:04:31 2017] Transport task pool, serving request
  1957. [Wed May 24 15:04:31 2017] Creating new handle in session 5952420131677079: 3796726618554640
  1958. [Wed May 24 15:04:31 2017] Sending Janus API response to janus.transport.http (0x807b37420)
  1959. [Wed May 24 15:04:31 2017] Got a Janus API response to send (0x807b37420)
  1960. [Wed May 24 15:04:31 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  1961. [Wed May 24 15:04:32 2017] Checking 1 old VideoRoom sessions...
  1962. [Wed May 24 15:04:32 2017] Checking 1 old VideoRoom sessions...
  1963. [Wed May 24 15:04:33 2017] Checking 1 old VideoRoom sessions...
  1964. [Wed May 24 15:04:33 2017] Cleaning up handle 6158565747500132...
  1965. [Wed May 24 15:04:33 2017] [6158565747500132] WebRTC resources freed
  1966. [Wed May 24 15:04:33 2017] [6158565747500132] Handle and related resources freed
  1967. [Wed May 24 15:04:33 2017] [janus.c:janus_cleanup_session:405] Cleaning up session 5578694825343183...
  1968. [Wed May 24 15:04:33 2017] Destroying session 5578694825343183
  1969. [Wed May 24 15:04:33 2017] Checking 1 old VideoRoom sessions...
  1970. [Wed May 24 15:04:34 2017] Checking 1 old VideoRoom sessions...
  1971. [Wed May 24 15:04:34 2017] Checking 1 old VideoRoom sessions...
  1972. [Wed May 24 15:04:35 2017] Checking 1 old VideoRoom sessions...
  1973. [Wed May 24 15:04:35 2017] Freeing old VideoRoom session
  1974. [Wed May 24 15:04:36 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1975. [Wed May 24 15:04:36 2017] Parsing compound packet (total of 32 bytes)
  1976. [Wed May 24 15:04:36 2017] #1 RR (201)
  1977. [Wed May 24 15:04:36 2017] RTCP PT 201, length: 32 bytes
  1978. [Wed May 24 15:04:36 2017] End of compound packet
  1979. [Wed May 24 15:04:41 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  1980. [Wed May 24 15:04:41 2017] Parsing compound packet (total of 32 bytes)
  1981. [Wed May 24 15:04:41 2017] #1 RR (201)
  1982. [Wed May 24 15:04:41 2017] RTCP PT 201, length: 32 bytes
  1983. [Wed May 24 15:04:41 2017] End of compound packet
  1984. [Wed May 24 15:04:41 2017] New connection on REST API: ::ffff:127.0.0.1
  1985. [Wed May 24 15:04:41 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/5952420131677079...
  1986. [Wed May 24 15:04:41 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  1987. [Wed May 24 15:04:41 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  1988. [Wed May 24 15:04:41 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  1989. [Wed May 24 15:04:41 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  1990. [Wed May 24 15:04:41 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  1991. [Wed May 24 15:04:41 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  1992. [Wed May 24 15:04:41 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  1993. [Wed May 24 15:04:41 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  1994. [Wed May 24 15:04:41 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  1995. [Wed May 24 15:04:41 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, sdch, br
  1996. [Wed May 24 15:04:41 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  1997. [Wed May 24 15:04:41 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/5952420131677079...
  1998. [Wed May 24 15:04:41 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  1999. [Wed May 24 15:04:41 2017] Session: 5952420131677079
  2000. [Wed May 24 15:04:41 2017] Got a Janus API request from janus.transport.http (0x807b37420)
  2001. [Wed May 24 15:04:41 2017] Session 5952420131677079 found... returning up to 1 messages
  2002. [Wed May 24 15:04:41 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  2003. [Wed May 24 15:04:41 2017] Transport task pool, serving request
  2004. [Wed May 24 15:04:41 2017] Got a keep-alive on session 5952420131677079
  2005. [Wed May 24 15:04:41 2017] Sending Janus API response to janus.transport.http (0x807b37420)
  2006. [Wed May 24 15:04:41 2017] Got a Janus API response to send (0x807b37420)
  2007. [Wed May 24 15:04:45 2017] New connection on REST API: ::ffff:127.0.0.1
  2008. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/5952420131677079/3796726618554640...
  2009. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2010. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2011. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2012. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2013. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2014. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 124
  2015. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2016. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Origin: https://meeting.ixsystems.com
  2017. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2018. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  2019. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  2020. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2021. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  2022. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  2023. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5952420131677079/3796726618554640...
  2024. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2025. [Wed May 24 15:04:45 2017] Session: 5952420131677079
  2026. [Wed May 24 15:04:45 2017] Handle: 3796726618554640
  2027. [Wed May 24 15:04:45 2017] Processing POST data (application/json) (124 bytes)...
  2028. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (124 bytes)
  2029. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5952420131677079/3796726618554640...
  2030. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2031. [Wed May 24 15:04:45 2017] Session: 5952420131677079
  2032. [Wed May 24 15:04:45 2017] Handle: 3796726618554640
  2033. [Wed May 24 15:04:45 2017] Processing POST data (application/json) (0 bytes)...
  2034. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  2035. [Wed May 24 15:04:45 2017] {"janus":"message","body":{"request":"create","description":"test","bitrate":0,"publishers":1},"transaction":"axdndSkifRmr"}
  2036. [Wed May 24 15:04:45 2017] Forwarding request to the core (0x807c10580)
  2037. [Wed May 24 15:04:45 2017] Got a Janus API request from janus.transport.http (0x807c10580)
  2038. [Wed May 24 15:04:45 2017] Transport task pool, serving request
  2039. [Wed May 24 15:04:45 2017] [3796726618554640] There's a message for JANUS VideoRoom plugin
  2040. [Wed May 24 15:04:45 2017] Creating a new videoroom
  2041. [Wed May 24 15:04:45 2017] Created videoroom: 2567316491664651 (test, public, opus/vp8 codecs, secret: no secret, pin: no pin, pvtid: optional)
  2042. [Wed May 24 15:04:45 2017] ::: [2567316491664651][test] 0, max 1 publishers, FIR frequency of 0 seconds
  2043. [Wed May 24 15:04:45 2017] ::: [864782819039689][test] 0, max 1 publishers, FIR frequency of 0 seconds
  2044. [Wed May 24 15:04:45 2017] Creating plugin result...
  2045. [Wed May 24 15:04:45 2017] Sending Janus API response to janus.transport.http (0x807c10580)
  2046. [Wed May 24 15:04:45 2017] Got a Janus API response to send (0x807c10580)
  2047. [Wed May 24 15:04:45 2017] Destroying plugin result...
  2048. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2049. [Wed May 24 15:04:45 2017] New connection on REST API: ::ffff:127.0.0.1
  2050. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/5952420131677079/3796726618554640...
  2051. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2052. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2053. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2054. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2055. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2056. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 143
  2057. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2058. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Origin: https://meeting.ixsystems.com
  2059. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2060. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  2061. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  2062. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2063. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  2064. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  2065. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5952420131677079/3796726618554640...
  2066. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2067. [Wed May 24 15:04:45 2017] Session: 5952420131677079
  2068. [Wed May 24 15:04:45 2017] Handle: 3796726618554640
  2069. [Wed May 24 15:04:45 2017] Processing POST data (application/json) (143 bytes)...
  2070. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (143 bytes)
  2071. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/5952420131677079/3796726618554640...
  2072. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2073. [Wed May 24 15:04:45 2017] Session: 5952420131677079
  2074. [Wed May 24 15:04:45 2017] Handle: 3796726618554640
  2075. [Wed May 24 15:04:45 2017] Processing POST data (application/json) (0 bytes)...
  2076. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  2077. [Wed May 24 15:04:45 2017] {"janus":"message","body":{"request":"join","room":2567316491664651,"ptype":"publisher","display":"aXTgo6kSPvHd"},"transaction":"t53bssrYE1F1"}
  2078. [Wed May 24 15:04:45 2017] Forwarding request to the core (0x807c10580)
  2079. [Wed May 24 15:04:45 2017] Got a Janus API request from janus.transport.http (0x807c10580)
  2080. [Wed May 24 15:04:45 2017] Transport task pool, serving request
  2081. [Wed May 24 15:04:45 2017] [3796726618554640] There's a message for JANUS VideoRoom plugin
  2082. [Wed May 24 15:04:45 2017] Creating plugin result...
  2083. [Wed May 24 15:04:45 2017] Sending Janus API response to janus.transport.http (0x807c10580)
  2084. [Wed May 24 15:04:45 2017] Got a Janus API response to send (0x807c10580)
  2085. [Wed May 24 15:04:45 2017] Destroying plugin result...
  2086. [Wed May 24 15:04:45 2017] Configuring new participant
  2087. [Wed May 24 15:04:45 2017] Configuring new publisher
  2088. [Wed May 24 15:04:45 2017] -- Publisher ID: 2774199087597431
  2089. [Wed May 24 15:04:45 2017] Preparing JSON event as a reply
  2090. [Wed May 24 15:04:45 2017] [3796726618554640] Sending event to transport...
  2091. [Wed May 24 15:04:45 2017] Sending event to janus.transport.http (0x807e212c0)
  2092. [Wed May 24 15:04:45 2017] Got a Janus API event to send (0x807e212c0)
  2093. [Wed May 24 15:04:45 2017] >> 0 (Success)
  2094. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2095. [Wed May 24 15:04:45 2017] We have a message to serve...
  2096. {
  2097. "janus": "event",
  2098. "session_id": 5952420131677079,
  2099. "sender": 3796726618554640,
  2100. "transaction": "t53bssrYE1F1",
  2101. "plugindata": {
  2102. "plugin": "janus.plugin.videoroom",
  2103. "data": {
  2104. "videoroom": "joined",
  2105. "room": 2567316491664651,
  2106. "description": "test",
  2107. "id": 2774199087597431,
  2108. "private_id": 2902064635,
  2109. "publishers": []
  2110. }
  2111. }
  2112. }
  2113. [Wed May 24 15:04:45 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2114. [Wed May 24 15:04:46 2017] New connection on REST API: ::ffff:127.0.0.1
  2115. [Wed May 24 15:04:46 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/5952420131677079...
  2116. [Wed May 24 15:04:46 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2117. [Wed May 24 15:04:46 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2118. [Wed May 24 15:04:46 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2119. [Wed May 24 15:04:46 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2120. [Wed May 24 15:04:46 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2121. [Wed May 24 15:04:46 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2122. [Wed May 24 15:04:46 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2123. [Wed May 24 15:04:46 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  2124. [Wed May 24 15:04:46 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2125. [Wed May 24 15:04:46 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, sdch, br
  2126. [Wed May 24 15:04:46 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  2127. [Wed May 24 15:04:46 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/5952420131677079...
  2128. [Wed May 24 15:04:46 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2129. [Wed May 24 15:04:46 2017] Session: 5952420131677079
  2130. [Wed May 24 15:04:46 2017] Got a Janus API request from janus.transport.http (0x807b37420)
  2131. [Wed May 24 15:04:46 2017] Session 5952420131677079 found... returning up to 1 messages
  2132. [Wed May 24 15:04:46 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  2133. [Wed May 24 15:04:46 2017] Transport task pool, serving request
  2134. [Wed May 24 15:04:46 2017] Got a keep-alive on session 5952420131677079
  2135. [Wed May 24 15:04:46 2017] Sending Janus API response to janus.transport.http (0x807b37420)
  2136. [Wed May 24 15:04:46 2017] Got a Janus API response to send (0x807b37420)
  2137. [Wed May 24 15:04:47 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  2138. [Wed May 24 15:04:47 2017] Parsing compound packet (total of 32 bytes)
  2139. [Wed May 24 15:04:47 2017] #1 RR (201)
  2140. [Wed May 24 15:04:47 2017] RTCP PT 201, length: 32 bytes
  2141. [Wed May 24 15:04:47 2017] End of compound packet
  2142. [Wed May 24 15:04:52 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  2143. [Wed May 24 15:04:52 2017] Parsing compound packet (total of 32 bytes)
  2144. [Wed May 24 15:04:52 2017] #1 RR (201)
  2145. [Wed May 24 15:04:52 2017] RTCP PT 201, length: 32 bytes
  2146. [Wed May 24 15:04:52 2017] End of compound packet
  2147. [Wed May 24 15:04:56 2017] New connection on REST API: ::ffff:127.0.0.1
  2148. [Wed May 24 15:04:56 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/5952420131677079...
  2149. [Wed May 24 15:04:56 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2150. [Wed May 24 15:04:56 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2151. [Wed May 24 15:04:56 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2152. [Wed May 24 15:04:56 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2153. [Wed May 24 15:04:56 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2154. [Wed May 24 15:04:56 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2155. [Wed May 24 15:04:56 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2156. [Wed May 24 15:04:56 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  2157. [Wed May 24 15:04:56 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2158. [Wed May 24 15:04:56 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, sdch, br
  2159. [Wed May 24 15:04:56 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  2160. [Wed May 24 15:04:56 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/5952420131677079...
  2161. [Wed May 24 15:04:56 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2162. [Wed May 24 15:04:56 2017] Session: 5952420131677079
  2163. [Wed May 24 15:04:56 2017] Got a Janus API request from janus.transport.http (0x807c10580)
  2164. [Wed May 24 15:04:56 2017] Session 5952420131677079 found... returning up to 1 messages
  2165. [Wed May 24 15:04:56 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  2166. [Wed May 24 15:04:56 2017] Transport task pool, serving request
  2167. [Wed May 24 15:04:56 2017] Got a keep-alive on session 5952420131677079
  2168. [Wed May 24 15:04:56 2017] Sending Janus API response to janus.transport.http (0x807c10580)
  2169. [Wed May 24 15:04:56 2017] Got a Janus API response to send (0x807c10580)
  2170. [Wed May 24 15:04:57 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  2171. [Wed May 24 15:04:57 2017] Parsing compound packet (total of 32 bytes)
  2172. [Wed May 24 15:04:57 2017] #1 RR (201)
  2173. [Wed May 24 15:04:57 2017] RTCP PT 201, length: 32 bytes
  2174. [Wed May 24 15:04:57 2017] End of compound packet
  2175. [Wed May 24 15:05:01 2017] Long poll time out for session 5952420131677079...
  2176. [Wed May 24 15:05:01 2017] We have a message to serve...
  2177. {
  2178. "janus": "keepalive"
  2179. }
  2180. [Wed May 24 15:05:01 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2181. [Wed May 24 15:05:02 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  2182. [Wed May 24 15:05:02 2017] Parsing compound packet (total of 32 bytes)
  2183. [Wed May 24 15:05:02 2017] #1 RR (201)
  2184. [Wed May 24 15:05:02 2017] RTCP PT 201, length: 32 bytes
  2185. [Wed May 24 15:05:02 2017] End of compound packet
  2186. [Wed May 24 15:05:06 2017] New connection on REST API: ::ffff:127.0.0.1
  2187. [Wed May 24 15:05:06 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/5952420131677079...
  2188. [Wed May 24 15:05:06 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2189. [Wed May 24 15:05:06 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2190. [Wed May 24 15:05:06 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2191. [Wed May 24 15:05:06 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2192. [Wed May 24 15:05:06 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2193. [Wed May 24 15:05:06 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2194. [Wed May 24 15:05:06 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2195. [Wed May 24 15:05:06 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  2196. [Wed May 24 15:05:06 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2197. [Wed May 24 15:05:06 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, sdch, br
  2198. [Wed May 24 15:05:06 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  2199. [Wed May 24 15:05:06 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/5952420131677079...
  2200. [Wed May 24 15:05:06 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2201. [Wed May 24 15:05:06 2017] Session: 5952420131677079
  2202. [Wed May 24 15:05:06 2017] Got a Janus API request from janus.transport.http (0x807e212c0)
  2203. [Wed May 24 15:05:06 2017] Session 5952420131677079 found... returning up to 1 messages
  2204. [Wed May 24 15:05:06 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  2205. [Wed May 24 15:05:06 2017] Transport task pool, serving request
  2206. [Wed May 24 15:05:06 2017] Got a keep-alive on session 5952420131677079
  2207. [Wed May 24 15:05:06 2017] Sending Janus API response to janus.transport.http (0x807e212c0)
  2208. [Wed May 24 15:05:06 2017] Got a Janus API response to send (0x807e212c0)
  2209. [Wed May 24 15:05:08 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  2210. [Wed May 24 15:05:08 2017] Parsing compound packet (total of 32 bytes)
  2211. [Wed May 24 15:05:08 2017] #1 RR (201)
  2212. [Wed May 24 15:05:08 2017] RTCP PT 201, length: 32 bytes
  2213. [Wed May 24 15:05:08 2017] End of compound packet
  2214. [Wed May 24 15:05:13 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  2215. [Wed May 24 15:05:13 2017] Parsing compound packet (total of 32 bytes)
  2216. [Wed May 24 15:05:13 2017] #1 RR (201)
  2217. [Wed May 24 15:05:13 2017] RTCP PT 201, length: 32 bytes
  2218. [Wed May 24 15:05:13 2017] End of compound packet
  2219. [Wed May 24 15:05:16 2017] Long poll time out for session 5952420131677079...
  2220. [Wed May 24 15:05:16 2017] We have a message to serve...
  2221. {
  2222. "janus": "keepalive"
  2223. }
  2224. [Wed May 24 15:05:16 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2225. [Wed May 24 15:05:16 2017] New connection on REST API: ::ffff:127.0.0.1
  2226. [Wed May 24 15:05:16 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/5952420131677079...
  2227. [Wed May 24 15:05:16 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2228. [Wed May 24 15:05:16 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2229. [Wed May 24 15:05:16 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2230. [Wed May 24 15:05:16 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2231. [Wed May 24 15:05:16 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2232. [Wed May 24 15:05:16 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2233. [Wed May 24 15:05:16 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2234. [Wed May 24 15:05:16 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  2235. [Wed May 24 15:05:16 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2236. [Wed May 24 15:05:16 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, sdch, br
  2237. [Wed May 24 15:05:16 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  2238. [Wed May 24 15:05:16 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/5952420131677079...
  2239. [Wed May 24 15:05:16 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2240. [Wed May 24 15:05:16 2017] Session: 5952420131677079
  2241. [Wed May 24 15:05:16 2017] Got a Janus API request from janus.transport.http (0x807b37420)
  2242. [Wed May 24 15:05:16 2017] Session 5952420131677079 found... returning up to 1 messages
  2243. [Wed May 24 15:05:16 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  2244. [Wed May 24 15:05:16 2017] Transport task pool, serving request
  2245. [Wed May 24 15:05:16 2017] Got a keep-alive on session 5952420131677079
  2246. [Wed May 24 15:05:16 2017] Sending Janus API response to janus.transport.http (0x807b37420)
  2247. [Wed May 24 15:05:16 2017] Got a Janus API response to send (0x807b37420)
  2248. [Wed May 24 15:05:18 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  2249. [Wed May 24 15:05:18 2017] Parsing compound packet (total of 32 bytes)
  2250. [Wed May 24 15:05:18 2017] #1 RR (201)
  2251. [Wed May 24 15:05:18 2017] RTCP PT 201, length: 32 bytes
  2252. [Wed May 24 15:05:18 2017] End of compound packet
  2253. [Wed May 24 15:05:23 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  2254. [Wed May 24 15:05:23 2017] Parsing compound packet (total of 32 bytes)
  2255. [Wed May 24 15:05:23 2017] #1 RR (201)
  2256. [Wed May 24 15:05:23 2017] RTCP PT 201, length: 32 bytes
  2257. [Wed May 24 15:05:23 2017] End of compound packet
  2258. [Wed May 24 15:05:26 2017] Long poll time out for session 5952420131677079...
  2259. [Wed May 24 15:05:26 2017] We have a message to serve...
  2260. {
  2261. "janus": "keepalive"
  2262. }
  2263. [Wed May 24 15:05:26 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2264. [Wed May 24 15:05:29 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  2265. [Wed May 24 15:05:29 2017] Parsing compound packet (total of 32 bytes)
  2266. [Wed May 24 15:05:29 2017] #1 RR (201)
  2267. [Wed May 24 15:05:29 2017] RTCP PT 201, length: 32 bytes
  2268. [Wed May 24 15:05:29 2017] End of compound packet
  2269. [Wed May 24 15:05:34 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  2270. [Wed May 24 15:05:34 2017] Parsing compound packet (total of 32 bytes)
  2271. [Wed May 24 15:05:34 2017] #1 RR (201)
  2272. [Wed May 24 15:05:34 2017] RTCP PT 201, length: 32 bytes
  2273. [Wed May 24 15:05:34 2017] End of compound packet
  2274. [Wed May 24 15:05:36 2017] Long poll time out for session 5952420131677079...
  2275. [Wed May 24 15:05:36 2017] We have a message to serve...
  2276. {
  2277. "janus": "keepalive"
  2278. }
  2279. [Wed May 24 15:05:36 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2280. [Wed May 24 15:05:39 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  2281. [Wed May 24 15:05:39 2017] Parsing compound packet (total of 32 bytes)
  2282. [Wed May 24 15:05:39 2017] #1 RR (201)
  2283. [Wed May 24 15:05:39 2017] RTCP PT 201, length: 32 bytes
  2284. [Wed May 24 15:05:39 2017] End of compound packet
  2285. [Wed May 24 15:05:45 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  2286. [Wed May 24 15:05:45 2017] Parsing compound packet (total of 32 bytes)
  2287. [Wed May 24 15:05:45 2017] #1 RR (201)
  2288. [Wed May 24 15:05:45 2017] RTCP PT 201, length: 32 bytes
  2289. [Wed May 24 15:05:45 2017] End of compound packet
  2290. [Wed May 24 15:05:46 2017] Long poll time out for session 5952420131677079...
  2291. [Wed May 24 15:05:46 2017] We have a message to serve...
  2292. {
  2293. "janus": "keepalive"
  2294. }
  2295. [Wed May 24 15:05:46 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2296. [Wed May 24 15:05:50 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  2297. [Wed May 24 15:05:50 2017] Parsing compound packet (total of 32 bytes)
  2298. [Wed May 24 15:05:50 2017] #1 RR (201)
  2299. [Wed May 24 15:05:50 2017] RTCP PT 201, length: 32 bytes
  2300. [Wed May 24 15:05:50 2017] End of compound packet
  2301. [Wed May 24 15:05:53 2017] Timeout expired for session 5130337456789546...
  2302. [Wed May 24 15:05:53 2017] Got a Janus API event to send (0x808420000)
  2303. [Wed May 24 15:05:53 2017] Session has timed out (5130337456789546), getting rid of the queue for the long poll
  2304. [Wed May 24 15:05:53 2017] Checking 1 old HTTP/Janus sessions sessions...
  2305. [Wed May 24 15:05:54 2017] Checking 1 old HTTP/Janus sessions sessions...
  2306. [Wed May 24 15:05:54 2017] Checking 1 old HTTP/Janus sessions sessions...
  2307. [Wed May 24 15:05:54 2017] Freeing old HTTP/Janus session
  2308. [Wed May 24 15:05:55 2017] [6305048236710294] Fixing SSRCs (local 3172719934, peer 3228224997)
  2309. [Wed May 24 15:05:55 2017] Parsing compound packet (total of 32 bytes)
  2310. [Wed May 24 15:05:55 2017] #1 RR (201)
  2311. [Wed May 24 15:05:55 2017] RTCP PT 201, length: 32 bytes
  2312. [Wed May 24 15:05:55 2017] End of compound packet
  2313. [Wed May 24 15:05:56 2017] [janus.c:janus_cleanup_session:405] Cleaning up session 5130337456789546...
  2314. [Wed May 24 15:05:56 2017] Destroying session 5130337456789546
  2315. [Wed May 24 15:05:56 2017] Detaching handle from JANUS VideoRoom plugin
  2316. [Wed May 24 15:05:56 2017] Removing VideoRoom session...
  2317. [Wed May 24 15:05:56 2017] No WebRTC media anymore
  2318. [Wed May 24 15:05:56 2017] [6305048236710294] Sending event to transport...
  2319. [Wed May 24 15:05:56 2017] [6305048236710294] Handle detached (error=0), scheduling destruction
  2320. [Wed May 24 15:05:56 2017] [6305048236710294] ICE thread ended!
  2321. [Wed May 24 15:05:56 2017] Checking 1 old VideoRoom sessions...
  2322. [Wed May 24 15:05:56 2017] [6305048236710294] ICE send thread leaving...
  2323. [Wed May 24 15:05:57 2017] Checking 1 old VideoRoom sessions...
  2324. [Wed May 24 15:05:57 2017] Checking 1 old VideoRoom sessions...
  2325. [Wed May 24 15:05:58 2017] Checking 1 old VideoRoom sessions...
  2326. [Wed May 24 15:05:58 2017] Checking 1 old VideoRoom sessions...
  2327. [Wed May 24 15:05:59 2017] Checking 1 old VideoRoom sessions...
  2328. [Wed May 24 15:05:59 2017] Checking 1 old VideoRoom sessions...
  2329. [Wed May 24 15:06:00 2017] Cleaning up handle 6305048236710294...
  2330. [Wed May 24 15:06:00 2017] [6305048236710294] WebRTC resources freed
  2331. [Wed May 24 15:06:00 2017] [6305048236710294] Handle and related resources freed
  2332. [Wed May 24 15:06:00 2017] Checking 1 old VideoRoom sessions...
  2333. [Wed May 24 15:06:00 2017] Checking 1 old VideoRoom sessions...
  2334. [Wed May 24 15:06:01 2017] Checking 1 old VideoRoom sessions...
  2335. [Wed May 24 15:06:01 2017] Freeing old VideoRoom session
  2336. [Wed May 24 15:06:37 2017] New connection on REST API: ::ffff:127.0.0.1
  2337. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus...
  2338. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2339. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2340. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2341. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2342. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2343. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 47
  2344. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2345. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Origin: https://meeting.ixsystems.com
  2346. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2347. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  2348. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  2349. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2350. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  2351. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  2352. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus...
  2353. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2354. [Wed May 24 15:06:37 2017] Processing POST data (application/json) (47 bytes)...
  2355. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (47 bytes)
  2356. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus...
  2357. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2358. [Wed May 24 15:06:37 2017] Processing POST data (application/json) (0 bytes)...
  2359. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  2360. [Wed May 24 15:06:37 2017] {"janus":"create","transaction":"oCzJkdEA5pRO"}
  2361. [Wed May 24 15:06:37 2017] Forwarding request to the core (0x807e203c0)
  2362. [Wed May 24 15:06:37 2017] Got a Janus API request from janus.transport.http (0x807e203c0)
  2363. [Wed May 24 15:06:37 2017] Transport task pool, serving request
  2364. [Wed May 24 15:06:37 2017] Creating new session: 6568179344462076
  2365. [Wed May 24 15:06:37 2017] Session created (6568179344462076), create a queue for the long poll
  2366. [Wed May 24 15:06:37 2017] Sending Janus API response to janus.transport.http (0x807e203c0)
  2367. [Wed May 24 15:06:37 2017] Got a Janus API response to send (0x807e203c0)
  2368. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2369. [Wed May 24 15:06:37 2017] New connection on REST API: ::ffff:127.0.0.1
  2370. [Wed May 24 15:06:37 2017] New connection on REST API: ::ffff:127.0.0.1
  2371. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/6568179344462076...
  2372. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2373. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2374. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2375. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2376. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2377. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2378. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2379. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  2380. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2381. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, sdch, br
  2382. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  2383. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/6568179344462076...
  2384. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2385. [Wed May 24 15:06:37 2017] Session: 6568179344462076
  2386. [Wed May 24 15:06:37 2017] Got a Janus API request from janus.transport.http (0x807e203c0)
  2387. [Wed May 24 15:06:37 2017] Session 6568179344462076 found... returning up to 1 messages
  2388. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  2389. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/6568179344462076...
  2390. [Wed May 24 15:06:37 2017] Transport task pool, serving request
  2391. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2392. [Wed May 24 15:06:37 2017] Got a keep-alive on session 6568179344462076
  2393. [Wed May 24 15:06:37 2017] Sending Janus API response to janus.transport.http (0x807e203c0)
  2394. [Wed May 24 15:06:37 2017] Got a Janus API response to send (0x807e203c0)
  2395. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2396. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2397. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2398. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2399. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 126
  2400. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2401. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Origin: https://meeting.ixsystems.com
  2402. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2403. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  2404. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  2405. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2406. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  2407. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  2408. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/6568179344462076...
  2409. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2410. [Wed May 24 15:06:37 2017] Session: 6568179344462076
  2411. [Wed May 24 15:06:37 2017] Processing POST data (application/json) (126 bytes)...
  2412. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (126 bytes)
  2413. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/6568179344462076...
  2414. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2415. [Wed May 24 15:06:37 2017] Session: 6568179344462076
  2416. [Wed May 24 15:06:37 2017] Processing POST data (application/json) (0 bytes)...
  2417. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  2418. [Wed May 24 15:06:37 2017] {"janus":"attach","plugin":"janus.plugin.videoroom","opaque_id":"screensharingtest-IP9HLw30HJvU","transaction":"SqX0ghvw4zi0"}
  2419. [Wed May 24 15:06:37 2017] Forwarding request to the core (0x80a412000)
  2420. [Wed May 24 15:06:37 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  2421. [Wed May 24 15:06:37 2017] Transport task pool, serving request
  2422. [Wed May 24 15:06:37 2017] Creating new handle in session 6568179344462076: 2526538693478182
  2423. [Wed May 24 15:06:37 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  2424. [Wed May 24 15:06:37 2017] Got a Janus API response to send (0x80a412000)
  2425. [Wed May 24 15:06:37 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2426. [Wed May 24 15:06:45 2017] New connection on REST API: ::ffff:127.0.0.1
  2427. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/6568179344462076/2526538693478182...
  2428. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2429. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2430. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2431. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2432. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2433. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 124
  2434. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2435. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Origin: https://meeting.ixsystems.com
  2436. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2437. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  2438. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  2439. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2440. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  2441. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  2442. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/6568179344462076/2526538693478182...
  2443. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2444. [Wed May 24 15:06:45 2017] Session: 6568179344462076
  2445. [Wed May 24 15:06:45 2017] Handle: 2526538693478182
  2446. [Wed May 24 15:06:45 2017] Processing POST data (application/json) (124 bytes)...
  2447. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (124 bytes)
  2448. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/6568179344462076/2526538693478182...
  2449. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2450. [Wed May 24 15:06:45 2017] Session: 6568179344462076
  2451. [Wed May 24 15:06:45 2017] Handle: 2526538693478182
  2452. [Wed May 24 15:06:45 2017] Processing POST data (application/json) (0 bytes)...
  2453. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  2454. [Wed May 24 15:06:45 2017] {"janus":"message","body":{"request":"create","description":"test","bitrate":0,"publishers":1},"transaction":"9J5RLKSiXLON"}
  2455. [Wed May 24 15:06:45 2017] Forwarding request to the core (0x80a412000)
  2456. [Wed May 24 15:06:45 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  2457. [Wed May 24 15:06:45 2017] Transport task pool, serving request
  2458. [Wed May 24 15:06:45 2017] [2526538693478182] There's a message for JANUS VideoRoom plugin
  2459. [Wed May 24 15:06:45 2017] Creating a new videoroom
  2460. [Wed May 24 15:06:45 2017] Created videoroom: 7365146811529325 (test, public, opus/vp8 codecs, secret: no secret, pin: no pin, pvtid: optional)
  2461. [Wed May 24 15:06:45 2017] ::: [2567316491664651][test] 0, max 1 publishers, FIR frequency of 0 seconds
  2462. [Wed May 24 15:06:45 2017] ::: [864782819039689][test] 0, max 1 publishers, FIR frequency of 0 seconds
  2463. [Wed May 24 15:06:45 2017] ::: [7365146811529325][test] 0, max 1 publishers, FIR frequency of 0 seconds
  2464. [Wed May 24 15:06:45 2017] Creating plugin result...
  2465. [Wed May 24 15:06:45 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  2466. [Wed May 24 15:06:45 2017] Got a Janus API response to send (0x80a412000)
  2467. [Wed May 24 15:06:45 2017] Destroying plugin result...
  2468. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2469. [Wed May 24 15:06:45 2017] New connection on REST API: ::ffff:127.0.0.1
  2470. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/6568179344462076/2526538693478182...
  2471. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2472. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2473. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2474. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2475. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2476. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 143
  2477. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2478. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Origin: https://meeting.ixsystems.com
  2479. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2480. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  2481. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  2482. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2483. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  2484. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  2485. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/6568179344462076/2526538693478182...
  2486. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2487. [Wed May 24 15:06:45 2017] Session: 6568179344462076
  2488. [Wed May 24 15:06:45 2017] Handle: 2526538693478182
  2489. [Wed May 24 15:06:45 2017] Processing POST data (application/json) (143 bytes)...
  2490. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (143 bytes)
  2491. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/6568179344462076/2526538693478182...
  2492. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2493. [Wed May 24 15:06:45 2017] Session: 6568179344462076
  2494. [Wed May 24 15:06:45 2017] Handle: 2526538693478182
  2495. [Wed May 24 15:06:45 2017] Processing POST data (application/json) (0 bytes)...
  2496. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  2497. [Wed May 24 15:06:45 2017] {"janus":"message","body":{"request":"join","room":7365146811529325,"ptype":"publisher","display":"Y2GPI1OeK508"},"transaction":"L4i0pzeFtwa5"}
  2498. [Wed May 24 15:06:45 2017] Forwarding request to the core (0x80a412000)
  2499. [Wed May 24 15:06:45 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  2500. [Wed May 24 15:06:45 2017] Transport task pool, serving request
  2501. [Wed May 24 15:06:45 2017] [2526538693478182] There's a message for JANUS VideoRoom plugin
  2502. [Wed May 24 15:06:45 2017] Creating plugin result...
  2503. [Wed May 24 15:06:45 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  2504. [Wed May 24 15:06:45 2017] Got a Janus API response to send (0x80a412000)
  2505. [Wed May 24 15:06:45 2017] Destroying plugin result...
  2506. [Wed May 24 15:06:45 2017] Configuring new participant
  2507. [Wed May 24 15:06:45 2017] Configuring new publisher
  2508. [Wed May 24 15:06:45 2017] -- Publisher ID: 1470306515689239
  2509. [Wed May 24 15:06:45 2017] Preparing JSON event as a reply
  2510. [Wed May 24 15:06:45 2017] [2526538693478182] Sending event to transport...
  2511. [Wed May 24 15:06:45 2017] Sending event to janus.transport.http (0x807e203c0)
  2512. [Wed May 24 15:06:45 2017] Got a Janus API event to send (0x807e203c0)
  2513. [Wed May 24 15:06:45 2017] >> 0 (Success)
  2514. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2515. [Wed May 24 15:06:45 2017] We have a message to serve...
  2516. {
  2517. "janus": "event",
  2518. "session_id": 6568179344462076,
  2519. "sender": 2526538693478182,
  2520. "transaction": "L4i0pzeFtwa5",
  2521. "plugindata": {
  2522. "plugin": "janus.plugin.videoroom",
  2523. "data": {
  2524. "videoroom": "joined",
  2525. "room": 7365146811529325,
  2526. "description": "test",
  2527. "id": 1470306515689239,
  2528. "private_id": 2637377937,
  2529. "publishers": []
  2530. }
  2531. }
  2532. }
  2533. [Wed May 24 15:06:45 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2534. [Wed May 24 15:06:46 2017] New connection on REST API: ::ffff:127.0.0.1
  2535. [Wed May 24 15:06:46 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/6568179344462076...
  2536. [Wed May 24 15:06:46 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2537. [Wed May 24 15:06:46 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2538. [Wed May 24 15:06:46 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2539. [Wed May 24 15:06:46 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2540. [Wed May 24 15:06:46 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2541. [Wed May 24 15:06:46 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2542. [Wed May 24 15:06:46 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2543. [Wed May 24 15:06:46 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  2544. [Wed May 24 15:06:46 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2545. [Wed May 24 15:06:46 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, sdch, br
  2546. [Wed May 24 15:06:46 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  2547. [Wed May 24 15:06:46 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/6568179344462076...
  2548. [Wed May 24 15:06:46 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2549. [Wed May 24 15:06:46 2017] Session: 6568179344462076
  2550. [Wed May 24 15:06:46 2017] Got a Janus API request from janus.transport.http (0x807e203c0)
  2551. [Wed May 24 15:06:46 2017] Session 6568179344462076 found... returning up to 1 messages
  2552. [Wed May 24 15:06:46 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  2553. [Wed May 24 15:06:46 2017] Transport task pool, serving request
  2554. [Wed May 24 15:06:46 2017] Got a keep-alive on session 6568179344462076
  2555. [Wed May 24 15:06:46 2017] Sending Janus API response to janus.transport.http (0x807e203c0)
  2556. [Wed May 24 15:06:46 2017] Got a Janus API response to send (0x807e203c0)
  2557. [Wed May 24 15:06:56 2017] New connection on REST API: ::ffff:127.0.0.1
  2558. [Wed May 24 15:06:56 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/6568179344462076...
  2559. [Wed May 24 15:06:56 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2560. [Wed May 24 15:06:56 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2561. [Wed May 24 15:06:56 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2562. [Wed May 24 15:06:56 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2563. [Wed May 24 15:06:56 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2564. [Wed May 24 15:06:56 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2565. [Wed May 24 15:06:56 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2566. [Wed May 24 15:06:56 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  2567. [Wed May 24 15:06:56 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2568. [Wed May 24 15:06:56 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, sdch, br
  2569. [Wed May 24 15:06:56 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  2570. [Wed May 24 15:06:56 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/6568179344462076...
  2571. [Wed May 24 15:06:56 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2572. [Wed May 24 15:06:56 2017] Session: 6568179344462076
  2573. [Wed May 24 15:06:56 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  2574. [Wed May 24 15:06:56 2017] Session 6568179344462076 found... returning up to 1 messages
  2575. [Wed May 24 15:06:56 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  2576. [Wed May 24 15:06:56 2017] Transport task pool, serving request
  2577. [Wed May 24 15:06:56 2017] Got a keep-alive on session 6568179344462076
  2578. [Wed May 24 15:06:56 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  2579. [Wed May 24 15:06:56 2017] Got a Janus API response to send (0x80a412000)
  2580. [Wed May 24 15:07:06 2017] New connection on REST API: ::ffff:127.0.0.1
  2581. [Wed May 24 15:07:06 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/6568179344462076...
  2582. [Wed May 24 15:07:06 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2583. [Wed May 24 15:07:06 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2584. [Wed May 24 15:07:06 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2585. [Wed May 24 15:07:06 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2586. [Wed May 24 15:07:06 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2587. [Wed May 24 15:07:06 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2588. [Wed May 24 15:07:06 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2589. [Wed May 24 15:07:06 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  2590. [Wed May 24 15:07:06 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2591. [Wed May 24 15:07:06 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, sdch, br
  2592. [Wed May 24 15:07:06 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  2593. [Wed May 24 15:07:06 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/6568179344462076...
  2594. [Wed May 24 15:07:06 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2595. [Wed May 24 15:07:06 2017] Session: 6568179344462076
  2596. [Wed May 24 15:07:06 2017] Got a Janus API request from janus.transport.http (0x80a612480)
  2597. [Wed May 24 15:07:06 2017] Session 6568179344462076 found... returning up to 1 messages
  2598. [Wed May 24 15:07:06 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  2599. [Wed May 24 15:07:06 2017] Transport task pool, serving request
  2600. [Wed May 24 15:07:06 2017] Got a keep-alive on session 6568179344462076
  2601. [Wed May 24 15:07:06 2017] Sending Janus API response to janus.transport.http (0x80a612480)
  2602. [Wed May 24 15:07:06 2017] Got a Janus API response to send (0x80a612480)
  2603. [Wed May 24 15:07:16 2017] Long poll time out for session 6568179344462076...
  2604. [Wed May 24 15:07:16 2017] We have a message to serve...
  2605. {
  2606. "janus": "keepalive"
  2607. }
  2608. [Wed May 24 15:07:16 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2609. [Wed May 24 15:07:16 2017] New connection on REST API: ::ffff:127.0.0.1
  2610. [Wed May 24 15:07:16 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/6568179344462076...
  2611. [Wed May 24 15:07:16 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2612. [Wed May 24 15:07:16 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2613. [Wed May 24 15:07:16 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2614. [Wed May 24 15:07:16 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2615. [Wed May 24 15:07:16 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2616. [Wed May 24 15:07:16 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2617. [Wed May 24 15:07:16 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2618. [Wed May 24 15:07:16 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.110 Safari/537.36
  2619. [Wed May 24 15:07:16 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2620. [Wed May 24 15:07:16 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, sdch, br
  2621. [Wed May 24 15:07:16 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.8
  2622. [Wed May 24 15:07:16 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/6568179344462076...
  2623. [Wed May 24 15:07:16 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2624. [Wed May 24 15:07:16 2017] Session: 6568179344462076
  2625. [Wed May 24 15:07:16 2017] Got a Janus API request from janus.transport.http (0x807e203c0)
  2626. [Wed May 24 15:07:16 2017] Session 6568179344462076 found... returning up to 1 messages
  2627. [Wed May 24 15:07:16 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  2628. [Wed May 24 15:07:16 2017] Transport task pool, serving request
  2629. [Wed May 24 15:07:16 2017] Got a keep-alive on session 6568179344462076
  2630. [Wed May 24 15:07:16 2017] Sending Janus API response to janus.transport.http (0x807e203c0)
  2631. [Wed May 24 15:07:16 2017] Got a Janus API response to send (0x807e203c0)
  2632. [Wed May 24 15:07:26 2017] Long poll time out for session 6568179344462076...
  2633. [Wed May 24 15:07:26 2017] We have a message to serve...
  2634. {
  2635. "janus": "keepalive"
  2636. }
  2637. [Wed May 24 15:07:26 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2638. [Wed May 24 15:07:36 2017] Long poll time out for session 6568179344462076...
  2639. [Wed May 24 15:07:36 2017] We have a message to serve...
  2640. {
  2641. "janus": "keepalive"
  2642. }
  2643. [Wed May 24 15:07:36 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2644. [Wed May 24 15:07:46 2017] Long poll time out for session 6568179344462076...
  2645. [Wed May 24 15:07:46 2017] We have a message to serve...
  2646. {
  2647. "janus": "keepalive"
  2648. }
  2649. [Wed May 24 15:07:46 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2650. [Wed May 24 15:08:17 2017] Timeout expired for session 5952420131677079...
  2651. [Wed May 24 15:08:17 2017] Got a Janus API event to send (0x807e212c0)
  2652. [Wed May 24 15:08:17 2017] Session has timed out (5952420131677079), getting rid of the queue for the long poll
  2653. [Wed May 24 15:08:17 2017] Checking 1 old HTTP/Janus sessions sessions...
  2654. [Wed May 24 15:08:17 2017] Checking 1 old HTTP/Janus sessions sessions...
  2655. [Wed May 24 15:08:18 2017] Checking 1 old HTTP/Janus sessions sessions...
  2656. [Wed May 24 15:08:18 2017] Freeing old HTTP/Janus session
  2657. [Wed May 24 15:08:20 2017] [janus.c:janus_cleanup_session:405] Cleaning up session 5952420131677079...
  2658. [Wed May 24 15:08:20 2017] Destroying session 5952420131677079
  2659. [Wed May 24 15:08:20 2017] Detaching handle from JANUS VideoRoom plugin
  2660. [Wed May 24 15:08:20 2017] Removing VideoRoom session...
  2661. [Wed May 24 15:08:20 2017] No WebRTC media anymore
  2662. [Wed May 24 15:08:20 2017] [3796726618554640] Sending event to transport...
  2663. [Wed May 24 15:08:20 2017] [3796726618554640] Handle detached (error=0), scheduling destruction
  2664. [Wed May 24 15:08:20 2017] Checking 1 old VideoRoom sessions...
  2665. [Wed May 24 15:08:20 2017] Checking 1 old VideoRoom sessions...
  2666. [Wed May 24 15:08:21 2017] Checking 1 old VideoRoom sessions...
  2667. [Wed May 24 15:08:22 2017] Checking 1 old VideoRoom sessions...
  2668. [Wed May 24 15:08:22 2017] Checking 1 old VideoRoom sessions...
  2669. [Wed May 24 15:08:23 2017] Checking 1 old VideoRoom sessions...
  2670. [Wed May 24 15:08:23 2017] Checking 1 old VideoRoom sessions...
  2671. [Wed May 24 15:08:24 2017] Checking 1 old VideoRoom sessions...
  2672. [Wed May 24 15:08:24 2017] Cleaning up handle 3796726618554640...
  2673. [Wed May 24 15:08:24 2017] [3796726618554640] WebRTC resources freed
  2674. [Wed May 24 15:08:24 2017] [3796726618554640] Handle and related resources freed
  2675. [Wed May 24 15:08:24 2017] Checking 1 old VideoRoom sessions...
  2676. [Wed May 24 15:08:25 2017] Checking 1 old VideoRoom sessions...
  2677. [Wed May 24 15:08:25 2017] Freeing old VideoRoom session
  2678. [Wed May 24 15:10:17 2017] Timeout expired for session 6568179344462076...
  2679. [Wed May 24 15:10:17 2017] Got a Janus API event to send (0x807e203c0)
  2680. [Wed May 24 15:10:17 2017] Session has timed out (6568179344462076), getting rid of the queue for the long poll
  2681. [Wed May 24 15:10:17 2017] Checking 1 old HTTP/Janus sessions sessions...
  2682. [Wed May 24 15:10:18 2017] Checking 1 old HTTP/Janus sessions sessions...
  2683. [Wed May 24 15:10:18 2017] Checking 1 old HTTP/Janus sessions sessions...
  2684. [Wed May 24 15:10:18 2017] Freeing old HTTP/Janus session
  2685. [Wed May 24 15:10:20 2017] [janus.c:janus_cleanup_session:405] Cleaning up session 6568179344462076...
  2686. [Wed May 24 15:10:20 2017] Destroying session 6568179344462076
  2687. [Wed May 24 15:10:20 2017] Detaching handle from JANUS VideoRoom plugin
  2688. [Wed May 24 15:10:20 2017] Removing VideoRoom session...
  2689. [Wed May 24 15:10:20 2017] No WebRTC media anymore
  2690. [Wed May 24 15:10:20 2017] [2526538693478182] Sending event to transport...
  2691. [Wed May 24 15:10:20 2017] [2526538693478182] Handle detached (error=0), scheduling destruction
  2692. [Wed May 24 15:10:20 2017] Checking 1 old VideoRoom sessions...
  2693. [Wed May 24 15:10:20 2017] Checking 1 old VideoRoom sessions...
  2694. [Wed May 24 15:10:21 2017] Checking 1 old VideoRoom sessions...
  2695. [Wed May 24 15:10:21 2017] Checking 1 old VideoRoom sessions...
  2696. [Wed May 24 15:10:22 2017] Checking 1 old VideoRoom sessions...
  2697. [Wed May 24 15:10:22 2017] Checking 1 old VideoRoom sessions...
  2698. [Wed May 24 15:10:23 2017] Checking 1 old VideoRoom sessions...
  2699. [Wed May 24 15:10:23 2017] Checking 1 old VideoRoom sessions...
  2700. [Wed May 24 15:10:24 2017] Cleaning up handle 2526538693478182...
  2701. [Wed May 24 15:10:24 2017] [2526538693478182] WebRTC resources freed
  2702. [Wed May 24 15:10:24 2017] [2526538693478182] Handle and related resources freed
  2703. [Wed May 24 15:10:24 2017] Checking 1 old VideoRoom sessions...
  2704. [Wed May 24 15:10:24 2017] Checking 1 old VideoRoom sessions...
  2705. [Wed May 24 15:10:25 2017] Checking 1 old VideoRoom sessions...
  2706. [Wed May 24 15:10:25 2017] Freeing old VideoRoom session
  2707. [Wed May 24 15:13:36 2017] New connection on REST API: ::ffff:127.0.0.1
  2708. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus...
  2709. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2710. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2711. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2712. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2713. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2714. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 47
  2715. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  2716. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2717. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  2718. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  2719. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  2720. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2721. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2722. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  2723. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  2724. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus...
  2725. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2726. [Wed May 24 15:13:36 2017] Processing POST data (application/json) (47 bytes)...
  2727. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (47 bytes)
  2728. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus...
  2729. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2730. [Wed May 24 15:13:36 2017] Processing POST data (application/json) (0 bytes)...
  2731. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  2732. [Wed May 24 15:13:36 2017] {"janus":"create","transaction":"mvTh6BKrmT7P"}
  2733. [Wed May 24 15:13:36 2017] Forwarding request to the core (0x807e203c0)
  2734. [Wed May 24 15:13:36 2017] Got a Janus API request from janus.transport.http (0x807e203c0)
  2735. [Wed May 24 15:13:36 2017] Transport task pool, serving request
  2736. [Wed May 24 15:13:36 2017] Creating new session: 3566831623339562
  2737. [Wed May 24 15:13:36 2017] Session created (3566831623339562), create a queue for the long poll
  2738. [Wed May 24 15:13:36 2017] Sending Janus API response to janus.transport.http (0x807e203c0)
  2739. [Wed May 24 15:13:36 2017] Got a Janus API response to send (0x807e203c0)
  2740. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2741. [Wed May 24 15:13:36 2017] New connection on REST API: ::ffff:127.0.0.1
  2742. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/3566831623339562...
  2743. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2744. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2745. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2746. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2747. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2748. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  2749. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2750. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  2751. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  2752. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2753. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2754. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  2755. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  2756. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/3566831623339562...
  2757. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2758. [Wed May 24 15:13:36 2017] Session: 3566831623339562
  2759. [Wed May 24 15:13:36 2017] Got a Janus API request from janus.transport.http (0x807e203c0)
  2760. [Wed May 24 15:13:36 2017] Session 3566831623339562 found... returning up to 1 messages
  2761. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  2762. [Wed May 24 15:13:36 2017] Transport task pool, serving request
  2763. [Wed May 24 15:13:36 2017] Got a keep-alive on session 3566831623339562
  2764. [Wed May 24 15:13:36 2017] Sending Janus API response to janus.transport.http (0x807e203c0)
  2765. [Wed May 24 15:13:36 2017] Got a Janus API response to send (0x807e203c0)
  2766. [Wed May 24 15:13:36 2017] New connection on REST API: ::ffff:127.0.0.1
  2767. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/3566831623339562...
  2768. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2769. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2770. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2771. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2772. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2773. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 126
  2774. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  2775. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2776. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  2777. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  2778. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  2779. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2780. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2781. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  2782. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  2783. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562...
  2784. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2785. [Wed May 24 15:13:36 2017] Session: 3566831623339562
  2786. [Wed May 24 15:13:36 2017] Processing POST data (application/json) (126 bytes)...
  2787. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (126 bytes)
  2788. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562...
  2789. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2790. [Wed May 24 15:13:36 2017] Session: 3566831623339562
  2791. [Wed May 24 15:13:36 2017] Processing POST data (application/json) (0 bytes)...
  2792. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  2793. [Wed May 24 15:13:36 2017] {"janus":"attach","plugin":"janus.plugin.videoroom","opaque_id":"screensharingtest-kH8SdzvdEFBL","transaction":"3a6M3hEO7zTY"}
  2794. [Wed May 24 15:13:36 2017] Forwarding request to the core (0x80a412000)
  2795. [Wed May 24 15:13:36 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  2796. [Wed May 24 15:13:36 2017] Transport task pool, serving request
  2797. [Wed May 24 15:13:36 2017] Creating new handle in session 3566831623339562: 4665590186658585
  2798. [Wed May 24 15:13:36 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  2799. [Wed May 24 15:13:36 2017] Got a Janus API response to send (0x80a412000)
  2800. [Wed May 24 15:13:36 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2801. [Wed May 24 15:13:39 2017] New connection on REST API: ::ffff:127.0.0.1
  2802. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/3566831623339562/4665590186658585...
  2803. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2804. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2805. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2806. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2807. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2808. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 124
  2809. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  2810. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2811. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  2812. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  2813. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  2814. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2815. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2816. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  2817. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  2818. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562/4665590186658585...
  2819. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2820. [Wed May 24 15:13:39 2017] Session: 3566831623339562
  2821. [Wed May 24 15:13:39 2017] Handle: 4665590186658585
  2822. [Wed May 24 15:13:39 2017] Processing POST data (application/json) (124 bytes)...
  2823. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (124 bytes)
  2824. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562/4665590186658585...
  2825. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2826. [Wed May 24 15:13:39 2017] Session: 3566831623339562
  2827. [Wed May 24 15:13:39 2017] Handle: 4665590186658585
  2828. [Wed May 24 15:13:39 2017] Processing POST data (application/json) (0 bytes)...
  2829. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  2830. [Wed May 24 15:13:39 2017] {"janus":"message","body":{"request":"create","description":"test","bitrate":0,"publishers":1},"transaction":"xEGXY2wFQhw8"}
  2831. [Wed May 24 15:13:39 2017] Forwarding request to the core (0x80a412000)
  2832. [Wed May 24 15:13:39 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  2833. [Wed May 24 15:13:39 2017] Transport task pool, serving request
  2834. [Wed May 24 15:13:39 2017] [4665590186658585] There's a message for JANUS VideoRoom plugin
  2835. [Wed May 24 15:13:39 2017] Creating a new videoroom
  2836. [Wed May 24 15:13:39 2017] Created videoroom: 6519128274805835 (test, public, opus/vp8 codecs, secret: no secret, pin: no pin, pvtid: optional)
  2837. [Wed May 24 15:13:39 2017] ::: [2567316491664651][test] 0, max 1 publishers, FIR frequency of 0 seconds
  2838. [Wed May 24 15:13:39 2017] ::: [864782819039689][test] 0, max 1 publishers, FIR frequency of 0 seconds
  2839. [Wed May 24 15:13:39 2017] ::: [6519128274805835][test] 0, max 1 publishers, FIR frequency of 0 seconds
  2840. [Wed May 24 15:13:39 2017] ::: [7365146811529325][test] 0, max 1 publishers, FIR frequency of 0 seconds
  2841. [Wed May 24 15:13:39 2017] Creating plugin result...
  2842. [Wed May 24 15:13:39 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  2843. [Wed May 24 15:13:39 2017] Got a Janus API response to send (0x80a412000)
  2844. [Wed May 24 15:13:39 2017] Destroying plugin result...
  2845. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2846. [Wed May 24 15:13:39 2017] New connection on REST API: ::ffff:127.0.0.1
  2847. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/3566831623339562/4665590186658585...
  2848. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2849. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2850. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2851. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2852. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2853. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 143
  2854. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  2855. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2856. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  2857. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  2858. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  2859. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2860. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2861. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  2862. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  2863. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562/4665590186658585...
  2864. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2865. [Wed May 24 15:13:39 2017] Session: 3566831623339562
  2866. [Wed May 24 15:13:39 2017] Handle: 4665590186658585
  2867. [Wed May 24 15:13:39 2017] Processing POST data (application/json) (143 bytes)...
  2868. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (143 bytes)
  2869. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562/4665590186658585...
  2870. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2871. [Wed May 24 15:13:39 2017] Session: 3566831623339562
  2872. [Wed May 24 15:13:39 2017] Handle: 4665590186658585
  2873. [Wed May 24 15:13:39 2017] Processing POST data (application/json) (0 bytes)...
  2874. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  2875. [Wed May 24 15:13:39 2017] {"janus":"message","body":{"request":"join","room":6519128274805835,"ptype":"publisher","display":"Y0j6z5xBrE1M"},"transaction":"DeIVk4VlP4Hs"}
  2876. [Wed May 24 15:13:39 2017] Forwarding request to the core (0x80a412000)
  2877. [Wed May 24 15:13:39 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  2878. [Wed May 24 15:13:39 2017] Transport task pool, serving request
  2879. [Wed May 24 15:13:39 2017] [4665590186658585] There's a message for JANUS VideoRoom plugin
  2880. [Wed May 24 15:13:39 2017] Creating plugin result...
  2881. [Wed May 24 15:13:39 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  2882. [Wed May 24 15:13:39 2017] Got a Janus API response to send (0x80a412000)
  2883. [Wed May 24 15:13:39 2017] Destroying plugin result...
  2884. [Wed May 24 15:13:39 2017] Configuring new participant
  2885. [Wed May 24 15:13:39 2017] Configuring new publisher
  2886. [Wed May 24 15:13:39 2017] -- Publisher ID: 1174830513791678
  2887. [Wed May 24 15:13:39 2017] Preparing JSON event as a reply
  2888. [Wed May 24 15:13:39 2017] [4665590186658585] Sending event to transport...
  2889. [Wed May 24 15:13:39 2017] Sending event to janus.transport.http (0x807e203c0)
  2890. [Wed May 24 15:13:39 2017] Got a Janus API event to send (0x807e203c0)
  2891. [Wed May 24 15:13:39 2017] >> 0 (Success)
  2892. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2893. [Wed May 24 15:13:39 2017] We have a message to serve...
  2894. {
  2895. "janus": "event",
  2896. "session_id": 3566831623339562,
  2897. "sender": 4665590186658585,
  2898. "transaction": "DeIVk4VlP4Hs",
  2899. "plugindata": {
  2900. "plugin": "janus.plugin.videoroom",
  2901. "data": {
  2902. "videoroom": "joined",
  2903. "room": 6519128274805835,
  2904. "description": "test",
  2905. "id": 1174830513791678,
  2906. "private_id": 1830082323,
  2907. "publishers": []
  2908. }
  2909. }
  2910. }
  2911. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  2912. [Wed May 24 15:13:39 2017] New connection on REST API: ::ffff:127.0.0.1
  2913. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/3566831623339562...
  2914. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2915. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2916. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2917. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2918. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2919. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  2920. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2921. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  2922. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  2923. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2924. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2925. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  2926. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  2927. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/3566831623339562...
  2928. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2929. [Wed May 24 15:13:39 2017] Session: 3566831623339562
  2930. [Wed May 24 15:13:39 2017] Got a Janus API request from janus.transport.http (0x807e203c0)
  2931. [Wed May 24 15:13:39 2017] Session 3566831623339562 found... returning up to 1 messages
  2932. [Wed May 24 15:13:39 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  2933. [Wed May 24 15:13:39 2017] Transport task pool, serving request
  2934. [Wed May 24 15:13:39 2017] Got a keep-alive on session 3566831623339562
  2935. [Wed May 24 15:13:39 2017] Sending Janus API response to janus.transport.http (0x807e203c0)
  2936. [Wed May 24 15:13:39 2017] Got a Janus API response to send (0x807e203c0)
  2937. [Wed May 24 15:13:42 2017] New connection on REST API: ::ffff:127.0.0.1
  2938. [Wed May 24 15:13:42 2017] New connection on REST API: ::ffff:127.0.0.1
  2939. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/3566831623339562/4665590186658585...
  2940. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2941. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2942. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2943. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2944. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2945. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 1008
  2946. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  2947. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2948. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  2949. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  2950. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  2951. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2952. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2953. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  2954. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  2955. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562/4665590186658585...
  2956. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2957. [Wed May 24 15:13:42 2017] Session: 3566831623339562
  2958. [Wed May 24 15:13:42 2017] Handle: 4665590186658585
  2959. [Wed May 24 15:13:42 2017] Processing POST data (application/json) (1008 bytes)...
  2960. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (1008 bytes)
  2961. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562/4665590186658585...
  2962. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2963. [Wed May 24 15:13:42 2017] Session: 3566831623339562
  2964. [Wed May 24 15:13:42 2017] Handle: 4665590186658585
  2965. [Wed May 24 15:13:42 2017] Processing POST data (application/json) (0 bytes)...
  2966. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  2967. [Wed May 24 15:13:42 2017] {"janus":"message","body":{"request":"configure","audio":true,"video":true},"transaction":"RvOO1Vjrcktc","jsep":{"type":"offer","sdp":"v=0\r\no=mozilla...THIS_IS_SDPARTA-52.0.1 8171364755799127733 0 IN IP4 0.0.0.0\r\ns=-\r\nt=0 0\r\na=fingerprint:sha-256 22:1C:96:49:D2:82:B4:77:D8:E5:1B:E6:3B:4C:B6:F9:7D:C9:79:D9:81:E0:FB:58:2C:5B:22:11:9B:B3:8D:22\r\na=ice-options:trickle\r\na=msid-semantic:WMS *\r\nm=video 9 UDP/TLS/RTP/SAVPF 120 121\r\nc=IN IP4 0.0.0.0\r\na=sendonly\r\na=ice-pwd:1f865d377820c947102166a5e4096f4e\r\na=ice-ufrag:ae3ce4f7\r\na=mid:sdparta_0\r\na=msid:{5c8555b6-c883-438a-b79e-c4d771d4caf6} {90f7de72-bba6-43f3-8115-98bda2ff59c6}\r\na=rtcp-fb:120 nack\r\na=rtcp-fb:120 nack pli\r\na=rtcp-fb:120 ccm fir\r\na=rtcp-fb:120 goog-remb\r\na=rtcp-fb:121 nack\r\na=rtcp-fb:121 nack pli\r\na=rtcp-fb:121 ccm fir\r\na=rtcp-fb:121 goog-remb\r\na=rtcp-mux\r\na=rtpmap:120 VP8/90000\r\na=rtpmap:121 VP9/90000\r\na=setup:actpass\r\na=ssrc:2469235705 cname:{17213134-e331-46d2-b618-b48b0196d25d}\r\n"}}
  2968. [Wed May 24 15:13:42 2017] Forwarding request to the core (0x80a412000)
  2969. [Wed May 24 15:13:42 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  2970. [Wed May 24 15:13:42 2017] New connection on REST API: ::ffff:127.0.0.1
  2971. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/3566831623339562/4665590186658585...
  2972. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  2973. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  2974. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  2975. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  2976. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  2977. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 171
  2978. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  2979. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  2980. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  2981. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  2982. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  2983. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  2984. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  2985. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  2986. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  2987. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562/4665590186658585...
  2988. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2989. [Wed May 24 15:13:42 2017] Session: 3566831623339562
  2990. [Wed May 24 15:13:42 2017] Handle: 4665590186658585
  2991. [Wed May 24 15:13:42 2017] Processing POST data (application/json) (171 bytes)...
  2992. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (171 bytes)
  2993. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562/4665590186658585...
  2994. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  2995. [Wed May 24 15:13:42 2017] Session: 3566831623339562
  2996. [Wed May 24 15:13:42 2017] Handle: 4665590186658585
  2997. [Wed May 24 15:13:42 2017] Processing POST data (application/json) (0 bytes)...
  2998. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  2999. [Wed May 24 15:13:42 2017] {"janus":"trickle","candidate":{"candidate":"candidate:0 1 UDP 2122252543 10.20.0.155 13359 typ host","sdpMid":"sdparta_0","sdpMLineIndex":0},"transaction":"BjToA11oiGHs"}
  3000. [Wed May 24 15:13:42 2017] Forwarding request to the core (0x80a612480)
  3001. [Wed May 24 15:13:42 2017] Got a Janus API request from janus.transport.http (0x80a612480)
  3002. [Wed May 24 15:13:42 2017] Transport task pool, serving request
  3003. [Wed May 24 15:13:42 2017] [4665590186658585] There's a message for JANUS VideoRoom plugin
  3004. [Wed May 24 15:13:42 2017] [4665590186658585] Remote SDP:
  3005. v=0
  3006. o=mozilla...THIS_IS_SDPARTA-52.0.1 8171364755799127733 0 IN IP4 0.0.0.0
  3007. s=-
  3008. t=0 0
  3009. a=fingerprint:sha-256 22:1C:96:49:D2:82:B4:77:D8:E5:1B:E6:3B:4C:B6:F9:7D:C9:79:D9:81:E0:FB:58:2C:5B:22:11:9B:B3:8D:22
  3010. a=ice-options:trickle
  3011. a=msid-semantic:WMS *
  3012. m=video 9 UDP/TLS/RTP/SAVPF 120 121
  3013. c=IN IP4 0.0.0.0
  3014. a=sendonly
  3015. a=ice-pwd:1f865d377820c947102166a5e4096f4e
  3016. a=ice-ufrag:ae3ce4f7
  3017. a=mid:sdparta_0
  3018. a=msid:{5c8555b6-c883-438a-b79e-c4d771d4caf6} {90f7de72-bba6-43f3-8115-98bda2ff59c6}
  3019. a=rtcp-fb:120 nack
  3020. a=rtcp-fb:120 nack pli
  3021. a=rtcp-fb:120 ccm fir
  3022. a=rtcp-fb:120 goog-remb
  3023. a=rtcp-fb:121 nack
  3024. a=rtcp-fb:121 nack pli
  3025. a=rtcp-fb:121 ccm fir
  3026. a=rtcp-fb:121 goog-remb
  3027. a=rtcp-mux
  3028. a=rtpmap:120 VP8/90000
  3029. a=rtpmap:121 VP9/90000
  3030. a=setup:actpass
  3031. a=ssrc:2469235705 cname:{17213134-e331-46d2-b618-b48b0196d25d}
  3032. [Wed May 24 15:13:42 2017] [4665590186658585] Audio has NOT been negotiated, Video has been negotiated, SCTP/DataChannels have NOT been negotiated
  3033. [Wed May 24 15:13:42 2017] [4665590186658585] The browser: does NOT support BUNDLE, supports rtcp-mux, is doing Trickle ICE
  3034. [Wed May 24 15:13:42 2017] [4665590186658585] Setting ICE locally: got OFFER (0 audios, 1 videos)
  3035. [Wed May 24 15:13:42 2017] Transport task pool, serving request
  3036. [Wed May 24 15:13:42 2017] [4665590186658585] Creating ICE agent (ICE Full mode, controlled)
  3037. [Wed May 24 15:13:42 2017] [4665590186658585] Adding 45.32.217.183 to the addresses to gather candidates for
  3038. [Wed May 24 15:13:42 2017] [4665590186658585] Gathering done for stream 1
  3039. [Wed May 24 15:13:42 2017] [4665590186658585] Fingerprint (global) : sha-256 22:1C:96:49:D2:82:B4:77:D8:E5:1B:E6:3B:4C:B6:F9:7D:C9:79:D9:81:E0:FB:58:2C:5B:22:11:9B:B3:8D:22
  3040. [Wed May 24 15:13:42 2017] [4665590186658585] Parsing video candidates (stream=1)...
  3041. [Wed May 24 15:13:42 2017] [4665590186658585] ICE pwd (local): 1f865d377820c947102166a5e4096f4e
  3042. [Wed May 24 15:13:42 2017] [4665590186658585] ICE ufrag (local): ae3ce4f7
  3043. [Wed May 24 15:13:42 2017] [4665590186658585] Video mid: sdparta_0
  3044. [Wed May 24 15:13:42 2017] [4665590186658585] DTLS setup (local): actpass
  3045. [Wed May 24 15:13:42 2017] [4665590186658585] Peer video SSRC: 2469235705
  3046. [Wed May 24 15:13:42 2017] -------------------------------------------
  3047. [Wed May 24 15:13:42 2017] >> Anonymized
  3048. [Wed May 24 15:13:42 2017] -------------------------------------------
  3049. [Wed May 24 15:13:42 2017] Creating plugin result...
  3050. [Wed May 24 15:13:42 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  3051. [Wed May 24 15:13:42 2017] Got a Janus API response to send (0x80a412000)
  3052. [Wed May 24 15:13:42 2017] Destroying plugin result...
  3053. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/3566831623339562/4665590186658585...
  3054. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  3055. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  3056. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  3057. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  3058. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  3059. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 171
  3060. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  3061. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  3062. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  3063. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  3064. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  3065. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  3066. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  3067. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  3068. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  3069. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562/4665590186658585...
  3070. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  3071. [Wed May 24 15:13:42 2017] Session: 3566831623339562
  3072. [Wed May 24 15:13:42 2017] Handle: 4665590186658585
  3073. [Wed May 24 15:13:42 2017] Processing POST data (application/json) (171 bytes)...
  3074. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (171 bytes)
  3075. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562/4665590186658585...
  3076. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  3077. [Wed May 24 15:13:42 2017] Session: 3566831623339562
  3078. [Wed May 24 15:13:42 2017] Handle: 4665590186658585
  3079. [Wed May 24 15:13:42 2017] Processing POST data (application/json) (0 bytes)...
  3080. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  3081. [Wed May 24 15:13:42 2017] {"janus":"trickle","candidate":{"candidate":"candidate:0 2 UDP 2122252542 10.20.0.155 60110 typ host","sdpMid":"sdparta_0","sdpMLineIndex":0},"transaction":"tNH5lrt6d9XI"}
  3082. [Wed May 24 15:13:42 2017] Forwarding request to the core (0x807c10580)
  3083. [Wed May 24 15:13:42 2017] Got a Janus API request from janus.transport.http (0x807c10580)
  3084. [Wed May 24 15:13:42 2017] [4665590186658585] ICE thread started
  3085. [Wed May 24 15:13:42 2017] [4665590186658585] Still waiting for the answer, queueing this trickle to wait until we're done there...
  3086. [Wed May 24 15:13:42 2017] Sending Janus API response to janus.transport.http (0x80a612480)
  3087. [Wed May 24 15:13:42 2017] Got a Janus API response to send (0x80a612480)
  3088. [Wed May 24 15:13:42 2017] Transport task pool, serving request
  3089. [Wed May 24 15:13:42 2017] [4665590186658585] Still waiting for the answer, queueing this trickle to wait until we're done there...
  3090. [Wed May 24 15:13:42 2017] Sending Janus API response to janus.transport.http (0x807c10580)
  3091. [Wed May 24 15:13:42 2017] Got a Janus API response to send (0x807c10580)
  3092. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  3093. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  3094. [Wed May 24 15:13:42 2017] Setting audio property: true (room 6519128274805835, user 1174830513791678)
  3095. [Wed May 24 15:13:42 2017] Setting video property: true (room 6519128274805835, user 1174830513791678)
  3096. [Wed May 24 15:13:42 2017] Preparing JSON event as a reply
  3097. [Wed May 24 15:13:42 2017] This is involving a negotiation (offer) as well:
  3098. v=0
  3099. o=mozilla...THIS_IS_SDPARTA-52.0.1 8171364755799127733 0 IN IP4 1.1.1.1
  3100. s=-
  3101. t=0 0
  3102. m=video 9 UDP/TLS/RTP/SAVPF 120 121
  3103. c=IN IP4 1.1.1.1
  3104. a=sendonly
  3105. a=rtcp-fb:120 nack
  3106. a=rtcp-fb:120 nack pli
  3107. a=rtcp-fb:120 ccm fir
  3108. a=rtcp-fb:120 goog-remb
  3109. a=rtcp-fb:121 nack
  3110. a=rtcp-fb:121 nack pli
  3111. a=rtcp-fb:121 ccm fir
  3112. a=rtcp-fb:121 goog-remb
  3113. a=rtpmap:120 VP8/90000
  3114. a=rtpmap:121 VP9/90000
  3115.  
  3116. [Wed May 24 15:13:42 2017] The publisher is NOT going to send an audio stream
  3117. [Wed May 24 15:13:42 2017] The publisher is going to send a video stream
  3118. [Wed May 24 15:13:42 2017] The publisher is NOT going to open a data channel
  3119. [Wed May 24 15:13:42 2017] Per the answer, the publisher is NOT going to send an audio stream
  3120. [Wed May 24 15:13:42 2017] Per the answer, the publisher is going to send a video stream
  3121. [Wed May 24 15:13:42 2017] Per the answer, the publisher is NOT going to open a data channel
  3122. [Wed May 24 15:13:42 2017] Handling publisher: turned this into an 'answer':
  3123. v=0
  3124. o=mozilla...THIS_IS_SDPARTA-52.0.1 8171364755799127733 0 IN IP4 1.1.1.1
  3125. s=VideoRoom 6519128274805835
  3126. t=0 0
  3127. c=IN IP4 127.0.0.1
  3128. m=video 9 UDP/TLS/RTP/SAVPF 120
  3129. c=IN IP4 127.0.0.1
  3130. a=recvonly
  3131. a=rtpmap:120 VP8/90000
  3132. a=rtcp-fb:120 ccm fir
  3133. a=rtcp-fb:120 nack
  3134. a=rtcp-fb:120 nack pli
  3135. a=rtcp-fb:120 goog-remb
  3136.  
  3137. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  3138. [Wed May 24 15:13:42 2017] -------------------------------------------
  3139. [Wed May 24 15:13:42 2017] >> Anonymized
  3140. [Wed May 24 15:13:42 2017] -------------------------------------------
  3141. [Wed May 24 15:13:42 2017] [4665590186658585] We have 1 candidates for Stream #1, Component #1
  3142. [Wed May 24 15:13:42 2017] [4665590186658585] Stream #1, Component #1
  3143. [Wed May 24 15:13:42 2017] [4665590186658585] Address: 45.32.217.183:34583
  3144. [Wed May 24 15:13:42 2017] [4665590186658585] Priority: 2013266431
  3145. [Wed May 24 15:13:42 2017] [4665590186658585] Foundation: 1
  3146. [Wed May 24 15:13:42 2017] [4665590186658585] 1 1 udp 2013266431 45.32.217.183 34583 typ host[Wed May 24 15:13:42 2017] -------------------------------------------
  3147. [Wed May 24 15:13:42 2017] >> Merged (657 bytes)
  3148. [Wed May 24 15:13:42 2017] -------------------------------------------
  3149. [Wed May 24 15:13:42 2017] v=0
  3150. o=mozilla...THIS_IS_SDPARTA-52.0.1 1495638822183242 1 IN IP4 45.32.217.183
  3151. s=VideoRoom 6519128274805835
  3152. t=0 0
  3153. a=group:BUNDLE sdparta_0
  3154. a=msid-semantic: WMS janus
  3155. m=video 9 UDP/TLS/RTP/SAVPF 120
  3156. c=IN IP4 45.32.217.183
  3157. a=recvonly
  3158. a=mid:sdparta_0
  3159. a=rtcp-mux
  3160. a=ice-ufrag:sXf9
  3161. a=ice-pwd:Gz2/fb/dewIYAORMHMLWjj
  3162. a=ice-options:trickle
  3163. 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
  3164. a=setup:active
  3165. a=rtpmap:120 VP8/90000
  3166. a=rtcp-fb:120 ccm fir
  3167. a=rtcp-fb:120 nack
  3168. a=rtcp-fb:120 nack pli
  3169. a=rtcp-fb:120 goog-remb
  3170. a=candidate:1 1 udp 2013266431 45.32.217.183 34583 typ host
  3171.  
  3172. [Wed May 24 15:13:42 2017] [4665590186658585] Done! Ready to setup remote candidates and send connectivity checks...
  3173. [Wed May 24 15:13:42 2017] [4665590186658585] -- rtcp-mux is supported by the browser, getting rid of RTCP components, if any...
  3174. [Wed May 24 15:13:42 2017] [4665590186658585] -- Processing 2 pending trickle candidates
  3175. [Wed May 24 15:13:42 2017] [4665590186658585] Trickle candidate (sdparta_0): candidate:0 1 UDP 2122252543 10.20.0.155 13359 typ host
  3176. [Wed May 24 15:13:42 2017] [4665590186658585] Adding remote candidate component:1 stream:1 type:host 10.20.0.155:13359
  3177. [Wed May 24 15:13:42 2017] [4665590186658585] Transport: UDP
  3178. [Wed May 24 15:13:42 2017] [4665590186658585] Candidate added to the list! (1 elements for 1/1)
  3179. [Wed May 24 15:13:42 2017] [4665590186658585] SDP processed but ICE not started yet for this component, setting candidates we have up to now
  3180. [Wed May 24 15:13:42 2017] [4665590186658585] ## Setting remote candidates: stream 1, component 1 (1 in the list)
  3181. [Wed May 24 15:13:42 2017] [4665590186658585] >> Remote Stream #1, Component #1
  3182. [Wed May 24 15:13:42 2017] [4665590186658585] Address: 10.20.0.155:13359
  3183. [Wed May 24 15:13:42 2017] [4665590186658585] Priority: 2122252543
  3184. [Wed May 24 15:13:42 2017] [4665590186658585] Foundation: 0
  3185. [Wed May 24 15:13:42 2017] [4665590186658585] Username: ae3ce4f7
  3186. [Wed May 24 15:13:42 2017] [4665590186658585] Password: 1f865d377820c947102166a5e4096f4e
  3187. [Wed May 24 15:13:42 2017] [4665590186658585] Setting remote credentials...
  3188. [Wed May 24 15:13:42 2017] [4665590186658585] Component state changed for component 1 in stream 1: 2 (connecting)
  3189. [Wed May 24 15:13:42 2017] [4665590186658585] Remote candidates set!
  3190. [Wed May 24 15:13:42 2017] [4665590186658585] Trickle candidate (sdparta_0): candidate:0 2 UDP 2122252542 10.20.0.155 60110 typ host
  3191. [Wed May 24 15:13:42 2017] [4665590186658585] -- Skipping component 2 in stream 1 (rtcp-muxing)
  3192. [Wed May 24 15:13:42 2017] [4665590186658585] -- ICE Trickling is supported by the browser, waiting for remote candidates...
  3193. [Wed May 24 15:13:42 2017] [4665590186658585] Sending event to transport...
  3194. [Wed May 24 15:13:42 2017] Sending event to janus.transport.http (0x807e203c0)
  3195. [Wed May 24 15:13:42 2017] Got a Janus API event to send (0x807e203c0)
  3196. [Wed May 24 15:13:42 2017] >> Pushing event: 0 (took 783 us)
  3197. [Wed May 24 15:13:42 2017] We have a message to serve...
  3198. {
  3199. "janus": "event",
  3200. "session_id": 3566831623339562,
  3201. "sender": 4665590186658585,
  3202. "transaction": "RvOO1Vjrcktc",
  3203. "plugindata": {
  3204. "plugin": "janus.plugin.videoroom",
  3205. "data": {
  3206. "videoroom": "event",
  3207. "room": 6519128274805835,
  3208. "configured": "ok"
  3209. }
  3210. },
  3211. "jsep": {
  3212. "type": "answer",
  3213. "sdp": "v=0\r\no=mozilla...THIS_IS_SDPARTA-52.0.1 1495638822183242 1 IN IP4 45.32.217.183\r\ns=VideoRoom 6519128274805835\r\nt=0 0\r\na=group:BUNDLE sdparta_0\r\na=msid-semantic: WMS janus\r\nm=video 9 UDP/TLS/RTP/SAVPF 120\r\nc=IN IP4 45.32.217.183\r\na=recvonly\r\na=mid:sdparta_0\r\na=rtcp-mux\r\na=ice-ufrag:sXf9\r\na=ice-pwd:Gz2/fb/dewIYAORMHMLWjj\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:active\r\na=rtpmap:120 VP8/90000\r\na=rtcp-fb:120 ccm fir\r\na=rtcp-fb:120 nack\r\na=rtcp-fb:120 nack pli\r\na=rtcp-fb:120 goog-remb\r\na=candidate:1 1 udp 2013266431 45.32.217.183 34583 typ host\r\n"
  3214. }
  3215. }
  3216. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  3217. [Wed May 24 15:13:42 2017] [ice.c:janus_ice_thread:2287] [4665590186658585] Looping (ICE)...
  3218. [Wed May 24 15:13:42 2017] [4665590186658585] Discovered new remote candidate for component 1 in stream 1: type=prflx
  3219. [Wed May 24 15:13:42 2017] [4665590186658585] Stream #1, Component #1
  3220. [Wed May 24 15:13:42 2017] [4665590186658585] Address: 96.33.120.62:27664
  3221. [Wed May 24 15:13:42 2017] [4665590186658585] Priority: 1853817087
  3222. [Wed May 24 15:13:42 2017] [4665590186658585] Foundation: remote-1
  3223. [Wed May 24 15:13:42 2017] [4665590186658585] New selected pair for component 1 in stream 1: 1 <-> remote-1
  3224. [Wed May 24 15:13:42 2017] [4665590186658585] Component is ready enough, starting DTLS handshake...
  3225. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 6
  3226. [Wed May 24 15:13:42 2017] [4665590186658585] Setting connect state (DTLS client)
  3227. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 50
  3228. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 49
  3229. [Wed May 24 15:13:42 2017] Advertizing MTU: 1472
  3230. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 49
  3231. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 49
  3232. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_write: 0x808477900, 245
  3233. [Wed May 24 15:13:42 2017] -- 245
  3234. [Wed May 24 15:13:42 2017] New list length: 1
  3235. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 6
  3236. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 50
  3237. [Wed May 24 15:13:42 2017] [4665590186658585] >> Going to send DTLS data: 245 bytes
  3238. [Wed May 24 15:13:42 2017] [4665590186658585] >> >> Read 245 bytes from the write_BIO...
  3239. [Wed May 24 15:13:42 2017] [4665590186658585] >> >> ... and sent 245 of those bytes on the socket
  3240. [Wed May 24 15:13:42 2017] [4665590186658585] Creating retransmission timer with ID 4
  3241. [Wed May 24 15:13:42 2017] [4665590186658585] Component state changed for component 1 in stream 1: 3 (connected)
  3242. [Wed May 24 15:13:42 2017] [4665590186658585] ICE send thread started...
  3243. [Wed May 24 15:13:42 2017] [4665590186658585] Looks like DTLS!
  3244. [Wed May 24 15:13:42 2017] [4665590186658585] Written 638 bytes on the read BIO...
  3245. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 50
  3246. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 49
  3247. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 49
  3248. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 49
  3249. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 49
  3250. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 51
  3251. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 49
  3252. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 49
  3253. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 49
  3254. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 49
  3255. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 49
  3256. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 49
  3257. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 52
  3258. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_write: 0x807eb2000, 1082
  3259. [Wed May 24 15:13:42 2017] -- 1082
  3260. [Wed May 24 15:13:42 2017] New list length: 1
  3261. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 50
  3262. [Wed May 24 15:13:42 2017] [4665590186658585] ... and read -1 of them from SSL...
  3263. [Wed May 24 15:13:42 2017] [4665590186658585] >> Going to send DTLS data: 1082 bytes
  3264. [Wed May 24 15:13:42 2017] [4665590186658585] >> >> Read 1082 bytes from the write_BIO...
  3265. [Wed May 24 15:13:42 2017] [4665590186658585] >> >> ... and sent 1082 of those bytes on the socket
  3266. [Wed May 24 15:13:42 2017] [4665590186658585] Initialization not finished yet...
  3267. [Wed May 24 15:13:42 2017] [4665590186658585] Looks like DTLS!
  3268. [Wed May 24 15:13:42 2017] [4665590186658585] Written 91 bytes on the read BIO...
  3269. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 50
  3270. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 53
  3271. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 7
  3272. [Wed May 24 15:13:42 2017] janus_dtls_bio_filter_ctrl: 50
  3273. [Wed May 24 15:13:42 2017] [4665590186658585] ... and read -1 of them from SSL...
  3274. [Wed May 24 15:13:42 2017] [4665590186658585] DTLS established, yay!
  3275. [Wed May 24 15:13:42 2017] [4665590186658585] Computing sha-256 fingerprint of remote certificate...
  3276. [Wed May 24 15:13:42 2017] [4665590186658585] Remote fingerprint (sha-256) of the client is 22:1C:96:49:D2:82:B4:77:D8:E5:1B:E6:3B:4C:B6:F9:7D:C9:79:D9:81:E0:FB:58:2C:5B:22:11:9B:B3:8D:22
  3277. [Wed May 24 15:13:42 2017] [4665590186658585] Fingerprint is a match!
  3278. [Wed May 24 15:13:42 2017] [4665590186658585] Created inbound SRTP session for component 1 in stream 1
  3279. [Wed May 24 15:13:42 2017] [4665590186658585] Created outbound SRTP session for component 1 in stream 1
  3280. [Wed May 24 15:13:42 2017] [4665590186658585] The DTLS handshake for the component 1 in stream 1 has been completed
  3281. [Wed May 24 15:13:42 2017] [4665590186658585] The DTLS handshake has been completed
  3282. [Wed May 24 15:13:42 2017] [4665590186658585] Telling the plugin about it (JANUS VideoRoom plugin)
  3283. [Wed May 24 15:13:42 2017] WebRTC media is now available
  3284. [Wed May 24 15:13:42 2017] [4665590186658585] Sending event to transport...
  3285. [Wed May 24 15:13:42 2017] Sending event to janus.transport.http (0x807e203c0)
  3286. [Wed May 24 15:13:42 2017] Got a Janus API event to send (0x807e203c0)
  3287. [Wed May 24 15:13:42 2017] [4665590186658585] DTLS already set up, disabling retransmission timer!
  3288. [Wed May 24 15:13:42 2017] New connection on REST API: ::ffff:127.0.0.1
  3289. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/3566831623339562/4665590186658585...
  3290. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  3291. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  3292. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  3293. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  3294. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  3295. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 202
  3296. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  3297. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  3298. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  3299. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  3300. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  3301. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  3302. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  3303. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  3304. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  3305. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562/4665590186658585...
  3306. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  3307. [Wed May 24 15:13:42 2017] Session: 3566831623339562
  3308. [Wed May 24 15:13:42 2017] Handle: 4665590186658585
  3309. [Wed May 24 15:13:42 2017] Processing POST data (application/json) (202 bytes)...
  3310. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (202 bytes)
  3311. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562/4665590186658585...
  3312. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  3313. [Wed May 24 15:13:42 2017] Session: 3566831623339562
  3314. [Wed May 24 15:13:42 2017] Handle: 4665590186658585
  3315. [Wed May 24 15:13:42 2017] Processing POST data (application/json) (0 bytes)...
  3316. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  3317. [Wed May 24 15:13:42 2017] {"janus":"trickle","candidate":{"candidate":"candidate:1 1 UDP 1686052863 96.33.120.62 9729 typ srflx raddr 10.20.0.155 rport 13359","sdpMid":"sdparta_0","sdpMLineIndex":0},"transaction":"8tlviVj7stXi"}
  3318. [Wed May 24 15:13:42 2017] Forwarding request to the core (0x80a412000)
  3319. [Wed May 24 15:13:42 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  3320. [Wed May 24 15:13:42 2017] Transport task pool, serving request
  3321. [Wed May 24 15:13:42 2017] [4665590186658585] Trickle candidate (sdparta_0): candidate:1 1 UDP 1686052863 96.33.120.62 9729 typ srflx raddr 10.20.0.155 rport 13359
  3322. [Wed May 24 15:13:42 2017] [4665590186658585] Adding remote candidate component:1 stream:1 type:srflx 10.20.0.155:13359 --> 96.33.120.62:9729
  3323. [Wed May 24 15:13:42 2017] [4665590186658585] Transport: UDP
  3324. [Wed May 24 15:13:42 2017] [4665590186658585] Candidate added to the list! (2 elements for 1/1)
  3325. [Wed May 24 15:13:42 2017] [4665590186658585] Trickle candidate added!
  3326. [Wed May 24 15:13:42 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  3327. [Wed May 24 15:13:42 2017] Got a Janus API response to send (0x80a412000)
  3328. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  3329. [Wed May 24 15:13:42 2017] New connection on REST API: ::ffff:127.0.0.1
  3330. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/3566831623339562/4665590186658585...
  3331. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  3332. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  3333. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  3334. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  3335. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  3336. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 202
  3337. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  3338. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  3339. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  3340. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  3341. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  3342. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  3343. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  3344. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  3345. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  3346. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562/4665590186658585...
  3347. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  3348. [Wed May 24 15:13:42 2017] Session: 3566831623339562
  3349. [Wed May 24 15:13:42 2017] Handle: 4665590186658585
  3350. [Wed May 24 15:13:42 2017] Processing POST data (application/json) (202 bytes)...
  3351. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (202 bytes)
  3352. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562/4665590186658585...
  3353. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  3354. [Wed May 24 15:13:42 2017] Session: 3566831623339562
  3355. [Wed May 24 15:13:42 2017] Handle: 4665590186658585
  3356. [Wed May 24 15:13:42 2017] Processing POST data (application/json) (0 bytes)...
  3357. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  3358. [Wed May 24 15:13:42 2017] {"janus":"trickle","candidate":{"candidate":"candidate:1 2 UDP 1686052862 96.33.120.62 7627 typ srflx raddr 10.20.0.155 rport 60110","sdpMid":"sdparta_0","sdpMLineIndex":0},"transaction":"MKWvPFyd3zUA"}
  3359. [Wed May 24 15:13:42 2017] Forwarding request to the core (0x80a412000)
  3360. [Wed May 24 15:13:42 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  3361. [Wed May 24 15:13:42 2017] Transport task pool, serving request
  3362. [Wed May 24 15:13:42 2017] [4665590186658585] Trickle candidate (sdparta_0): candidate:1 2 UDP 1686052862 96.33.120.62 7627 typ srflx raddr 10.20.0.155 rport 60110
  3363. [Wed May 24 15:13:42 2017] [4665590186658585] -- Skipping component 2 in stream 1 (rtcp-muxing)
  3364. [Wed May 24 15:13:42 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  3365. [Wed May 24 15:13:42 2017] Got a Janus API response to send (0x80a412000)
  3366. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  3367. [Wed May 24 15:13:42 2017] New connection on REST API: ::ffff:127.0.0.1
  3368. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP POST request on /janus/3566831623339562/4665590186658585...
  3369. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  3370. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  3371. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  3372. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  3373. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  3374. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Length: 79
  3375. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  3376. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  3377. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  3378. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  3379. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Content-Type: application/json
  3380. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  3381. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  3382. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  3383. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  3384. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562/4665590186658585...
  3385. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  3386. [Wed May 24 15:13:42 2017] Session: 3566831623339562
  3387. [Wed May 24 15:13:42 2017] Handle: 4665590186658585
  3388. [Wed May 24 15:13:42 2017] Processing POST data (application/json) (79 bytes)...
  3389. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1228] -- Data we have now (79 bytes)
  3390. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP POST request on /janus/3566831623339562/4665590186658585...
  3391. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  3392. [Wed May 24 15:13:42 2017] Session: 3566831623339562
  3393. [Wed May 24 15:13:42 2017] Handle: 4665590186658585
  3394. [Wed May 24 15:13:42 2017] Processing POST data (application/json) (0 bytes)...
  3395. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1233] Done getting payload, we can answer
  3396. [Wed May 24 15:13:42 2017] {"janus":"trickle","candidate":{"completed":true},"transaction":"BQFIfBQc08QJ"}
  3397. [Wed May 24 15:13:42 2017] Forwarding request to the core (0x80a412000)
  3398. [Wed May 24 15:13:42 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  3399. [Wed May 24 15:13:42 2017] Transport task pool, serving request
  3400. [Wed May 24 15:13:42 2017] No more remote candidates for handle 4665590186658585!
  3401. [Wed May 24 15:13:42 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  3402. [Wed May 24 15:13:42 2017] Got a Janus API response to send (0x80a412000)
  3403. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  3404. [Wed May 24 15:13:42 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=82-->82, ts=2469235705, seq=1)
  3405. [Wed May 24 15:13:42 2017] New connection on REST API: ::ffff:127.0.0.1
  3406. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/3566831623339562...
  3407. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  3408. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  3409. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  3410. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  3411. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  3412. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  3413. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  3414. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  3415. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  3416. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  3417. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  3418. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  3419. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  3420. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/3566831623339562...
  3421. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  3422. [Wed May 24 15:13:42 2017] Session: 3566831623339562
  3423. [Wed May 24 15:13:42 2017] Got a Janus API request from janus.transport.http (0x80a412000)
  3424. [Wed May 24 15:13:42 2017] Session 3566831623339562 found... returning up to 1 messages
  3425. [Wed May 24 15:13:42 2017] Transport task pool, serving request
  3426. [Wed May 24 15:13:42 2017] Got a keep-alive on session 3566831623339562
  3427. [Wed May 24 15:13:42 2017] Sending Janus API response to janus.transport.http (0x80a412000)
  3428. [Wed May 24 15:13:42 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  3429. [Wed May 24 15:13:42 2017] Got a Janus API response to send (0x80a412000)
  3430. [Wed May 24 15:13:42 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3431. [Wed May 24 15:13:42 2017] Sending REMB (Y0j6z5xBrE1M, 65536)
  3432. [Wed May 24 15:13:42 2017] [REMB] bitrate=65536 (24 bytes)
  3433. [Wed May 24 15:13:42 2017] [4665590186658585] Notifying that we are receiving video
  3434. [Wed May 24 15:13:42 2017] [4665590186658585] Sending event to transport...
  3435. [Wed May 24 15:13:42 2017] Sending event to janus.transport.http (0x807e203c0)
  3436. [Wed May 24 15:13:42 2017] Got a Janus API event to send (0x807e203c0)
  3437. [Wed May 24 15:13:42 2017] Got REMB bitrate 65536
  3438. [Wed May 24 15:13:42 2017] [4665590186658585] Fixing SSRCs (local 4276280816, peer 2469235705)
  3439. [Wed May 24 15:13:42 2017] Parsing compound packet (total of 56 bytes)
  3440. [Wed May 24 15:13:42 2017] #1 RR (201)
  3441. [Wed May 24 15:13:42 2017] RTCP PT 201, length: 32 bytes
  3442. [Wed May 24 15:13:42 2017] #2 REMB -- PSFB (206)
  3443. [Wed May 24 15:13:42 2017] -- -- -- REMB: 65536 * 2^0 = 65536 (1 SSRCs, 2469235705)
  3444. [Wed May 24 15:13:42 2017] RTCP PT 206, length: 24 bytes
  3445. [Wed May 24 15:13:42 2017] End of compound packet
  3446. [Wed May 24 15:13:42 2017] Sending REMB (Y0j6z5xBrE1M, 87381)
  3447. [Wed May 24 15:13:42 2017] [REMB] bitrate=87381 (24 bytes)
  3448. [Wed May 24 15:13:42 2017] Sending REMB (Y0j6z5xBrE1M, 131072)
  3449. [Wed May 24 15:13:42 2017] [REMB] bitrate=131072 (24 bytes)
  3450. [Wed May 24 15:13:42 2017] Got REMB bitrate 87381
  3451. [Wed May 24 15:13:42 2017] [4665590186658585] Fixing SSRCs (local 4276280816, peer 2469235705)
  3452. [Wed May 24 15:13:42 2017] Parsing compound packet (total of 56 bytes)
  3453. [Wed May 24 15:13:42 2017] #1 RR (201)
  3454. [Wed May 24 15:13:42 2017] RTCP PT 201, length: 32 bytes
  3455. [Wed May 24 15:13:42 2017] #2 REMB -- PSFB (206)
  3456. [Wed May 24 15:13:42 2017] -- -- -- REMB: 87381 * 2^0 = 87381 (1 SSRCs, 2469235705)
  3457. [Wed May 24 15:13:42 2017] RTCP PT 206, length: 24 bytes
  3458. [Wed May 24 15:13:42 2017] End of compound packet
  3459. [Wed May 24 15:13:42 2017] Got REMB bitrate 131072
  3460. [Wed May 24 15:13:42 2017] [4665590186658585] Fixing SSRCs (local 4276280816, peer 2469235705)
  3461. [Wed May 24 15:13:42 2017] Parsing compound packet (total of 56 bytes)
  3462. [Wed May 24 15:13:42 2017] #1 RR (201)
  3463. [Wed May 24 15:13:42 2017] RTCP PT 201, length: 32 bytes
  3464. [Wed May 24 15:13:42 2017] #2 REMB -- PSFB (206)
  3465. [Wed May 24 15:13:42 2017] -- -- -- REMB: 131072 * 2^0 = 131072 (1 SSRCs, 2469235705)
  3466. [Wed May 24 15:13:42 2017] RTCP PT 206, length: 24 bytes
  3467. [Wed May 24 15:13:42 2017] End of compound packet
  3468. [Wed May 24 15:13:42 2017] Sending REMB (Y0j6z5xBrE1M, 262144)
  3469. [Wed May 24 15:13:42 2017] [REMB] bitrate=262144 (24 bytes)
  3470. [Wed May 24 15:13:42 2017] Got REMB bitrate 262144
  3471. [Wed May 24 15:13:42 2017] [4665590186658585] Fixing SSRCs (local 4276280816, peer 2469235705)
  3472. [Wed May 24 15:13:42 2017] Parsing compound packet (total of 56 bytes)
  3473. [Wed May 24 15:13:42 2017] #1 RR (201)
  3474. [Wed May 24 15:13:42 2017] RTCP PT 201, length: 32 bytes
  3475. [Wed May 24 15:13:42 2017] #2 REMB -- PSFB (206)
  3476. [Wed May 24 15:13:42 2017] -- -- -- REMB: 131072 * 2^1 = 262144 (1 SSRCs, 2469235705)
  3477. [Wed May 24 15:13:42 2017] RTCP PT 206, length: 24 bytes
  3478. [Wed May 24 15:13:42 2017] End of compound packet
  3479. [Wed May 24 15:13:43 2017] New connection on REST API: ::ffff:127.0.0.1
  3480. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/3566831623339562...
  3481. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  3482. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  3483. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  3484. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  3485. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  3486. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  3487. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  3488. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  3489. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  3490. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  3491. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  3492. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  3493. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  3494. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/3566831623339562...
  3495. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  3496. [Wed May 24 15:13:43 2017] Session: 3566831623339562
  3497. [Wed May 24 15:13:43 2017] Got a Janus API request from janus.transport.http (0x80a612480)
  3498. [Wed May 24 15:13:43 2017] Session 3566831623339562 found... returning up to 1 messages
  3499. [Wed May 24 15:13:43 2017] Transport task pool, serving request
  3500. [Wed May 24 15:13:43 2017] Got a keep-alive on session 3566831623339562
  3501. [Wed May 24 15:13:43 2017] Sending Janus API response to janus.transport.http (0x80a612480)
  3502. [Wed May 24 15:13:43 2017] Got a Janus API response to send (0x80a612480)
  3503. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_request_completed:1743] Request completed, freeing data
  3504. [Wed May 24 15:13:43 2017] New connection on REST API: ::ffff:127.0.0.1
  3505. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/3566831623339562...
  3506. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  3507. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  3508. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  3509. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  3510. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  3511. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  3512. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  3513. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  3514. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  3515. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  3516. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  3517. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  3518. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  3519. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/3566831623339562...
  3520. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  3521. [Wed May 24 15:13:43 2017] Session: 3566831623339562
  3522. [Wed May 24 15:13:43 2017] Got a Janus API request from janus.transport.http (0x80a612480)
  3523. [Wed May 24 15:13:43 2017] Session 3566831623339562 found... returning up to 1 messages
  3524. [Wed May 24 15:13:43 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  3525. [Wed May 24 15:13:43 2017] Transport task pool, serving request
  3526. [Wed May 24 15:13:43 2017] Got a keep-alive on session 3566831623339562
  3527. [Wed May 24 15:13:43 2017] Sending Janus API response to janus.transport.http (0x80a612480)
  3528. [Wed May 24 15:13:43 2017] Got a Janus API response to send (0x80a612480)
  3529. [Wed May 24 15:13:43 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3530. [Wed May 24 15:13:44 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3531. [Wed May 24 15:13:44 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3532. [Wed May 24 15:13:44 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3533. [Wed May 24 15:13:45 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3534. [Wed May 24 15:13:45 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3535. [Wed May 24 15:13:45 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3536. [Wed May 24 15:13:46 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3537. [Wed May 24 15:13:46 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3538. [Wed May 24 15:13:46 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3539. [Wed May 24 15:13:47 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3540. [Wed May 24 15:13:47 2017] Sending REMB (Y0j6z5xBrE1M, 262144)
  3541. [Wed May 24 15:13:47 2017] [REMB] bitrate=262144 (24 bytes)
  3542. [Wed May 24 15:13:47 2017] Got REMB bitrate 262144
  3543. [Wed May 24 15:13:47 2017] [4665590186658585] Fixing SSRCs (local 4276280816, peer 2469235705)
  3544. [Wed May 24 15:13:47 2017] Parsing compound packet (total of 56 bytes)
  3545. [Wed May 24 15:13:47 2017] #1 RR (201)
  3546. [Wed May 24 15:13:47 2017] RTCP PT 201, length: 32 bytes
  3547. [Wed May 24 15:13:47 2017] #2 REMB -- PSFB (206)
  3548. [Wed May 24 15:13:47 2017] -- -- -- REMB: 131072 * 2^1 = 262144 (1 SSRCs, 2469235705)
  3549. [Wed May 24 15:13:47 2017] RTCP PT 206, length: 24 bytes
  3550. [Wed May 24 15:13:47 2017] End of compound packet
  3551. [Wed May 24 15:13:47 2017] [4665590186658585] Fixing SSRCs (local 4276280816, peer 2469235705)
  3552. [Wed May 24 15:13:47 2017] Parsing compound packet (total of 32 bytes)
  3553. [Wed May 24 15:13:47 2017] #1 RR (201)
  3554. [Wed May 24 15:13:47 2017] RTCP PT 201, length: 32 bytes
  3555. [Wed May 24 15:13:47 2017] End of compound packet
  3556. [Wed May 24 15:13:47 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3557. [Wed May 24 15:13:48 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3558. [Wed May 24 15:13:48 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3559. [Wed May 24 15:13:49 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3560. [Wed May 24 15:13:49 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3561. [Wed May 24 15:13:49 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3562. [Wed May 24 15:13:50 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3563. [Wed May 24 15:13:51 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3564. [Wed May 24 15:13:51 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3565. [Wed May 24 15:13:51 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3566. [Wed May 24 15:13:51 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3567. [Wed May 24 15:13:52 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3568. [Wed May 24 15:13:52 2017] Sending REMB (Y0j6z5xBrE1M, 262144)
  3569. [Wed May 24 15:13:52 2017] [REMB] bitrate=262144 (24 bytes)
  3570. [Wed May 24 15:13:52 2017] Got REMB bitrate 262144
  3571. [Wed May 24 15:13:52 2017] [4665590186658585] Fixing SSRCs (local 4276280816, peer 2469235705)
  3572. [Wed May 24 15:13:52 2017] Parsing compound packet (total of 56 bytes)
  3573. [Wed May 24 15:13:52 2017] #1 RR (201)
  3574. [Wed May 24 15:13:52 2017] RTCP PT 201, length: 32 bytes
  3575. [Wed May 24 15:13:52 2017] #2 REMB -- PSFB (206)
  3576. [Wed May 24 15:13:52 2017] -- -- -- REMB: 131072 * 2^1 = 262144 (1 SSRCs, 2469235705)
  3577. [Wed May 24 15:13:52 2017] RTCP PT 206, length: 24 bytes
  3578. [Wed May 24 15:13:52 2017] End of compound packet
  3579. [Wed May 24 15:13:52 2017] [4665590186658585] Fixing SSRCs (local 4276280816, peer 2469235705)
  3580. [Wed May 24 15:13:52 2017] Parsing compound packet (total of 32 bytes)
  3581. [Wed May 24 15:13:52 2017] #1 RR (201)
  3582. [Wed May 24 15:13:52 2017] RTCP PT 201, length: 32 bytes
  3583. [Wed May 24 15:13:52 2017] End of compound packet
  3584. [Wed May 24 15:13:52 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3585. [Wed May 24 15:13:53 2017] [ERR] [ice.c:janus_ice_cb_nice_recv:1938] [4665590186658585] SRTP unprotect error: err_status_auth_fail (len=94-->94, ts=2469235705, seq=6)
  3586. [Wed May 24 15:13:53 2017] New connection on REST API: ::ffff:127.0.0.1
  3587. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_handler:1076] Got a HTTP GET request on /janus/3566831623339562...
  3588. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_handler:1077] ... Just parsing headers for now...
  3589. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_headers:1728] Host: meeting.ixsystems.com
  3590. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-Proto: https
  3591. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_headers:1728] X-Forwarded-For: 96.33.120.62
  3592. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_headers:1728] Connection: close
  3593. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_headers:1728] User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Firefox/52.0
  3594. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_headers:1728] Accept: application/json, text/javascript, */*; q=0.01
  3595. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Language: en-US,en;q=0.97,en-GB;q=0.93,de-AT;q=0.9,de;q=0.87,en-CA;q=0.83,nl-NL;q=0.8,nl;q=0.77,de-CH;q=0.73,ro-RO;q=0.7,ro;q=0.67,fr-FR;q=0.63,fr;q=0.6,ja-JP;q=0.57,ja;q=0.53,de-DE;q=0.5,en-NZ;q=0.47,en-local;q=0.43,pt-BR;q=0.4,pt;q=0.37,en-US;q=0.33,en-GB;q=0.3,en-;q=0.27,en-AU;q=0.23,ru-RU;q=0.2,ru;q=0.17,pt-PT;q=0.13,it-IT;q=0.1,it;q=0.07,en;q=0.03
  3596. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_headers:1728] Accept-Encoding: gzip, deflate, br
  3597. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_headers:1728] X-Requested-With: XMLHttpRequest
  3598. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_headers:1728] Referer: https://meeting.ixsystems.com/screensharingtest.html
  3599. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_headers:1728] Cookie: _ga=GA1.2.2018243216.1473698831; _lo_u=1; _lo_v=3
  3600. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_headers:1728] DNT: 1
  3601. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_handler:1121] Processing HTTP GET request on /janus/3566831623339562...
  3602. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_handler:1178] ... parsing request...
  3603. [Wed May 24 15:13:53 2017] Session: 3566831623339562
  3604. [Wed May 24 15:13:53 2017] Got a Janus API request from janus.transport.http (0x808420900)
  3605. [Wed May 24 15:13:53 2017] Session 3566831623339562 found... returning up to 1 messages
  3606. [Wed May 24 15:13:53 2017] [transports/janus_http.c:janus_http_notifier:1769] ... handling long poll...
  3607. [Wed May 24 15:13:53 2017] Transport task pool, serving request
  3608. [Wed May 24 15:13:53 2017] Got a keep-alive on session 3566831623339562
  3609. [Wed May 24 15:13:53 2017] Sending Janus API response to janus.transport.http (0x808420900)
  3610. [Wed May 24 15:13:53 2017] Got a Janus API response to send (0x808420900)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement