Guest User

Untitled

a guest
Dec 22nd, 2016
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 101.79 KB | None | 0 0
  1. @thills-VirtualBox:/opt/janus/etc/janus$ /opt/janus/bin/janus
  2. ---------------------------------------------------
  3. Starting Meetecho Janus (WebRTC Gateway) v0.2.1
  4. ---------------------------------------------------
  5.  
  6. Checking command line arguments...
  7. [janus.cfg]
  8. [general]
  9. configs_folder: /opt/janus/etc/janus
  10. plugins_folder: /opt/janus/lib/janus/plugins
  11. transports_folder: /opt/janus/lib/janus/transports
  12. debug_level: 7
  13. admin_secret: janusoverlord
  14. [certificates]
  15. cert_pem: /opt/janus/share/janus/certs/mycert.pem
  16. cert_key: /opt/janus/share/janus/certs/mycert.key
  17. [media]
  18. [nat]
  19. nice_debug: false
  20. ice_ignore_list: vmnet
  21. [plugins]
  22. [transports]
  23. Debug/log level is 7
  24. Debug/log timestamps are disabled
  25. Debug/log colors are enabled
  26. Adding 'vmnet' to the ICE ignore list...
  27. Selecting local IP address...
  28. Autodetecting local IP...
  29. Using 10.19.2.220 as local IP...
  30. [WARN] Token based authentication disabled
  31. Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, IPv6 support disabled)
  32. TURN REST API backend: (disabled)
  33. [WARN] Janus is deployed on a private address (10.19.2.220) but you didn't specify any STUN server! Expect trouble if this is supposed to work over the internet and not just in a LAN...
  34. BUNDLE is NOT going to be forced
  35. rtcp-mux is NOT going to be forced
  36. -- RTCP component blackhole socket bound to port 59963
  37. Using certificates:
  38. /opt/janus/share/janus/certs/mycert.pem
  39. /opt/janus/share/janus/certs/mycert.key
  40. [WARN] OpenSSL pre-1.1.0
  41. 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
  42. ICE handles watchdog started
  43. [WARN] Data Channels support not compiled
  44. Plugins folder: /opt/janus/lib/janus/plugins
  45. Loading plugin 'libjanus_streaming.so'...
  46. JANUS Streaming plugin created!
  47. Configuration file: /opt/janus/etc/janus/janus.plugin.streaming.cfg
  48. [janus.plugin.streaming.cfg]
  49. [general]
  50. [gstreamer-sample]
  51. type: rtp
  52. id: 1
  53. description: Opus/VP8 live stream coming from gstreamer
  54. audio: yes
  55. video: yes
  56. audioport: 5002
  57. audiopt: 111
  58. audiortpmap: opus/48000/2
  59. videoport: 5004
  60. videopt: 100
  61. videortpmap: VP8/90000
  62. secret: adminpwd
  63. [file-live-sample]
  64. type: live
  65. id: 2
  66. description: a-law file source (radio broadcast)
  67. filename: /opt/janus/share/janus/streams/radio.alaw
  68. audio: yes
  69. video: no
  70. secret: adminpwd
  71. [file-ondemand-sample]
  72. type: ondemand
  73. id: 3
  74. description: mu-law file source (music)
  75. filename: /opt/janus/share/janus/streams/music.mulaw
  76. audio: yes
  77. video: no
  78. secret: adminpwd
  79. [rtsp-test]
  80. type: rtsp
  81. id: 99
  82. description: RTSP Test
  83. audio: no
  84. video: yes
  85. url: rtsp://10.19.2.208:554/live1.sdp
  86. rtsp_user: admin
  87. rtsp_pwd: password
  88. Adding stream 'gstreamer-sample'
  89. Audio enabled, Video enabled
  90. Audio enabled, Video enabled
  91. Adding stream 'file-live-sample'
  92. Adding stream 'file-ondemand-sample'
  93. Adding stream 'rtsp-test'
  94. Audio NOT enabled, Video enabled
  95. * Trying 10.19.2.208...
  96. Filesource (live) thread starting...
  97. [file-live-sample] Opening file source /opt/janus/share/janus/streams/radio.alaw...
  98. [file-live-sample] Streaming audio file: /opt/janus/share/janus/streams/radio.alaw
  99. Starting streaming relay thread
  100. Sessions watchdog started
  101. * Connected to 10.19.2.208 (10.19.2.208) port 554 (#0)
  102. > DESCRIBE rtsp://10.19.2.208:554/live1.sdp RTSP/1.0
  103. CSeq: 1
  104. Accept: application/sdp
  105.  
  106. < RTSP/1.0 401 Unauthorized
  107. < CSeq: 1
  108. < Date: Sun, Dec 11 2016 22:40:42 GMT
  109. < WWW-Authenticate: Digest realm="DCS-2132LB1", nonce="a2fc9bbb65822f269efedaacc52d16cc"
  110. <
  111. * Connection #0 to host 10.19.2.208 left intact
  112. * Issue another request to this URL: 'rtsp://10.19.2.208:554/live1.sdp'
  113. * Found bundle for host 10.19.2.208: 0x17fcd60 [can pipeline]
  114. * Re-using existing connection! (#0) with host 10.19.2.208
  115. * Connected to 10.19.2.208 (10.19.2.208) port 554 (#0)
  116. * Server auth using Digest with user 'admin'
  117. > DESCRIBE rtsp://10.19.2.208:554/live1.sdp RTSP/1.0
  118. CSeq: 2
  119. Accept: application/sdp
  120. Authorization: Digest username="admin", realm="DCS-2132LB1", nonce="a2fc9bbb65822f269efedaacc52d16cc", uri="rtsp://10.19.2.208:554/live1.sdp", response="e9e955a7fad7c83cacf71e51b8799094"
  121.  
  122. < RTSP/1.0 200 OK
  123. < CSeq: 2
  124. < Date: Sun, Dec 11 2016 22:40:42 GMT
  125. < Content-Base: rtsp://10.19.2.208/live1.sdp/
  126. < Content-Type: application/sdp
  127. < Content-Length: 502
  128. <
  129. * Connection #0 to host 10.19.2.208 left intact
  130. DESCRIBE answer:RTSP/1.0 401 Unauthorized
  131. CSeq: 1
  132. Date: Sun, Dec 11 2016 22:40:42 GMT
  133. WWW-Authenticate: Digest realm="DCS-2132LB1", nonce="a2fc9bbb65822f269efedaacc52d16cc"
  134.  
  135. RTSP/1.0 200 OK
  136. CSeq: 2
  137. Date: Sun, Dec 11 2016 22:40:42 GMT
  138. Content-Base: rtsp://10.19.2.208/live1.sdp/
  139. Content-Type: application/sdp
  140. Content-Length: 502
  141.  
  142. v=0
  143. o=- 1481243487898789 1 IN IP4 10.19.2.208
  144. s=RTSP/RTP stream 1 from DCS-2132LB
  145. i=live1.sdp with v2.0
  146. t=0 0
  147. a=type:broadcast
  148. a=control:*
  149. a=range:npt=0-
  150. a=x-qt-text-nam:RTSP/RTP stream 1 from DCS-2132LB
  151. a=x-qt-text-inf:live1.sdp
  152. m=video 0 RTP/AVP 96
  153. c=IN IP4 0.0.0.0
  154. b=AS:1500
  155. a=rtpmap:96 H264/90000
  156. a=fmtp:96 packetization-mode=1;profile-level-id=42001F;sprop-parameter-sets=Z0IAH5WoFAFuQA==,aM48gA==
  157. a=control:track1
  158. m=audio 0 RTP/AVP 0
  159. c=IN IP4 0.0.0.0
  160. b=AS:64
  161. a=control:track2
  162.  
  163. * Found bundle for host 10.19.2.208: 0x17fcd60 [can pipeline]
  164. * Re-using existing connection! (#0) with host 10.19.2.208
  165. * Connected to 10.19.2.208 (10.19.2.208) port 554 (#0)
  166. * Server auth using Digest with user 'admin'
  167. > SETUP rtsp://10.19.2.208:554/live1.sdp/track1 RTSP/1.0
  168. CSeq: 3
  169. Transport: RTP/AVP;unicast;client_port=53644-53645
  170. Authorization: Digest username="admin", realm="DCS-2132LB1", nonce="a2fc9bbb65822f269efedaacc52d16cc", uri="rtsp://10.19.2.208:554/live1.sdp/track1", response="3eeb7967c63d94b480ac70797323de6c"
  171.  
  172. < RTSP/1.0 200 OK
  173. < CSeq: 3
  174. < Date: Sun, Dec 11 2016 22:40:42 GMT
  175. < Transport: RTP/AVP;unicast;destination=10.19.2.220;source=10.19.2.208;client_port=53644-53645;server_port=6970-6971
  176. < Session: 38513192
  177. <
  178. * Connection #0 to host 10.19.2.208 left intact
  179. SETUP answer:RTSP/1.0 200 OK
  180. CSeq: 3
  181. Date: Sun, Dec 11 2016 22:40:42 GMT
  182. Transport: RTP/AVP;unicast;destination=10.19.2.220;source=10.19.2.208;client_port=53644-53645;server_port=6970-6971
  183. Session: 38513192
  184.  
  185.  
  186. [rtsp-test] no media audio...
  187. * Found bundle for host 10.19.2.208: 0x17fcd60 [can pipeline]
  188. * Re-using existing connection! (#0) with host 10.19.2.208
  189. * Connected to 10.19.2.208 (10.19.2.208) port 554 (#0)
  190. * Server auth using Digest with user 'admin'
  191. > PLAY rtsp://10.19.2.208:554/live1.sdp RTSP/1.0
  192. CSeq: 4
  193. Session: 38513192
  194. Range: 0.000-
  195. Authorization: Digest username="admin", realm="DCS-2132LB1", nonce="a2fc9bbb65822f269efedaacc52d16cc", uri="rtsp://10.19.2.208:554/live1.sdp", response="43e7cacde96d4c49724b1a6cb8bbc161"
  196.  
  197. Starting streaming relay thread
  198. < RTSP/1.0 200 OK
  199. < CSeq: 4
  200. < Date: Sun, Dec 11 2016 22:40:42 GMT
  201. < Session: 38513192
  202. < RTP-Info: url=rtsp://10.19.2.208/live1.sdp/track1;seq=61858;rtptime=0,url=rtsp://10.19.2.208/live1.sdp/track2;seq=0;rtptime=0
  203. <
  204. * Connection #0 to host 10.19.2.208 left intact
  205. PLAY answer:RTSP/1.0 200 OK
  206. CSeq: 4
  207. Date: Sun, Dec 11 2016 22:40:42 GMT
  208. Session: 38513192
  209. RTP-Info: url=rtsp://10.19.2.208/live1.sdp/track1;seq=61858;rtptime=0,url=rtsp://10.19.2.208/live1.sdp/track2;seq=0;rtptime=0
  210.  
  211.  
  212. ::: [99][rtsp-test] RTSP Test (live, RTP source, public, pin: no pin)
  213. ::: [1][gstreamer-sample] Opus/VP8 live stream coming from gstreamer (live, RTP source, public, pin: no pin)
  214. ::: [2][file-live-sample] a-law file source (radio broadcast) (live, file source, public, pin: no pin)
  215. ::: [3][file-ondemand-sample] mu-law file source (music) (on demand, file source, public, pin: no pin)
  216. JANUS Streaming plugin initialized!
  217. Version: 6 (0.0.6)
  218. [janus.plugin.streaming] JANUS Streaming plugin
  219. This is a streaming plugin for Janus, allowing WebRTC peers to watch/listen to pre-recorded files or media generated by gstreamer.
  220. Plugin API version: 7
  221. Loading plugin 'libjanus_videocall.so'...
  222. JANUS VideoCall plugin created!
  223. Configuration file: /opt/janus/etc/janus/janus.plugin.videocall.cfg
  224. [janus.plugin.videocall.cfg]
  225. JANUS VideoCall plugin initialized!
  226. Version: 5 (0.0.5)
  227. [janus.plugin.videocall] JANUS VideoCall plugin
  228. This is a simple video call plugin for Janus, allowing two WebRTC peers to call each other through the gateway.
  229. Plugin API version: 7
  230. Loading plugin 'libjanus_videoroom.so'...
  231. JANUS VideoRoom plugin created!
  232. Configuration file: /opt/janus/etc/janus/janus.plugin.videoroom.cfg
  233. [janus.plugin.videoroom.cfg]
  234. [general]
  235. [1234]
  236. description: Demo Room
  237. secret: adminpwd
  238. publishers: 6
  239. bitrate: 128000
  240. fir_freq: 10
  241. record: false
  242. Adding video room '1234'
  243. Created videoroom: 1234 (Demo Room, public, opus/vp8 codecs, secret: adminpwd, pin: no pin)
  244. ::: [1234][Demo Room] 128000, max 6 publishers, FIR frequency of 10 seconds, opus audio codec, vp8 video codec
  245. JANUS VideoRoom plugin initialized!
  246. Version: 7 (0.0.7)
  247. [janus.plugin.videoroom] JANUS VideoRoom plugin
  248. This is a plugin implementing a videoconferencing SFU (Selective Forwarding Unit) for Janus, that is an audio/video router.
  249. Plugin API version: 7
  250. Loading plugin 'libjanus_voicemail.so'...
  251. JANUS VoiceMail plugin created!
  252. Configuration file: /opt/janus/etc/janus/janus.plugin.voicemail.cfg
  253. [janus.plugin.voicemail.cfg]
  254. [general]
  255. path: /tmp/voicemail/
  256. base: /voicemail/
  257. Recordings path: /tmp/voicemail/
  258. Recordings base: /voicemail/
  259. JANUS VoiceMail plugin initialized!
  260. Version: 6 (0.0.6)
  261. [janus.plugin.voicemail] JANUS VoiceMail plugin
  262. This is a plugin implementing a very simple VoiceMail service for Janus, recording Opus streams.
  263. Plugin API version: 7
  264. Loading plugin 'libjanus_textroom.so'...
  265. JANUS TextRoom plugin created!
  266. Configuration file: /opt/janus/etc/janus/janus.plugin.textroom.cfg
  267. [janus.plugin.textroom.cfg]
  268. [general]
  269. json: indented
  270. [1234]
  271. description: Demo Room
  272. secret: adminpwd
  273. Adding text room '1234'
  274. Created textroom: 1234 (Demo Room, public, secret: adminpwd, pin: no pin)
  275. ::: [1234][Demo Room]
  276. JANUS TextRoom plugin initialized!
  277. Version: 2 (0.0.2)
  278. [janus.plugin.textroom] JANUS TextRoom plugin
  279. This is a plugin implementing a text-only room for Janus, using DataChannels.
  280. Plugin API version: 7
  281. Loading plugin 'libjanus_recordplay.so'...
  282. JANUS Record&Play plugin created!
  283. Configuration file: /opt/janus/etc/janus/janus.plugin.recordplay.cfg
  284. [janus.plugin.recordplay.cfg]
  285. [general]
  286. path: /opt/janus/share/janus/recordings
  287. Updating recordings list in /opt/janus/share/janus/recordings
  288. Importing recording '1234.nfo'...
  289. JANUS Record&Play plugin initialized!
  290. Version: 3 (0.0.3)
  291. [janus.plugin.recordplay] JANUS Record&Play plugin
  292. This is a trivial Record&Play plugin for Janus, to record WebRTC sessions and replay them.
  293. Plugin API version: 7
  294. Loading plugin 'libjanus_audiobridge.so'...
  295. JANUS AudioBridge plugin created!
  296. Configuration file: /opt/janus/etc/janus/janus.plugin.audiobridge.cfg
  297. [janus.plugin.audiobridge.cfg]
  298. [general]
  299. [1234]
  300. description: Demo Room
  301. secret: adminpwd
  302. sampling_rate: 16000
  303. record: false
  304. Adding audio room '1234'
  305. Sampling rate for mixing: 16000
  306. Created audiobridge: 1234 (Demo Room, public, secret: adminpwd, pin: no pin)
  307. ::: [1234][Demo Room] 16000 (will NOT be recorded)
  308. JANUS AudioBridge plugin initialized!
  309. Version: 9 (0.0.9)
  310. [janus.plugin.audiobridge] JANUS AudioBridge plugin
  311. This is a plugin implementing an audio conference bridge for Janus, mixing Opus streams.
  312. Plugin API version: 7
  313. Loading plugin 'libjanus_echotest.so'...
  314. JANUS EchoTest plugin created!
  315. Configuration file: /opt/janus/etc/janus/janus.plugin.echotest.cfg
  316. [janus.plugin.echotest.cfg]
  317. JANUS EchoTest plugin initialized!
  318. Version: 6 (0.0.6)
  319. [janus.plugin.echotest] JANUS EchoTest plugin
  320. This is a trivial EchoTest plugin for Janus, just used to showcase the plugin interface.
  321. Plugin API version: 7
  322. Loading plugin 'libjanus_sip.so'...
  323. JANUS SIP plugin created!
  324. Joining VideoRoom handler thread
  325. VideoRoom watchdog started
  326. Joining VideoCall handler thread
  327. VideoCall watchdog started
  328. VoiceMail watchdog started
  329. Joining VoiceMail handler thread
  330. TextRoom watchdog started
  331. Joining TextRoom handler thread
  332. Record&Play watchdog started
  333. Joining Record&Play handler thread
  334. Joining Streaming handler thread
  335. Audio bridge thread starting...
  336. Thread is for mixing room 1234 (Demo Room) at rate 16000...
  337. AudioBridge watchdog started
  338. Joining AudioBridge handler thread
  339. EchoTest watchdog started
  340. Streaming watchdog started
  341. Joining EchoTest handler thread
  342. Configuration file: /opt/janus/etc/janus/janus.plugin.sip.cfg
  343. [janus.plugin.sip.cfg]
  344. [general]
  345. keepalive_interval: 120
  346. behind_nat: no
  347. register_ttl: 3600
  348. Autodetecting local IP...
  349. Local IP set to 10.19.2.220
  350. SIP keep-alive interval set to 120 seconds
  351. SIP registration TTL set to 3600 seconds
  352. SIP User-Agent set to Janus WebRTC Gateway SIP Plugin 0.0.6
  353. JANUS SIP plugin initialized!
  354. Version: 6 (0.0.6)
  355. [janus.plugin.sip] JANUS SIP plugin
  356. 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.
  357. Plugin API version: 7
  358. Transport plugins folder: /opt/janus/lib/janus/transports
  359. Loading transport plugin 'libjanus_http.so'...
  360. JANUS REST (HTTP/HTTPS) transport plugin created!
  361. Configuration file: /opt/janus/etc/janus/janus.transport.http.cfg
  362. [janus.transport.http.cfg]
  363. [general]
  364. json: indented
  365. base_path: /janus
  366. threads: unlimited
  367. http: yes
  368. port: 8088
  369. https: no
  370. [admin]
  371. admin_base_path: /admin
  372. admin_threads: unlimited
  373. admin_http: no
  374. admin_port: 7088
  375. admin_https: no
  376. [certificates]
  377. cert_pem: /opt/janus/share/janus/certs/mycert.pem
  378. cert_key: /opt/janus/share/janus/certs/mycert.key
  379. Using a thread per connection for the Janus API HTTP webserver
  380. Binding to all interfaces for the Janus API HTTP webserver
  381. HTTP webserver started (port 8088, /janus path listener)...
  382. Using certificates:
  383. /opt/janus/share/janus/certs/mycert.pem
  384. /opt/janus/share/janus/certs/mycert.key
  385. [WARN] HTTPS webserver disabled
  386. [WARN] Admin/monitor HTTP webserver disabled
  387. [WARN] Admin/monitor HTTPS webserver disabled
  388. JANUS REST (HTTP/HTTPS) transport plugin initialized!
  389. Version: 2 (0.0.2)
  390. [janus.transport.http] JANUS REST (HTTP/HTTPS) transport plugin
  391. This transport plugin adds REST (HTTP/HTTPS) support to the Janus API via libmicrohttpd.
  392. Plugin API version: 5
  393. Janus API: enabled
  394. Admin API: disabled
  395. Loading transport plugin 'libjanus_mqtt.so'...
  396. JANUS MQTT transport plugin created!
  397. Configuration file: /opt/janus/etc/janus/janus.transport.mqtt.cfg
  398. [janus.transport.mqtt.cfg]
  399. [general]
  400. enable: no
  401. json: indented
  402. url: tcp://localhost:1883
  403. subscribe_topic: to-janus
  404. publish_topic: from-janus
  405. [admin]
  406. subscribe_topic: to-janus-admin
  407. Joining SIP handler thread
  408. publish_topic: from-janus-admin
  409. [WARN] MQTT support disabled for both Janus and Admin API, giving up
  410. JANUS MQTT transport plugin destroyed!
  411. [WARN] The 'janus.transport.mqtt' plugin could not be initialized
  412. Loading transport plugin 'libjanus_pfunix.so'...
  413. JANUS Unix Sockets transport plugin created!
  414. SIP watchdog started
  415. Configuration file: /opt/janus/etc/janus/janus.transport.pfunix.cfg
  416. [janus.transport.pfunix.cfg]
  417. [general]
  418. enabled: yes
  419. json: indented
  420. path: /tmp/ux-janusapi
  421. [admin]
  422. admin_enabled: no
  423. admin_path: /tmp/ux-janusadmin
  424. Configuring SOCK_SEQPACKET Unix Sockets server (Janus API)
  425. Binding Unix Socket /tmp/ux-janusapi... (Janus API)
  426. Listening on Unix Socket /tmp/ux-janusapi...
  427. [WARN] Unix Sockets server disabled (Admin API)
  428. JANUS Unix Sockets transport plugin initialized!
  429. Version: 1 (0.0.1)
  430. [janus.transport.pfunix] JANUS Unix Sockets transport plugin
  431. This transport plugin adds Unix Sockets support to the Janus API.
  432. Plugin API version: 5
  433. Janus API: enabled
  434. Admin API: disabled
  435. Loading transport plugin 'libjanus_websockets.so'...
  436. JANUS WebSockets transport plugin created!
  437. HTTP/Janus sessions watchdog started
  438. libwebsockets >= 1.6 available, using new API
  439. Configuration file: /opt/janus/etc/janus/janus.transport.websockets.cfg
  440. [janus.transport.websockets.cfg]
  441. [general]
  442. json: indented
  443. ws: yes
  444. ws_port: 8188
  445. wss: no
  446. [admin]
  447. admin_ws: no
  448. admin_ws_port: 7188
  449. admin_wss: no
  450. [certificates]
  451. cert_pem: /opt/janus/share/janus/certs/mycert.pem
  452. cert_key: /opt/janus/share/janus/certs/mycert.key
  453. libwebsockets logging: 0
  454. [WSS-0x7ffea1c2e6b0] 27 (LWS_CALLBACK_PROTOCOL_INIT)
  455. Unix Sockets thread started
  456. WebSockets server started (port 8188)...
  457. [WARN] Secure WebSockets server disabled
  458. [WARN] Admin WebSockets server disabled
  459. [WARN] Secure Admin WebSockets server disabled
  460. JANUS WebSockets transport plugin initialized!
  461. Version: 1 (0.0.1)
  462. [janus.transport.websockets] JANUS WebSockets transport plugin
  463. This transport plugin adds WebSockets support to the Janus API via libwebsockets.
  464. Plugin API version: 5
  465. Janus API: enabled
  466. Admin API: disabled
  467. WebSocket (Janus API) thread started
  468. [rtsp-test] New video stream! (ssrc=2251404005)
  469. New connection on REST API: ::ffff:10.19.2.160
  470. New connection on REST API: ::ffff:10.19.2.160
  471. New connection on REST API: ::ffff:10.19.2.160
  472. New connection on REST API: ::ffff:10.19.2.160
  473. New connection on REST API: ::ffff:10.19.2.160
  474. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP OPTIONS request on /janus...
  475. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  476. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  477. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  478. [transports/janus_http.c:janus_http_headers:1652] Access-Control-Request-Method: POST
  479. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  480. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  481. [transports/janus_http.c:janus_http_headers:1652] Access-Control-Request-Headers: content-type
  482. [transports/janus_http.c:janus_http_headers:1652] Accept: */*
  483. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  484. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate, sdch
  485. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  486. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  487. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP POST request on /janus...
  488. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  489. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  490. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  491. [transports/janus_http.c:janus_http_headers:1652] Content-Length: 47
  492. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  493. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  494. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  495. [transports/janus_http.c:janus_http_headers:1652] Content-Type: application/json
  496. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  497. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate
  498. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  499. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus...
  500. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  501. Processing POST data (application/json) (47 bytes)...
  502. [transports/janus_http.c:janus_http_handler:1171] -- Data we have now (47 bytes)
  503. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus...
  504. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  505. Processing POST data (application/json) (0 bytes)...
  506. [transports/janus_http.c:janus_http_handler:1176] Done getting payload, we can answer
  507. {"janus":"create","transaction":"IUYAIgSbmKRu"}
  508. Forwarding request to the core (0x7f9610000ad0)
  509. Got a Janus API request from janus.transport.http (0x7f9610000ad0)
  510. Transport task pool, serving request
  511. Creating new session: 874817759570712
  512. Session created (874817759570712), create a queue for the long poll
  513. Sending Janus API response to janus.transport.http (0x7f9610000ad0)
  514. Got a Janus API response to send (0x7f9610000ad0)
  515. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  516. New connection on REST API: ::ffff:10.19.2.160
  517. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP GET request on /janus/874817759570712...
  518. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  519. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  520. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  521. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  522. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  523. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  524. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  525. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate, sdch
  526. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  527. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP GET request on /janus/874817759570712...
  528. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  529. Session: 874817759570712
  530. Got a Janus API request from janus.transport.http (0x7f9610000ad0)
  531. Session 874817759570712 found... returning up to 1 messages
  532. [transports/janus_http.c:janus_http_notifier:1693] ... handling long poll...
  533. Transport task pool, serving request
  534. Got a keep-alive on session 874817759570712
  535. Sending Janus API response to janus.transport.http (0x7f9610000ad0)
  536. Got a Janus API response to send (0x7f9610000ad0)
  537. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP OPTIONS request on /janus/874817759570712...
  538. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  539. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  540. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  541. [transports/janus_http.c:janus_http_headers:1652] Access-Control-Request-Method: POST
  542. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  543. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  544. [transports/janus_http.c:janus_http_headers:1652] Access-Control-Request-Headers: content-type
  545. [transports/janus_http.c:janus_http_headers:1652] Accept: */*
  546. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  547. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate, sdch
  548. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  549. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  550. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP POST request on /janus/874817759570712...
  551. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  552. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  553. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  554. [transports/janus_http.c:janus_http_headers:1652] Content-Length: 81
  555. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  556. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  557. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  558. [transports/janus_http.c:janus_http_headers:1652] Content-Type: application/json
  559. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  560. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate
  561. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  562. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712...
  563. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  564. Session: 874817759570712
  565. Processing POST data (application/json) (81 bytes)...
  566. [transports/janus_http.c:janus_http_handler:1171] -- Data we have now (81 bytes)
  567. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712...
  568. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  569. Session: 874817759570712
  570. Processing POST data (application/json) (0 bytes)...
  571. [transports/janus_http.c:janus_http_handler:1176] Done getting payload, we can answer
  572. {"janus":"attach","plugin":"janus.plugin.streaming","transaction":"sWnUwn57ssjC"}
  573. Forwarding request to the core (0x7f9614000ad0)
  574. Got a Janus API request from janus.transport.http (0x7f9614000ad0)
  575. Transport task pool, serving request
  576. Creating new handle in session 874817759570712: 4977316758724497
  577. Sending Janus API response to janus.transport.http (0x7f9614000ad0)
  578. Got a Janus API response to send (0x7f9614000ad0)
  579. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  580. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP OPTIONS request on /janus/874817759570712/4977316758724497...
  581. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  582. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  583. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  584. [transports/janus_http.c:janus_http_headers:1652] Access-Control-Request-Method: POST
  585. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  586. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  587. [transports/janus_http.c:janus_http_headers:1652] Access-Control-Request-Headers: content-type
  588. [transports/janus_http.c:janus_http_headers:1652] Accept: */*
  589. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  590. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate, sdch
  591. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  592. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  593. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP POST request on /janus/874817759570712/4977316758724497...
  594. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  595. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  596. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  597. [transports/janus_http.c:janus_http_headers:1652] Content-Length: 74
  598. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  599. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  600. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  601. [transports/janus_http.c:janus_http_headers:1652] Content-Type: application/json
  602. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  603. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate
  604. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  605. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712/4977316758724497...
  606. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  607. Session: 874817759570712
  608. Handle: 4977316758724497
  609. Processing POST data (application/json) (74 bytes)...
  610. [transports/janus_http.c:janus_http_handler:1171] -- Data we have now (74 bytes)
  611. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712/4977316758724497...
  612. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  613. Session: 874817759570712
  614. Handle: 4977316758724497
  615. Processing POST data (application/json) (0 bytes)...
  616. [transports/janus_http.c:janus_http_handler:1176] Done getting payload, we can answer
  617. {"janus":"message","body":{"request":"list"},"transaction":"LdLDmzOH5Ya7"}
  618. Forwarding request to the core (0x7f9614000ad0)
  619. Got a Janus API request from janus.transport.http (0x7f9614000ad0)
  620. Transport task pool, serving request
  621. [4977316758724497] There's a message for JANUS Streaming plugin
  622. Request for the list of mountpoints
  623. Creating plugin result...
  624. Sending Janus API response to janus.transport.http (0x7f9614000ad0)
  625. Got a Janus API response to send (0x7f9614000ad0)
  626. Destroying plugin result...
  627. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  628. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP OPTIONS request on /janus/874817759570712/4977316758724497...
  629. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  630. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  631. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  632. [transports/janus_http.c:janus_http_headers:1652] Access-Control-Request-Method: POST
  633. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  634. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  635. [transports/janus_http.c:janus_http_headers:1652] Access-Control-Request-Headers: content-type
  636. [transports/janus_http.c:janus_http_headers:1652] Accept: */*
  637. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  638. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate, sdch
  639. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  640. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  641. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP POST request on /janus/874817759570712/4977316758724497...
  642. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  643. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  644. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  645. [transports/janus_http.c:janus_http_headers:1652] Content-Length: 83
  646. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  647. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  648. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  649. [transports/janus_http.c:janus_http_headers:1652] Content-Type: application/json
  650. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  651. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate
  652. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  653. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712/4977316758724497...
  654. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  655. Session: 874817759570712
  656. Handle: 4977316758724497
  657. Processing POST data (application/json) (83 bytes)...
  658. [transports/janus_http.c:janus_http_handler:1171] -- Data we have now (83 bytes)
  659. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712/4977316758724497...
  660. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  661. Session: 874817759570712
  662. Handle: 4977316758724497
  663. Processing POST data (application/json) (0 bytes)...
  664. [transports/janus_http.c:janus_http_handler:1176] Done getting payload, we can answer
  665. {"janus":"message","body":{"request":"watch","id":99},"transaction":"wsWKyOxxAkZd"}
  666. Forwarding request to the core (0x7f9614000c20)
  667. Got a Janus API request from janus.transport.http (0x7f9614000c20)
  668. Transport task pool, serving request
  669. [4977316758724497] There's a message for JANUS Streaming plugin
  670. Creating plugin result...
  671. Sending Janus API response to janus.transport.http (0x7f9614000c20)
  672. Got a Janus API response to send (0x7f9614000c20)
  673. Destroying plugin result...
  674. Request to watch mountpoint/stream 99
  675. Going to offer this SDP:
  676. v=0
  677. o=- 1482431274487501 1482431274487501 IN IP4 127.0.0.1
  678. s=Streaming Test
  679. t=0 0
  680. m=video 1 RTP/SAVPF 96
  681. c=IN IP4 1.1.1.1
  682. a=rtpmap:96 H264/90000
  683. a=fmtp:96 packetization-mode=1;profile-level-id=42001F;sprop-parameter-sets=Z0IAH5WoFAFuQA==,aM48gA==
  684. a=rtcp-fb:96 nack
  685. a=rtcp-fb:96 goog-remb
  686. a=sendonly
  687.  
  688. [4977316758724497] Audio has NOT been negotiated
  689. [4977316758724497] Video has been negotiated
  690. [4977316758724497] SCTP/DataChannels have NOT been negotiated
  691. [4977316758724497] Setting ICE locally: got ANSWER (0 audios, 1 videos)
  692. [4977316758724497] Creating ICE agent (ICE Full mode, controlling)
  693. [4977316758724497] Adding 10.19.2.220 to the addresses to gather candidates for
  694. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  695. [4977316758724497] Gathering done for stream 1
  696. -------------------------------------------
  697. >> Anonymized
  698. -------------------------------------------
  699. [4977316758724497] We have 1 candidates for Stream #1, Component #1
  700. [4977316758724497] Stream #1, Component #1
  701. [4977316758724497] Address: 10.19.2.220:46641
  702. [4977316758724497] Priority: 2013266431
  703. [4977316758724497] Foundation: 1
  704. [4977316758724497] 1 1 udp 2013266431 10.19.2.220 46641 typ host[4977316758724497] We have 1 candidates for Stream #1, Component #2
  705. [4977316758724497] Stream #1, Component #2
  706. [4977316758724497] Address: 10.19.2.220:52241
  707. [4977316758724497] Priority: 2013266430
  708. [4977316758724497] Foundation: 1
  709. [4977316758724497] 1 2 udp 2013266430 10.19.2.220 52241 typ host -------------------------------------------
  710. >> Merged (856 bytes)
  711. -------------------------------------------
  712. v=0
  713. o=- 1482431274487501 1482431274487501 IN IP4 10.19.2.220
  714. s=Streaming Test
  715. t=0 0
  716. a=group:BUNDLE video
  717. a=msid-semantic: WMS janus
  718. m=video 9 RTP/SAVPF 96
  719. c=IN IP4 10.19.2.220
  720. a=sendonly
  721. a=mid:video
  722. a=rtcp-mux
  723. a=ice-ufrag:EpA2
  724. a=ice-pwd:d6GAhUkqAoDhbNMw76HYd2
  725. a=ice-options:trickle
  726. 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
  727. a=setup:actpass
  728. a=rtpmap:96 H264/90000
  729. a=fmtp:96 packetization-mode=1;profile-level-id=42001F;sprop-parameter-sets=Z0IAH5WoFAFuQA==,aM48gA==
  730. a=rtcp-fb:96 nack
  731. a=rtcp-fb:96 goog-remb
  732. a=ssrc:302109566 cname:janusvideo
  733. a=ssrc:302109566 msid:janus janusv0
  734. a=ssrc:302109566 mslabel:janus
  735. a=ssrc:302109566 label:janusv0
  736. a=candidate:1 1 udp 2013266431 10.19.2.220 46641 typ host
  737. a=candidate:1 2 udp 2013266430 10.19.2.220 52241 typ host
  738.  
  739. [4977316758724497] Sending event to transport...
  740. Sending event to janus.transport.http (0x7f9610000ad0)
  741. Got a Janus API event to send (0x7f9610000ad0)
  742. >> Pushing event: 0 (Success)
  743. [4977316758724497] ICE thread started
  744. We have a message to serve...
  745. {
  746. "janus": "event",
  747. "session_id": 874817759570712,
  748. "sender": 4977316758724497,
  749. "transaction": "wsWKyOxxAkZd",
  750. "plugindata": {
  751. "plugin": "janus.plugin.streaming",
  752. "data": {
  753. "streaming": "event",
  754. "result": {
  755. "status": "preparing"
  756. }
  757. }
  758. },
  759. "jsep": {
  760. "type": "offer",
  761. "sdp": "v=0\r\no=- 1482431274487501 1482431274487501 IN IP4 10.19.2.220\r\ns=Streaming Test\r\nt=0 0\r\na=group:BUNDLE video\r\na=msid-semantic: WMS janus\r\nm=video 9 RTP/SAVPF 96\r\nc=IN IP4 10.19.2.220\r\na=sendonly\r\na=mid:video\r\na=rtcp-mux\r\na=ice-ufrag:EpA2\r\na=ice-pwd:d6GAhUkqAoDhbNMw76HYd2\r\na=ice-options:trickle\r\na=fingerprint:sha-256 D2:B9:31:8F:DF:24:D8:0E:ED:D2:EF:25:9E:AF:6F:B8:34:AE:53:9C:E6:F3:8F:F2:64:15:FA:E8:7F:53:2D:38\r\na=setup:actpass\r\na=rtpmap:96 H264/90000\r\na=fmtp:96 packetization-mode=1;profile-level-id=42001F;sprop-parameter-sets=Z0IAH5WoFAFuQA==,aM48gA==\r\na=rtcp-fb:96 nack\r\na=rtcp-fb:96 goog-remb\r\na=ssrc:302109566 cname:janusvideo\r\na=ssrc:302109566 msid:janus janusv0\r\na=ssrc:302109566 mslabel:janus\r\na=ssrc:302109566 label:janusv0\r\na=candidate:1 1 udp 2013266431 10.19.2.220 46641 typ host\r\na=candidate:1 2 udp 2013266430 10.19.2.220 52241 typ host\r\n"
  762. }
  763. }
  764. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  765. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP POST request on /janus/874817759570712/4977316758724497...
  766. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  767. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  768. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  769. [transports/janus_http.c:janus_http_headers:1652] Content-Length: 696
  770. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  771. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  772. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  773. [transports/janus_http.c:janus_http_headers:1652] Content-Type: application/json
  774. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  775. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate
  776. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  777. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712/4977316758724497...
  778. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  779. Session: 874817759570712
  780. Handle: 4977316758724497
  781. Processing POST data (application/json) (696 bytes)...
  782. [transports/janus_http.c:janus_http_handler:1171] -- Data we have now (696 bytes)
  783. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712/4977316758724497...
  784. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  785. Session: 874817759570712
  786. Handle: 4977316758724497
  787. Processing POST data (application/json) (0 bytes)...
  788. [transports/janus_http.c:janus_http_handler:1176] Done getting payload, we can answer
  789. {"janus":"message","body":{"request":"start"},"transaction":"sMtvfPE9gNNl","jsep":{"type":"answer","sdp":"v=0\r\no=- 2052841631556529725 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE video\r\na=msid-semantic: WMS\r\nm=video 9 RTP/SAVPF 96\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:bgzP\r\na=ice-pwd:vfGIxg2as5LRTf55Fq3woWOv\r\na=fingerprint:sha-256 D9:4D:34:CC:44:11:38:BE:57:F1:01:EF:90:35:A5:BF:EC:EC:BE:4C:EC:F3:46:2A:C7:B9:07:B3:7D:86:00:94\r\na=setup:active\r\na=mid:video\r\na=recvonly\r\na=rtcp-mux\r\na=rtpmap:96 H264/90000\r\na=rtcp-fb:96 nack\r\na=rtcp-fb:96 goog-remb\r\na=fmtp:96 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f\r\n"}}
  790. Forwarding request to the core (0x7f9610000e90)
  791. Got a Janus API request from janus.transport.http (0x7f9610000e90)
  792. Transport task pool, serving request
  793. [4977316758724497] There's a message for JANUS Streaming plugin
  794. [4977316758724497] Remote SDP:
  795. v=0
  796. o=- 2052841631556529725 2 IN IP4 127.0.0.1
  797. s=-
  798. t=0 0
  799. a=group:BUNDLE video
  800. a=msid-semantic: WMS
  801. m=video 9 RTP/SAVPF 96
  802. c=IN IP4 0.0.0.0
  803. a=rtcp:9 IN IP4 0.0.0.0
  804. a=ice-ufrag:bgzP
  805. a=ice-pwd:vfGIxg2as5LRTf55Fq3woWOv
  806. a=fingerprint:sha-256 D9:4D:34:CC:44:11:38:BE:57:F1:01:EF:90:35:A5:BF:EC:EC:BE:4C:EC:F3:46:2A:C7:B9:07:B3:7D:86:00:94
  807. a=setup:active
  808. a=mid:video
  809. a=recvonly
  810. a=rtcp-mux
  811. a=rtpmap:96 H264/90000
  812. a=rtcp-fb:96 nack
  813. a=rtcp-fb:96 goog-remb
  814. a=fmtp:96 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f
  815. [4977316758724497] Audio has NOT been negotiated, Video has been negotiated, SCTP/DataChannels have NOT been negotiated
  816. [4977316758724497] The browser: supports BUNDLE, supports rtcp-mux, is doing Trickle ICE
  817. [4977316758724497] Parsing video candidates (stream=1)...
  818. [4977316758724497] ICE ufrag (local): bgzP
  819. [4977316758724497] ICE pwd (local): vfGIxg2as5LRTf55Fq3woWOv
  820. [4977316758724497] Fingerprint (local) : sha-256 D9:4D:34:CC:44:11:38:BE:57:F1:01:EF:90:35:A5:BF:EC:EC:BE:4C:EC:F3:46:2A:C7:B9:07:B3:7D:86:00:94
  821. [4977316758724497] DTLS setup (local): active
  822. [4977316758724497] Video mid: video
  823. [4977316758724497] -- bundle is supported by the browser, getting rid of one of the RTP/RTCP components, if any...
  824. [4977316758724497] -- rtcp-mux is supported by the browser, getting rid of RTCP components, if any...
  825. [4977316758724497] Discovered new remote candidate for component 2 in stream 1: type=host
  826. [4977316758724497] -- ICE Trickling is supported by the browser, waiting for remote candidates...
  827. -------------------------------------------
  828. >> Anonymized
  829. -------------------------------------------
  830. Creating plugin result...
  831. Sending Janus API response to janus.transport.http (0x7f9610000e90)
  832. Got a Janus API response to send (0x7f9610000e90)
  833. Destroying plugin result...
  834. Starting the streaming
  835. This is involving a negotiation (answer) as well (but we really don't care):
  836. v=0
  837. o=- 2052841631556529725 2 IN IP4 1.1.1.1
  838. s=-
  839. t=0 0
  840. m=video 9 RTP/SAVPF 96
  841. c=IN IP4 1.1.1.1
  842. a=recvonly
  843. a=rtpmap:96 H264/90000
  844. a=rtcp-fb:96 nack
  845. a=rtcp-fb:96 goog-remb
  846. a=fmtp:96 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f
  847.  
  848. [4977316758724497] Sending event to transport...
  849. Sending event to janus.transport.http (0x7f9610000ad0)
  850. Got a Janus API event to send (0x7f9610000ad0)
  851. >> Pushing event: 0 (Success)
  852. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  853. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP POST request on /janus/874817759570712/4977316758724497...
  854. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  855. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  856. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  857. [transports/janus_http.c:janus_http_headers:1652] Content-Length: 216
  858. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  859. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  860. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  861. [transports/janus_http.c:janus_http_headers:1652] Content-Type: application/json
  862. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  863. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate
  864. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  865. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712/4977316758724497...
  866. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  867. Session: 874817759570712
  868. Handle: 4977316758724497
  869. Processing POST data (application/json) (216 bytes)...
  870. [transports/janus_http.c:janus_http_handler:1171] -- Data we have now (216 bytes)
  871. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712/4977316758724497...
  872. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  873. Session: 874817759570712
  874. Handle: 4977316758724497
  875. Processing POST data (application/json) (0 bytes)...
  876. [transports/janus_http.c:janus_http_handler:1176] Done getting payload, we can answer
  877. {"janus":"trickle","candidate":{"candidate":"candidate:1298003433 1 udp 2113937151 10.19.2.160 49611 typ host generation 0 ufrag bgzP network-cost 50","sdpMid":"video","sdpMLineIndex":0},"transaction":"oKsmaX5eUyUD"}
  878. Forwarding request to the core (0x7f9610000e90)
  879. Got a Janus API request from janus.transport.http (0x7f9610000e90)
  880. Transport task pool, serving request
  881. [4977316758724497] Trickle candidate (video): candidate:1298003433 1 udp 2113937151 10.19.2.160 49611 typ host generation 0 ufrag bgzP network-cost 50
  882. [4977316758724497] Adding remote candidate component:1 stream:1 type:host 10.19.2.160:49611
  883. [4977316758724497] Transport: UDP
  884. [4977316758724497] Candidate added to the list! (1 elements for 1/1)
  885. [4977316758724497] ICE already started for this component, setting candidates we have up to now
  886. [4977316758724497] ## Setting remote candidates: stream 1, component 1 (1 in the list)
  887. [4977316758724497] >> Remote Stream #1, Component #1
  888. [4977316758724497] Address: 10.19.2.160:49611
  889. [4977316758724497] Priority: 2113937151
  890. [4977316758724497] Foundation: 1298003433
  891. [4977316758724497] Username: bgzP
  892. [4977316758724497] Password: vfGIxg2as5LRTf55Fq3woWOv
  893. [4977316758724497] Setting remote credentials...
  894. [4977316758724497] Component state changed for component 1 in stream 1: 2 (connecting)
  895. [4977316758724497] Remote candidates set!
  896. Sending Janus API response to janus.transport.http (0x7f9610000e90)
  897. Got a Janus API response to send (0x7f9610000e90)
  898. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  899. [ice.c:janus_ice_thread:2179] [4977316758724497] Looping (ICE)...
  900. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP POST request on /janus/874817759570712/4977316758724497...
  901. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  902. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  903. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  904. [transports/janus_http.c:janus_http_headers:1652] Content-Length: 79
  905. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  906. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  907. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  908. [transports/janus_http.c:janus_http_headers:1652] Content-Type: application/json
  909. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  910. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate
  911. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  912. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712/4977316758724497...
  913. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  914. Session: 874817759570712
  915. Handle: 4977316758724497
  916. Processing POST data (application/json) (79 bytes)...
  917. [transports/janus_http.c:janus_http_handler:1171] -- Data we have now (79 bytes)
  918. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712/4977316758724497...
  919. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  920. Session: 874817759570712
  921. Handle: 4977316758724497
  922. Processing POST data (application/json) (0 bytes)...
  923. [transports/janus_http.c:janus_http_handler:1176] Done getting payload, we can answer
  924. {"janus":"trickle","candidate":{"completed":true},"transaction":"ZB5ihHU1dKid"}
  925. Forwarding request to the core (0x7f9610000e90)
  926. Got a Janus API request from janus.transport.http (0x7f9610000e90)
  927. Transport task pool, serving request
  928. No more remote candidates for handle 4977316758724497!
  929. Sending Janus API response to janus.transport.http (0x7f9610000e90)
  930. Got a Janus API response to send (0x7f9610000e90)
  931. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  932. [4977316758724497] New selected pair for component 1 in stream 1: 1 <-> 1298003433
  933. [4977316758724497] Component is ready enough, starting DTLS handshake...
  934. janus_dtls_bio_filter_ctrl: 6
  935. [4977316758724497] Setting accept state (DTLS server)
  936. janus_dtls_bio_filter_ctrl: 6
  937. [4977316758724497] Creating retransmission timer with ID 5
  938. [4977316758724497] Component state changed for component 1 in stream 1: 3 (connected)
  939. [4977316758724497] Component state changed for component 1 in stream 1: 4 (ready)
  940. [4977316758724497] Looks like DTLS!
  941. [4977316758724497] Written 163 bytes on the read BIO...
  942. janus_dtls_bio_filter_ctrl: 49
  943. Advertizing MTU: 1472
  944. janus_dtls_bio_filter_ctrl: 49
  945. janus_dtls_bio_filter_ctrl: 49
  946. janus_dtls_bio_filter_ctrl: 49
  947. janus_dtls_bio_filter_ctrl: 49
  948. janus_dtls_bio_filter_ctrl: 49
  949. janus_dtls_bio_filter_ctrl: 49
  950. janus_dtls_bio_filter_ctrl: 49
  951. janus_dtls_bio_filter_ctrl: 49
  952. janus_dtls_bio_filter_ctrl: 49
  953. janus_dtls_bio_filter_ctrl: 49
  954. janus_dtls_bio_filter_write: 0x7f9628017270, 1116
  955. -- 1116
  956. New list length: 1
  957. [4977316758724497] ... and read -1 of them from SSL...
  958. [4977316758724497] ICE send thread started...
  959. [4977316758724497] >> Going to send DTLS data: 1116 bytes
  960. [4977316758724497] >> >> Read 1116 bytes from the write_BIO...
  961. [4977316758724497] >> >> ... and sent 1116 of those bytes on the socket
  962. [4977316758724497] Initialization not finished yet...
  963. [4977316758724497] Looks like DTLS!
  964. [4977316758724497] Written 594 bytes on the read BIO...
  965. janus_dtls_bio_filter_ctrl: 49
  966. janus_dtls_bio_filter_ctrl: 49
  967. janus_dtls_bio_filter_ctrl: 49
  968. janus_dtls_bio_filter_ctrl: 49
  969. janus_dtls_bio_filter_ctrl: 49
  970. janus_dtls_bio_filter_ctrl: 49
  971. janus_dtls_bio_filter_write: 0x7f9628017270, 570
  972. -- 570
  973. New list length: 1
  974. janus_dtls_bio_filter_ctrl: 7
  975. [4977316758724497] ... and read -1 of them from SSL...
  976. [4977316758724497] >> Going to send DTLS data: 570 bytes
  977. [4977316758724497] >> >> Read 570 bytes from the write_BIO...
  978. [4977316758724497] >> >> ... and sent 570 of those bytes on the socket
  979. [4977316758724497] DTLS established, yay!
  980. [4977316758724497] Computing sha-256 fingerprint of remote certificate...
  981. [4977316758724497] Remote fingerprint (sha-256) of the client is D9:4D:34:CC:44:11:38:BE:57:F1:01:EF:90:35:A5:BF:EC:EC:BE:4C:EC:F3:46:2A:C7:B9:07:B3:7D:86:00:94
  982. [4977316758724497] Fingerprint is a match!
  983. [4977316758724497] Created inbound SRTP session for component 1 in stream 1
  984. [4977316758724497] Created outbound SRTP session for component 1 in stream 1
  985. [4977316758724497] The DTLS handshake for the component 1 in stream 1 has been completed
  986. [4977316758724497] The DTLS handshake has been completed
  987. [4977316758724497] Telling the plugin about it (JANUS Streaming plugin)
  988. WebRTC media is now available
  989. [4977316758724497] Sending event to transport...
  990. Sending event to janus.transport.http (0x7f9610000ad0)
  991. Got a Janus API event to send (0x7f9610000ad0)
  992. >> Pushing event: 0 (Success)
  993. [4977316758724497] Sending event to transport...
  994. Sending event to janus.transport.http (0x7f9610000ad0)
  995. Got a Janus API event to send (0x7f9610000ad0)
  996. [4977316758724497] DTLS already set up, disabling retransmission timer!
  997. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP GET request on /janus/874817759570712...
  998. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  999. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  1000. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  1001. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  1002. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  1003. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  1004. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  1005. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate, sdch
  1006. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  1007. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP GET request on /janus/874817759570712...
  1008. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  1009. Session: 874817759570712
  1010. Got a Janus API request from janus.transport.http (0x7f9610000e90)
  1011. Session 874817759570712 found... returning up to 1 messages
  1012. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  1013. Transport task pool, serving request
  1014. Got a keep-alive on session 874817759570712
  1015. Sending Janus API response to janus.transport.http (0x7f9610000e90)
  1016. Got a Janus API response to send (0x7f9610000e90)
  1017. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP GET request on /janus/874817759570712...
  1018. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  1019. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  1020. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  1021. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  1022. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  1023. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  1024. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  1025. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate, sdch
  1026. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  1027. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP GET request on /janus/874817759570712...
  1028. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  1029. Session: 874817759570712
  1030. Got a Janus API request from janus.transport.http (0x7f9610000e90)
  1031. Session 874817759570712 found... returning up to 1 messages
  1032. Transport task pool, serving request
  1033. Got a keep-alive on session 874817759570712
  1034. Sending Janus API response to janus.transport.http (0x7f9610000e90)
  1035. Got a Janus API response to send (0x7f9610000e90)
  1036. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  1037. [4977316758724497] Got an RTCP packet (bundled stream)!
  1038. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1039. Parsing compound packet (total of 8 bytes)
  1040. #1 RR (201)
  1041. RTCP PT length: 8 bytes
  1042. End of compound packet
  1043. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP GET request on /janus/874817759570712...
  1044. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  1045. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  1046. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  1047. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  1048. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  1049. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  1050. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  1051. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate, sdch
  1052. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  1053. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP GET request on /janus/874817759570712...
  1054. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  1055. Session: 874817759570712
  1056. Got a Janus API request from janus.transport.http (0x7f9610000e90)
  1057. Transport task pool, serving request
  1058. Got a keep-alive on session 874817759570712
  1059. Sending Janus API response to janus.transport.http (0x7f9610000e90)
  1060. Got a Janus API response to send (0x7f9610000e90)
  1061. Session 874817759570712 found... returning up to 1 messages
  1062. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  1063. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP GET request on /janus/874817759570712...
  1064. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  1065. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  1066. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  1067. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  1068. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  1069. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  1070. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  1071. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate, sdch
  1072. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  1073. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP GET request on /janus/874817759570712...
  1074. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  1075. Session: 874817759570712
  1076. Got a Janus API request from janus.transport.http (0x7f9610000e90)
  1077. Transport task pool, serving request
  1078. Got a keep-alive on session 874817759570712
  1079. Sending Janus API response to janus.transport.http (0x7f9610000e90)
  1080. Got a Janus API response to send (0x7f9610000e90)
  1081. Session 874817759570712 found... returning up to 1 messages
  1082. [transports/janus_http.c:janus_http_notifier:1693] ... handling long poll...
  1083. [4977316758724497] Got an RTCP packet (bundled stream)!
  1084. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1085. Parsing compound packet (total of 8 bytes)
  1086. #1 RR (201)
  1087. RTCP PT length: 8 bytes
  1088. End of compound packet
  1089. [4977316758724497] Got an RTCP packet (bundled stream)!
  1090. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1091. Parsing compound packet (total of 8 bytes)
  1092. #1 RR (201)
  1093. RTCP PT length: 8 bytes
  1094. End of compound packet
  1095. [4977316758724497] Got an RTCP packet (bundled stream)!
  1096. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1097. Parsing compound packet (total of 8 bytes)
  1098. #1 RR (201)
  1099. RTCP PT length: 8 bytes
  1100. End of compound packet
  1101. [4977316758724497] Got an RTCP packet (bundled stream)!
  1102. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1103. Parsing compound packet (total of 8 bytes)
  1104. #1 RR (201)
  1105. RTCP PT length: 8 bytes
  1106. End of compound packet
  1107. [4977316758724497] Got an RTCP packet (bundled stream)!
  1108. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1109. Parsing compound packet (total of 8 bytes)
  1110. #1 RR (201)
  1111. RTCP PT length: 8 bytes
  1112. End of compound packet
  1113. [4977316758724497] Got an RTCP packet (bundled stream)!
  1114. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1115. Parsing compound packet (total of 8 bytes)
  1116. #1 RR (201)
  1117. RTCP PT length: 8 bytes
  1118. End of compound packet
  1119. [4977316758724497] Got an RTCP packet (bundled stream)!
  1120. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1121. Parsing compound packet (total of 8 bytes)
  1122. #1 RR (201)
  1123. RTCP PT length: 8 bytes
  1124. End of compound packet
  1125. [4977316758724497] Got an RTCP packet (bundled stream)!
  1126. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1127. Parsing compound packet (total of 8 bytes)
  1128. #1 RR (201)
  1129. RTCP PT length: 8 bytes
  1130. End of compound packet
  1131. [4977316758724497] Got an RTCP packet (bundled stream)!
  1132. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1133. Parsing compound packet (total of 8 bytes)
  1134. #1 RR (201)
  1135. RTCP PT length: 8 bytes
  1136. End of compound packet
  1137. [4977316758724497] Got an RTCP packet (bundled stream)!
  1138. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1139. Parsing compound packet (total of 8 bytes)
  1140. #1 RR (201)
  1141. RTCP PT length: 8 bytes
  1142. End of compound packet
  1143. [4977316758724497] Got an RTCP packet (bundled stream)!
  1144. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1145. Parsing compound packet (total of 8 bytes)
  1146. #1 RR (201)
  1147. RTCP PT length: 8 bytes
  1148. End of compound packet
  1149. [4977316758724497] Got an RTCP packet (bundled stream)!
  1150. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1151. Parsing compound packet (total of 8 bytes)
  1152. #1 RR (201)
  1153. RTCP PT length: 8 bytes
  1154. End of compound packet
  1155. [4977316758724497] Got an RTCP packet (bundled stream)!
  1156. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1157. Parsing compound packet (total of 8 bytes)
  1158. #1 RR (201)
  1159. RTCP PT length: 8 bytes
  1160. End of compound packet
  1161. [4977316758724497] Got an RTCP packet (bundled stream)!
  1162. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1163. Parsing compound packet (total of 8 bytes)
  1164. #1 RR (201)
  1165. RTCP PT length: 8 bytes
  1166. End of compound packet
  1167. [4977316758724497] Got an RTCP packet (bundled stream)!
  1168. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1169. Parsing compound packet (total of 8 bytes)
  1170. #1 RR (201)
  1171. RTCP PT length: 8 bytes
  1172. End of compound packet
  1173. [4977316758724497] Got an RTCP packet (bundled stream)!
  1174. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1175. Parsing compound packet (total of 8 bytes)
  1176. #1 RR (201)
  1177. RTCP PT length: 8 bytes
  1178. End of compound packet
  1179. [4977316758724497] Got an RTCP packet (bundled stream)!
  1180. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1181. Parsing compound packet (total of 8 bytes)
  1182. #1 RR (201)
  1183. RTCP PT length: 8 bytes
  1184. End of compound packet
  1185. [4977316758724497] Got an RTCP packet (bundled stream)!
  1186. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1187. Parsing compound packet (total of 8 bytes)
  1188. #1 RR (201)
  1189. RTCP PT length: 8 bytes
  1190. End of compound packet
  1191. [4977316758724497] Got an RTCP packet (bundled stream)!
  1192. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1193. Parsing compound packet (total of 8 bytes)
  1194. #1 RR (201)
  1195. RTCP PT length: 8 bytes
  1196. End of compound packet
  1197. [4977316758724497] Got an RTCP packet (bundled stream)!
  1198. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1199. Parsing compound packet (total of 8 bytes)
  1200. #1 RR (201)
  1201. RTCP PT length: 8 bytes
  1202. End of compound packet
  1203. [4977316758724497] Got an RTCP packet (bundled stream)!
  1204. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1205. Parsing compound packet (total of 8 bytes)
  1206. #1 RR (201)
  1207. RTCP PT length: 8 bytes
  1208. End of compound packet
  1209. [4977316758724497] Got an RTCP packet (bundled stream)!
  1210. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1211. Parsing compound packet (total of 8 bytes)
  1212. #1 RR (201)
  1213. RTCP PT length: 8 bytes
  1214. End of compound packet
  1215. [4977316758724497] Got an RTCP packet (bundled stream)!
  1216. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1217. Parsing compound packet (total of 8 bytes)
  1218. #1 RR (201)
  1219. RTCP PT length: 8 bytes
  1220. End of compound packet
  1221. [4977316758724497] Got an RTCP packet (bundled stream)!
  1222. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1223. Parsing compound packet (total of 8 bytes)
  1224. #1 RR (201)
  1225. RTCP PT length: 8 bytes
  1226. End of compound packet
  1227. [4977316758724497] Got an RTCP packet (bundled stream)!
  1228. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1229. Parsing compound packet (total of 8 bytes)
  1230. #1 RR (201)
  1231. RTCP PT length: 8 bytes
  1232. End of compound packet
  1233. [4977316758724497] Got an RTCP packet (bundled stream)!
  1234. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1235. Parsing compound packet (total of 8 bytes)
  1236. #1 RR (201)
  1237. RTCP PT length: 8 bytes
  1238. End of compound packet
  1239. [4977316758724497] Got an RTCP packet (bundled stream)!
  1240. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1241. Parsing compound packet (total of 8 bytes)
  1242. #1 RR (201)
  1243. RTCP PT length: 8 bytes
  1244. End of compound packet
  1245. [4977316758724497] Got an RTCP packet (bundled stream)!
  1246. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1247. Parsing compound packet (total of 8 bytes)
  1248. #1 RR (201)
  1249. RTCP PT length: 8 bytes
  1250. End of compound packet
  1251. [4977316758724497] Got an RTCP packet (bundled stream)!
  1252. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1253. Parsing compound packet (total of 8 bytes)
  1254. #1 RR (201)
  1255. RTCP PT length: 8 bytes
  1256. End of compound packet
  1257. [4977316758724497] Got an RTCP packet (bundled stream)!
  1258. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1259. Parsing compound packet (total of 8 bytes)
  1260. #1 RR (201)
  1261. RTCP PT length: 8 bytes
  1262. End of compound packet
  1263. [4977316758724497] Got an RTCP packet (bundled stream)!
  1264. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1265. Parsing compound packet (total of 8 bytes)
  1266. #1 RR (201)
  1267. RTCP PT length: 8 bytes
  1268. End of compound packet
  1269. Long poll time out for session 874817759570712...
  1270. We have a message to serve...
  1271. {
  1272. "janus": "keepalive"
  1273. }
  1274. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  1275. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP GET request on /janus/874817759570712...
  1276. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  1277. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  1278. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  1279. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  1280. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  1281. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  1282. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  1283. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate, sdch
  1284. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  1285. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP GET request on /janus/874817759570712...
  1286. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  1287. Session: 874817759570712
  1288. Got a Janus API request from janus.transport.http (0x7f9610000e90)
  1289. Session 874817759570712 found... returning up to 1 messages
  1290. [transports/janus_http.c:janus_http_notifier:1693] ... handling long poll...
  1291. Transport task pool, serving request
  1292. Got a keep-alive on session 874817759570712
  1293. Sending Janus API response to janus.transport.http (0x7f9610000e90)
  1294. Got a Janus API response to send (0x7f9610000e90)
  1295. [4977316758724497] Got an RTCP packet (bundled stream)!
  1296. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1297. Parsing compound packet (total of 8 bytes)
  1298. #1 RR (201)
  1299. RTCP PT length: 8 bytes
  1300. End of compound packet
  1301. [4977316758724497] Got an RTCP packet (bundled stream)!
  1302. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1303. Parsing compound packet (total of 8 bytes)
  1304. #1 RR (201)
  1305. RTCP PT length: 8 bytes
  1306. End of compound packet
  1307. [4977316758724497] Got an RTCP packet (bundled stream)!
  1308. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1309. Parsing compound packet (total of 8 bytes)
  1310. #1 RR (201)
  1311. RTCP PT length: 8 bytes
  1312. End of compound packet
  1313. [4977316758724497] Got an RTCP packet (bundled stream)!
  1314. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1315. Parsing compound packet (total of 8 bytes)
  1316. #1 RR (201)
  1317. RTCP PT length: 8 bytes
  1318. End of compound packet
  1319. [4977316758724497] Got an RTCP packet (bundled stream)!
  1320. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1321. Parsing compound packet (total of 8 bytes)
  1322. #1 RR (201)
  1323. RTCP PT length: 8 bytes
  1324. End of compound packet
  1325. [4977316758724497] Got an RTCP packet (bundled stream)!
  1326. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1327. Parsing compound packet (total of 8 bytes)
  1328. #1 RR (201)
  1329. RTCP PT length: 8 bytes
  1330. End of compound packet
  1331. [4977316758724497] Got an RTCP packet (bundled stream)!
  1332. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1333. Parsing compound packet (total of 8 bytes)
  1334. #1 RR (201)
  1335. RTCP PT length: 8 bytes
  1336. End of compound packet
  1337. [4977316758724497] Got an RTCP packet (bundled stream)!
  1338. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1339. Parsing compound packet (total of 8 bytes)
  1340. #1 RR (201)
  1341. RTCP PT length: 8 bytes
  1342. End of compound packet
  1343. [4977316758724497] Got an RTCP packet (bundled stream)!
  1344. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1345. Parsing compound packet (total of 8 bytes)
  1346. #1 RR (201)
  1347. RTCP PT length: 8 bytes
  1348. End of compound packet
  1349. [4977316758724497] Got an RTCP packet (bundled stream)!
  1350. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1351. Parsing compound packet (total of 8 bytes)
  1352. #1 RR (201)
  1353. RTCP PT length: 8 bytes
  1354. End of compound packet
  1355. [4977316758724497] Got an RTCP packet (bundled stream)!
  1356. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1357. Parsing compound packet (total of 8 bytes)
  1358. #1 RR (201)
  1359. RTCP PT length: 8 bytes
  1360. End of compound packet
  1361. [4977316758724497] Got an RTCP packet (bundled stream)!
  1362. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1363. Parsing compound packet (total of 8 bytes)
  1364. #1 RR (201)
  1365. RTCP PT length: 8 bytes
  1366. End of compound packet
  1367. [4977316758724497] Got an RTCP packet (bundled stream)!
  1368. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1369. Parsing compound packet (total of 8 bytes)
  1370. #1 RR (201)
  1371. RTCP PT length: 8 bytes
  1372. End of compound packet
  1373. [4977316758724497] Got an RTCP packet (bundled stream)!
  1374. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1375. Parsing compound packet (total of 8 bytes)
  1376. #1 RR (201)
  1377. RTCP PT length: 8 bytes
  1378. End of compound packet
  1379. [4977316758724497] Got an RTCP packet (bundled stream)!
  1380. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1381. Parsing compound packet (total of 8 bytes)
  1382. #1 RR (201)
  1383. RTCP PT length: 8 bytes
  1384. End of compound packet
  1385. [4977316758724497] Got an RTCP packet (bundled stream)!
  1386. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1387. Parsing compound packet (total of 8 bytes)
  1388. #1 RR (201)
  1389. RTCP PT length: 8 bytes
  1390. End of compound packet
  1391. [4977316758724497] Got an RTCP packet (bundled stream)!
  1392. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1393. Parsing compound packet (total of 8 bytes)
  1394. #1 RR (201)
  1395. RTCP PT length: 8 bytes
  1396. End of compound packet
  1397. [4977316758724497] Got an RTCP packet (bundled stream)!
  1398. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1399. Parsing compound packet (total of 8 bytes)
  1400. #1 RR (201)
  1401. RTCP PT length: 8 bytes
  1402. End of compound packet
  1403. [4977316758724497] Got an RTCP packet (bundled stream)!
  1404. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1405. Parsing compound packet (total of 8 bytes)
  1406. #1 RR (201)
  1407. RTCP PT length: 8 bytes
  1408. End of compound packet
  1409. [4977316758724497] Got an RTCP packet (bundled stream)!
  1410. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1411. Parsing compound packet (total of 8 bytes)
  1412. #1 RR (201)
  1413. RTCP PT length: 8 bytes
  1414. End of compound packet
  1415. [4977316758724497] Got an RTCP packet (bundled stream)!
  1416. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1417. Parsing compound packet (total of 8 bytes)
  1418. #1 RR (201)
  1419. RTCP PT length: 8 bytes
  1420. End of compound packet
  1421. [4977316758724497] Got an RTCP packet (bundled stream)!
  1422. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1423. Parsing compound packet (total of 8 bytes)
  1424. #1 RR (201)
  1425. RTCP PT length: 8 bytes
  1426. End of compound packet
  1427. [4977316758724497] Got an RTCP packet (bundled stream)!
  1428. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1429. Parsing compound packet (total of 8 bytes)
  1430. #1 RR (201)
  1431. RTCP PT length: 8 bytes
  1432. End of compound packet
  1433. [4977316758724497] Got an RTCP packet (bundled stream)!
  1434. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1435. Parsing compound packet (total of 8 bytes)
  1436. #1 RR (201)
  1437. RTCP PT length: 8 bytes
  1438. End of compound packet
  1439. [4977316758724497] Got an RTCP packet (bundled stream)!
  1440. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1441. Parsing compound packet (total of 8 bytes)
  1442. #1 RR (201)
  1443. RTCP PT length: 8 bytes
  1444. End of compound packet
  1445. [4977316758724497] Got an RTCP packet (bundled stream)!
  1446. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1447. Parsing compound packet (total of 8 bytes)
  1448. #1 RR (201)
  1449. RTCP PT length: 8 bytes
  1450. End of compound packet
  1451. [4977316758724497] Got an RTCP packet (bundled stream)!
  1452. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1453. Parsing compound packet (total of 8 bytes)
  1454. #1 RR (201)
  1455. RTCP PT length: 8 bytes
  1456. End of compound packet
  1457. [4977316758724497] Got an RTCP packet (bundled stream)!
  1458. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1459. Parsing compound packet (total of 8 bytes)
  1460. #1 RR (201)
  1461. RTCP PT length: 8 bytes
  1462. End of compound packet
  1463. Long poll time out for session 874817759570712...
  1464. We have a message to serve...
  1465. {
  1466. "janus": "keepalive"
  1467. }
  1468. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  1469. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP GET request on /janus/874817759570712...
  1470. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  1471. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  1472. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  1473. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  1474. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  1475. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  1476. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  1477. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate, sdch
  1478. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  1479. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP GET request on /janus/874817759570712...
  1480. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  1481. Session: 874817759570712
  1482. Got a Janus API request from janus.transport.http (0x7f9610000e90)
  1483. Session 874817759570712 found... returning up to 1 messages
  1484. [transports/janus_http.c:janus_http_notifier:1693] ... handling long poll...
  1485. Transport task pool, serving request
  1486. Got a keep-alive on session 874817759570712
  1487. Sending Janus API response to janus.transport.http (0x7f9610000e90)
  1488. Got a Janus API response to send (0x7f9610000e90)
  1489. [4977316758724497] Got an RTCP packet (bundled stream)!
  1490. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1491. Parsing compound packet (total of 8 bytes)
  1492. #1 RR (201)
  1493. RTCP PT length: 8 bytes
  1494. End of compound packet
  1495. [4977316758724497] Got an RTCP packet (bundled stream)!
  1496. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1497. Parsing compound packet (total of 8 bytes)
  1498. #1 RR (201)
  1499. RTCP PT length: 8 bytes
  1500. End of compound packet
  1501. [4977316758724497] Got an RTCP packet (bundled stream)!
  1502. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1503. Parsing compound packet (total of 8 bytes)
  1504. #1 RR (201)
  1505. RTCP PT length: 8 bytes
  1506. End of compound packet
  1507. [4977316758724497] Got an RTCP packet (bundled stream)!
  1508. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1509. Parsing compound packet (total of 8 bytes)
  1510. #1 RR (201)
  1511. RTCP PT length: 8 bytes
  1512. End of compound packet
  1513. [4977316758724497] Got an RTCP packet (bundled stream)!
  1514. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1515. Parsing compound packet (total of 8 bytes)
  1516. #1 RR (201)
  1517. RTCP PT length: 8 bytes
  1518. End of compound packet
  1519. [4977316758724497] Got an RTCP packet (bundled stream)!
  1520. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1521. Parsing compound packet (total of 8 bytes)
  1522. #1 RR (201)
  1523. RTCP PT length: 8 bytes
  1524. End of compound packet
  1525. [4977316758724497] Got an RTCP packet (bundled stream)!
  1526. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1527. Parsing compound packet (total of 8 bytes)
  1528. #1 RR (201)
  1529. RTCP PT length: 8 bytes
  1530. End of compound packet
  1531. [4977316758724497] Got an RTCP packet (bundled stream)!
  1532. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1533. Parsing compound packet (total of 8 bytes)
  1534. #1 RR (201)
  1535. RTCP PT length: 8 bytes
  1536. End of compound packet
  1537. [4977316758724497] Got an RTCP packet (bundled stream)!
  1538. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1539. Parsing compound packet (total of 8 bytes)
  1540. #1 RR (201)
  1541. RTCP PT length: 8 bytes
  1542. End of compound packet
  1543. [4977316758724497] Got an RTCP packet (bundled stream)!
  1544. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1545. Parsing compound packet (total of 8 bytes)
  1546. #1 RR (201)
  1547. RTCP PT length: 8 bytes
  1548. End of compound packet
  1549. [4977316758724497] Got an RTCP packet (bundled stream)!
  1550. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1551. Parsing compound packet (total of 8 bytes)
  1552. #1 RR (201)
  1553. RTCP PT length: 8 bytes
  1554. End of compound packet
  1555. [4977316758724497] Got an RTCP packet (bundled stream)!
  1556. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1557. Parsing compound packet (total of 8 bytes)
  1558. #1 RR (201)
  1559. RTCP PT length: 8 bytes
  1560. End of compound packet
  1561. [4977316758724497] Got an RTCP packet (bundled stream)!
  1562. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1563. Parsing compound packet (total of 8 bytes)
  1564. #1 RR (201)
  1565. RTCP PT length: 8 bytes
  1566. End of compound packet
  1567. [4977316758724497] Got an RTCP packet (bundled stream)!
  1568. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1569. Parsing compound packet (total of 8 bytes)
  1570. #1 RR (201)
  1571. RTCP PT length: 8 bytes
  1572. End of compound packet
  1573. [4977316758724497] Got an RTCP packet (bundled stream)!
  1574. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1575. Parsing compound packet (total of 8 bytes)
  1576. #1 RR (201)
  1577. RTCP PT length: 8 bytes
  1578. End of compound packet
  1579. [4977316758724497] Got an RTCP packet (bundled stream)!
  1580. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1581. Parsing compound packet (total of 8 bytes)
  1582. #1 RR (201)
  1583. RTCP PT length: 8 bytes
  1584. End of compound packet
  1585. [4977316758724497] Got an RTCP packet (bundled stream)!
  1586. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1587. Parsing compound packet (total of 8 bytes)
  1588. #1 RR (201)
  1589. RTCP PT length: 8 bytes
  1590. End of compound packet
  1591. [4977316758724497] Got an RTCP packet (bundled stream)!
  1592. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1593. Parsing compound packet (total of 8 bytes)
  1594. #1 RR (201)
  1595. RTCP PT length: 8 bytes
  1596. End of compound packet
  1597. [4977316758724497] Got an RTCP packet (bundled stream)!
  1598. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1599. Parsing compound packet (total of 8 bytes)
  1600. #1 RR (201)
  1601. RTCP PT length: 8 bytes
  1602. End of compound packet
  1603. [4977316758724497] Got an RTCP packet (bundled stream)!
  1604. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1605. Parsing compound packet (total of 8 bytes)
  1606. #1 RR (201)
  1607. RTCP PT length: 8 bytes
  1608. End of compound packet
  1609. [4977316758724497] Got an RTCP packet (bundled stream)!
  1610. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1611. Parsing compound packet (total of 8 bytes)
  1612. #1 RR (201)
  1613. RTCP PT length: 8 bytes
  1614. End of compound packet
  1615. [4977316758724497] Got an RTCP packet (bundled stream)!
  1616. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1617. Parsing compound packet (total of 8 bytes)
  1618. #1 RR (201)
  1619. RTCP PT length: 8 bytes
  1620. End of compound packet
  1621. [4977316758724497] Got an RTCP packet (bundled stream)!
  1622. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1623. Parsing compound packet (total of 8 bytes)
  1624. #1 RR (201)
  1625. RTCP PT length: 8 bytes
  1626. End of compound packet
  1627. [4977316758724497] Got an RTCP packet (bundled stream)!
  1628. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1629. Parsing compound packet (total of 8 bytes)
  1630. #1 RR (201)
  1631. RTCP PT length: 8 bytes
  1632. End of compound packet
  1633. [4977316758724497] Got an RTCP packet (bundled stream)!
  1634. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1635. Parsing compound packet (total of 8 bytes)
  1636. #1 RR (201)
  1637. RTCP PT length: 8 bytes
  1638. End of compound packet
  1639. [4977316758724497] Got an RTCP packet (bundled stream)!
  1640. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1641. Parsing compound packet (total of 8 bytes)
  1642. #1 RR (201)
  1643. RTCP PT length: 8 bytes
  1644. End of compound packet
  1645. [4977316758724497] Got an RTCP packet (bundled stream)!
  1646. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1647. Parsing compound packet (total of 8 bytes)
  1648. #1 RR (201)
  1649. RTCP PT length: 8 bytes
  1650. End of compound packet
  1651. [4977316758724497] Got an RTCP packet (bundled stream)!
  1652. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1653. Parsing compound packet (total of 8 bytes)
  1654. #1 RR (201)
  1655. RTCP PT length: 8 bytes
  1656. End of compound packet
  1657. [4977316758724497] Got an RTCP packet (bundled stream)!
  1658. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1659. Parsing compound packet (total of 8 bytes)
  1660. #1 RR (201)
  1661. RTCP PT length: 8 bytes
  1662. End of compound packet
  1663. [4977316758724497] Got an RTCP packet (bundled stream)!
  1664. [4977316758724497] Incoming RTCP, bundling: this is video (no audio has been negotiated)
  1665. Parsing compound packet (total of 8 bytes)
  1666. #1 RR (201)
  1667. RTCP PT length: 8 bytes
  1668. End of compound packet
  1669. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP OPTIONS request on /janus/874817759570712/4977316758724497...
  1670. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  1671. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  1672. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  1673. [transports/janus_http.c:janus_http_headers:1652] Access-Control-Request-Method: POST
  1674. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  1675. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  1676. [transports/janus_http.c:janus_http_headers:1652] Access-Control-Request-Headers: content-type
  1677. [transports/janus_http.c:janus_http_headers:1652] Accept: */*
  1678. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  1679. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate, sdch
  1680. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  1681. [4977316758724497] Looks like DTLS!
  1682. [4977316758724497] Written 61 bytes on the read BIO...
  1683. [4977316758724497] DTLS alert triggered on stream 1 (component 1), closing...
  1684. [4977316758724497] Telling the plugin about it (JANUS Streaming plugin)
  1685. No WebRTC media anymore
  1686. [4977316758724497] Notifying WebRTC hangup
  1687. [4977316758724497] Sending event to transport...
  1688. Sending event to janus.transport.http (0x7f9610000ad0)
  1689. Got a Janus API event to send (0x7f9610000ad0)
  1690. [4977316758724497] ... and read 0 of them from SSL...
  1691. [4977316758724497] Any data available?
  1692. [4977316758724497] ICE thread ended!
  1693. Stopping the streaming
  1694. -- Removing the session from the mountpoint listeners
  1695. -- -- Found!
  1696. [4977316758724497] Sending event to transport...
  1697. Sending event to janus.transport.http (0x7f9610000ad0)
  1698. Got a Janus API event to send (0x7f9610000ad0)
  1699. >> Pushing event: 0 (Success)
  1700. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  1701. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP POST request on /janus/874817759570712/4977316758724497...
  1702. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  1703. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  1704. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  1705. [transports/janus_http.c:janus_http_headers:1652] Content-Length: 74
  1706. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  1707. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  1708. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  1709. [transports/janus_http.c:janus_http_headers:1652] Content-Type: application/json
  1710. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  1711. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate
  1712. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  1713. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712/4977316758724497...
  1714. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  1715. Session: 874817759570712
  1716. Handle: 4977316758724497
  1717. Processing POST data (application/json) (74 bytes)...
  1718. [transports/janus_http.c:janus_http_handler:1171] -- Data we have now (74 bytes)
  1719. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712/4977316758724497...
  1720. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  1721. Session: 874817759570712
  1722. Handle: 4977316758724497
  1723. Processing POST data (application/json) (0 bytes)...
  1724. [transports/janus_http.c:janus_http_handler:1176] Done getting payload, we can answer
  1725. {"janus":"message","body":{"request":"stop"},"transaction":"cRLr9OS4FhTw"}
  1726. Forwarding request to the core (0x7f9614000c20)
  1727. Got a Janus API request from janus.transport.http (0x7f9614000c20)
  1728. Transport task pool, serving request
  1729. [4977316758724497] There's a message for JANUS Streaming plugin
  1730. Creating plugin result...
  1731. Sending Janus API response to janus.transport.http (0x7f9614000c20)
  1732. Got a Janus API response to send (0x7f9614000c20)
  1733. Destroying plugin result...
  1734. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  1735. We have a message to serve...
  1736. {
  1737. "janus": "hangup",
  1738. "session_id": 874817759570712,
  1739. "sender": 4977316758724497,
  1740. "reason": "DTLS alert"
  1741. }
  1742. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  1743. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP GET request on /janus/874817759570712...
  1744. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  1745. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  1746. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  1747. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  1748. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  1749. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  1750. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  1751. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate, sdch
  1752. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  1753. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP GET request on /janus/874817759570712...
  1754. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  1755. Session: 874817759570712
  1756. Got a Janus API request from janus.transport.http (0x7f9610000e90)
  1757. Session 874817759570712 found... returning up to 1 messages
  1758. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  1759. Transport task pool, serving request
  1760. Got a keep-alive on session 874817759570712
  1761. Sending Janus API response to janus.transport.http (0x7f9610000e90)
  1762. Got a Janus API response to send (0x7f9610000e90)
  1763. [4977316758724497] ICE send thread leaving...
  1764. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP GET request on /janus/874817759570712...
  1765. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  1766. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  1767. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  1768. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  1769. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  1770. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  1771. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  1772. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate, sdch
  1773. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  1774. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP GET request on /janus/874817759570712...
  1775. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  1776. Session: 874817759570712
  1777. Got a Janus API request from janus.transport.http (0x7f9610000e90)
  1778. Session 874817759570712 found... returning up to 1 messages
  1779. [transports/janus_http.c:janus_http_notifier:1693] ... handling long poll...
  1780. Transport task pool, serving request
  1781. Got a keep-alive on session 874817759570712
  1782. Sending Janus API response to janus.transport.http (0x7f9610000e90)
  1783. Got a Janus API response to send (0x7f9610000e90)
  1784. [4977316758724497] WebRTC resources freed
  1785. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP POST request on /janus/874817759570712/4977316758724497...
  1786. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  1787. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  1788. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  1789. [transports/janus_http.c:janus_http_headers:1652] Content-Length: 47
  1790. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  1791. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  1792. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  1793. [transports/janus_http.c:janus_http_headers:1652] Content-Type: application/json
  1794. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  1795. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate
  1796. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  1797. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712/4977316758724497...
  1798. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  1799. Session: 874817759570712
  1800. Handle: 4977316758724497
  1801. Processing POST data (application/json) (47 bytes)...
  1802. [transports/janus_http.c:janus_http_handler:1171] -- Data we have now (47 bytes)
  1803. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712/4977316758724497...
  1804. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  1805. Session: 874817759570712
  1806. Handle: 4977316758724497
  1807. Processing POST data (application/json) (0 bytes)...
  1808. [transports/janus_http.c:janus_http_handler:1176] Done getting payload, we can answer
  1809. {"janus":"detach","transaction":"CmT28iN3yCtM"}
  1810. Forwarding request to the core (0x7f9614000c20)
  1811. Got a Janus API request from janus.transport.http (0x7f9614000c20)
  1812. Transport task pool, serving request
  1813. Detaching handle from JANUS Streaming plugin
  1814. Removing streaming session...
  1815. [4977316758724497] Sending event to transport...
  1816. Sending event to janus.transport.http (0x7f9610000ad0)
  1817. Got a Janus API event to send (0x7f9610000ad0)
  1818. [4977316758724497] Handle detached (error=0), scheduling destruction
  1819. Sending Janus API response to janus.transport.http (0x7f9614000c20)
  1820. Got a Janus API response to send (0x7f9614000c20)
  1821. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  1822. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP OPTIONS request on /janus/874817759570712...
  1823. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  1824. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  1825. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  1826. [transports/janus_http.c:janus_http_headers:1652] Access-Control-Request-Method: POST
  1827. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  1828. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  1829. [transports/janus_http.c:janus_http_headers:1652] Access-Control-Request-Headers: content-type
  1830. [transports/janus_http.c:janus_http_headers:1652] Accept: */*
  1831. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  1832. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate, sdch
  1833. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  1834. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  1835. [transports/janus_http.c:janus_http_handler:1038] Got a HTTP POST request on /janus/874817759570712...
  1836. [transports/janus_http.c:janus_http_handler:1039] ... Just parsing headers for now...
  1837. [transports/janus_http.c:janus_http_headers:1652] Host: 10.19.2.220:8088
  1838. [transports/janus_http.c:janus_http_headers:1652] Connection: keep-alive
  1839. [transports/janus_http.c:janus_http_headers:1652] Content-Length: 48
  1840. [transports/janus_http.c:janus_http_headers:1652] Accept: application/json, text/javascript, */*; q=0.01
  1841. [transports/janus_http.c:janus_http_headers:1652] Origin: http://10.19.2.220:8000
  1842. [transports/janus_http.c:janus_http_headers:1652] User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36
  1843. [transports/janus_http.c:janus_http_headers:1652] Content-Type: application/json
  1844. [transports/janus_http.c:janus_http_headers:1652] Referer: http://10.19.2.220:8000/demos/streamingtest.html
  1845. [transports/janus_http.c:janus_http_headers:1652] Accept-Encoding: gzip, deflate
  1846. [transports/janus_http.c:janus_http_headers:1652] Accept-Language: en-US,en;q=0.8
  1847. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712...
  1848. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  1849. Session: 874817759570712
  1850. Processing POST data (application/json) (48 bytes)...
  1851. [transports/janus_http.c:janus_http_handler:1171] -- Data we have now (48 bytes)
  1852. [transports/janus_http.c:janus_http_handler:1064] Processing HTTP POST request on /janus/874817759570712...
  1853. [transports/janus_http.c:janus_http_handler:1121] ... parsing request...
  1854. Session: 874817759570712
  1855. Processing POST data (application/json) (0 bytes)...
  1856. [transports/janus_http.c:janus_http_handler:1176] Done getting payload, we can answer
  1857. {"janus":"destroy","transaction":"TjzWnf7hRZSM"}
  1858. Forwarding request to the core (0x7f9614000c20)
  1859. Got a Janus API request from janus.transport.http (0x7f9614000c20)
  1860. Transport task pool, serving request
  1861. Session is over (874817759570712), getting rid of the queue for the long poll
  1862. Sending Janus API response to janus.transport.http (0x7f9614000c20)
  1863. Got a Janus API response to send (0x7f9614000c20)
  1864. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  1865. Long poll time out for session 874817759570712...
  1866. We have a message to serve...
  1867. {
  1868. "janus": "keepalive"
  1869. }
  1870. [transports/janus_http.c:janus_http_request_completed:1667] Request completed, freeing data
  1871. Checking 1 old Streaming sessions...
  1872. Checking 1 old HTTP/Janus sessions sessions...
  1873. Checking 1 old Streaming sessions...
  1874. Checking 1 old HTTP/Janus sessions sessions...
  1875. Checking 1 old Streaming sessions...
  1876. Checking 1 old HTTP/Janus sessions sessions...
  1877. Freeing old HTTP/Janus session
  1878. Checking 1 old Streaming sessions...
  1879. Checking 1 old Streaming sessions...
  1880. Checking 1 old Streaming sessions...
  1881. Cleaning up handle 4977316758724497...
  1882. [4977316758724497] WebRTC resources freed
  1883. [4977316758724497] Handle and related resources freed
  1884. [janus.c:janus_cleanup_session:345] Cleaning up session 874817759570712...
  1885. Destroying session 874817759570712
  1886. Checking 1 old Streaming sessions...
  1887. Checking 1 old Streaming sessions...
  1888. Checking 1 old Streaming sessions...
  1889. Checking 1 old Streaming sessions...
  1890. Checking 1 old Streaming sessions...
  1891. Freeing old Streaming session
  1892. ^CStopping gateway, please wait...
  1893. Ending watchdog mainloop...
  1894. Closing transport plugins:
  1895. Stopping webserver(s)...
  1896. HTTP/Janus sessions watchdog stopped
  1897. JANUS REST (HTTP/HTTPS) transport plugin destroyed!
  1898. WebSocket (Janus API) thread ended
  1899. [WSS-0x7ffea1c2e900] 28 (LWS_CALLBACK_PROTOCOL_DESTROY)
  1900. JANUS WebSockets transport plugin destroyed!
  1901. Unix Sockets thread ended
  1902. JANUS Unix Sockets transport plugin destroyed!
  1903. Destroying sessions...
  1904. Freeing crypto resources...
  1905. Ending ICE handles watchdog mainloop...
  1906. Closing plugins:
  1907. Leaving VoiceMail handler thread
  1908. VoiceMail watchdog stopped
  1909. JANUS VoiceMail plugin destroyed!
  1910. Leaving AudioBridge handler thread
  1911. Leaving mixer thread for room 1234 (Demo Room)...
  1912. AudioBridge watchdog stopped
  1913. JANUS AudioBridge plugin destroyed!
  1914. Leaving EchoTest handler thread
  1915. EchoTest watchdog stopped
  1916. JANUS EchoTest plugin destroyed!
  1917. LeavingRecord&Play handler thread
  1918. Record&Play watchdog stopped
  1919. JANUS Record&Play plugin destroyed!
  1920. Leaving TextRoom handler thread
  1921. TextRoom watchdog stopped
  1922. JANUS TextRoom plugin destroyed!
  1923. Leaving VideoRoom handler thread
  1924. VideoRoom watchdog stopped
  1925. JANUS VideoRoom plugin destroyed!
  1926. Leaving VideoCall handler thread
  1927. VideoCall watchdog stopped
  1928. JANUS VideoCall plugin destroyed!
  1929. Leaving Streaming handler thread
  1930. [file-live-sample] Leaving filesource (live) thread
  1931. [rtsp-test] Leaving streaming relay thread
  1932. [gstreamer-sample] Leaving streaming relay thread
  1933. Streaming watchdog stopped
  1934. JANUS Streaming plugin destroyed!
  1935. Leaving SIP handler thread
  1936. SIP watchdog stopped
  1937. JANUS SIP plugin destroyed!
  1938. Bye!
  1939. thills@thills-VirtualBox:/opt/j
Add Comment
Please, Sign In to add comment