Guest User

Untitled

a guest
Nov 9th, 2017
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 62.92 KB | None | 0 0
  1. ---------------------------------------------------
  2. Starting Meetecho Janus (WebRTC Gateway) v0.2.4
  3. ---------------------------------------------------
  4.  
  5. Checking command line arguments...
  6. [janus.cfg]
  7. [general]
  8. configs_folder: /data/janus
  9. plugins_folder: /usr/lib/janus/plugins
  10. transports_folder: /usr/lib/janus/transports
  11. events_folder: /usr/lib/janus/events
  12. log_to_file: /data/janus.log
  13. debug_level: 7
  14. admin_secret: janusoverlord
  15. [certificates]
  16. cert_pem: /etc/janus/certs/mycert.pem
  17. cert_key: /etc/janus/certs/mycert.key
  18. [media]
  19. [nat]
  20. stun_server: stun.l.google.com
  21. stun_port: 19302
  22. nice_debug: false
  23. ice_lite: true
  24. ice_tcp: true
  25. turn_server: 68.66.233.126
  26. turn_port: 3478
  27. turn_type: tls
  28. turn_user: baby
  29. turn_pwd: baby
  30. ice_ignore_list: vmnet
  31. [plugins]
  32. [transports]
  33. [events]
  34. Debug/log level is 7
  35. Debug/log timestamps are disabled
  36. Debug/log colors are enabled
  37. Adding 'vmnet' to the ICE ignore list...
  38. Selecting local IP address...
  39. Using 10.29.6.93 as local IP...
  40. [WARN] Token based authentication disabled
  41. Initializing recorder code
  42. Initializing ICE stuff (Lite mode, ICE-TCP candidates enabled, IPv6 support disabled)
  43. ICE handles watchdog started
  44. STUN server to use: stun.l.google.com:19302
  45. >> 173.194.199.127:19302
  46. Testing STUN server: message is of 20 bytes
  47. >> Sent 20 bytes 173.194.199.127:19302, waiting for reply...
  48. >> Got 32 bytes...
  49. >> XOR-MAPPED-ADDRESS: 0
  50. >> Our public address is 173.196.147.115
  51. TURN server to use: 68.66.233.126:3478 (tls)
  52. >> 68.66.233.126:3478
  53. TURN REST API backend: (disabled)
  54. BUNDLE is NOT going to be forced
  55. rtcp-mux is NOT going to be forced
  56. -- RTCP component blackhole socket bound to port 47451
  57. Using certificates:
  58. /etc/janus/certs/mycert.pem
  59. /etc/janus/certs/mycert.key
  60. Crypto: OpenSSL pre-1.1.0
  61. 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
  62. [WARN] Data Channels support not compiled
  63. Event handler plugins folder: /usr/lib/janus/events
  64. [WARN] Event handlers support disabled
  65. Plugins folder: /usr/lib/janus/plugins
  66. Loading plugin 'libjanus_streaming.so'...
  67. Joining Events handler thread
  68. Leaving EchoTest handler thread
  69. JANUS Streaming plugin created!
  70. Sessions watchdog started
  71. Configuration file: /data/janus/janus.plugin.streaming.cfg
  72. [janus.plugin.streaming.cfg]
  73. [general]
  74. [hitman-rtsp-test]
  75. type: rtsp
  76. id: 1
  77. description: Hitman RTSP Test
  78. audio: no
  79. video: yes
  80. url: rtsp://127.0.0.1
  81. Adding stream 'hitman-rtsp-test'
  82. Audio NOT enabled, Video enabled
  83. DESCRIBE answer:RTSP/1.0 200 OK
  84. CSeq: 1
  85. Date: Tue, Jan 01 2013 07:36:18 GMT
  86. Content-Base: rtsp://127.0.0.1//
  87. Content-Type: application/sdp
  88. Content-Length: 574
  89.  
  90. v=0
  91. o=- 1357025778181458 1 IN IP4 10.29.6.93
  92. s=Live Recorder H.264 Video And AMR-NB Audio, streamed by the LIVE555 Media Server
  93. i=
  94. t=0 0
  95. a=tool:LIVE555 Streaming Media v2015.01.27
  96. a=type:broadcast
  97. a=control:*
  98. a=range:npt=0-
  99. a=x-qt-text-nam:Live Recorder H.264 Video And AMR-NB Audio, streamed by the LIVE555 Media Server
  100. a=x-qt-text-inf:
  101. m=video 0 RTP/AVP 96
  102. c=IN IP4 0.0.0.0
  103. b=AS:15000
  104. a=rtpmap:96 H264/90000
  105. a=fmtp:96 packetization-mode=1;profile-level-id=640016;sprop-parameter-sets=Z2QAFqxyIDAN6EAAAAMAQAAAB6PFi6g=,aO4GcfCAIYQBChAEJg==
  106. a=control:track1
  107.  
  108. [hitman-rtsp-test] no media audio...
  109. SETUP answer:RTSP/1.0 200 OK
  110. CSeq: 2
  111. Date: Tue, Jan 01 2013 07:36:18 GMT
  112. Transport: RTP/AVP;unicast;destination=127.0.0.1;source=127.0.0.1;client_port=44225-44226;server_port=6972-6973
  113. Session: 9B6460AC;timeout=65
  114.  
  115.  
  116. -- RTSP session timeout (video): 65
  117. Sending PLAY request...
  118. PLAY answer:RTSP/1.0 200 OK
  119. CSeq: 3
  120. Date: Tue, Jan 01 2013 07:36:18 GMT
  121. Range: npt=0.000-
  122. Session: 9B6460AC
  123. RTP-Info: url=rtsp://127.0.0.1//track1;seq=48762;rtptime=1505438443
  124.  
  125.  
  126. ::: [1][hitman-rtsp-test] Hitman RTSP Test (live, RTP source, public, pin: no pin)
  127. JANUS Streaming plugin initialized!
  128. Version: 7 (0.0.7)
  129. [janus.plugin.streaming] JANUS Streaming plugin
  130. This is a streaming plugin for Janus, allowing WebRTC peers to watch/listen to pre-recorded files or media generated by gstreamer.
  131. Plugin API version: 8
  132. Transport plugins folder: /usr/lib/janus/transports
  133. Loading transport plugin 'libjanus_http.so'...
  134. Starting streaming relay thread
  135. [hitman-rtsp-test] New video stream! (ssrc=1267371756)
  136. Joining Streaming handler thread
  137. Streaming watchdog started
  138. JANUS REST (HTTP/HTTPS) transport plugin created!
  139. The installed libmicrohttpd version supports MHD_USE_AUTO
  140. Configuration file: /data/janus/janus.transport.http.cfg
  141. [janus.transport.http.cfg]
  142. [general]
  143. json: indented
  144. base_path: /janus
  145. threads: unlimited
  146. http: yes
  147. port: 8088
  148. https: no
  149. [admin]
  150. admin_base_path: /admin
  151. admin_threads: unlimited
  152. admin_http: no
  153. admin_port: 7088
  154. admin_https: no
  155. [cors]
  156. [certificates]
  157. cert_pem: /etc/janus/certs/mycert.pem
  158. cert_key: /etc/janus/certs/mycert.key
  159. Using a thread per connection for the Janus API HTTP webserver
  160. Binding to all interfaces for the Janus API HTTP webserver
  161. HTTP webserver started (port 8088, /janus path listener)...
  162. Using certificates:
  163. /etc/janus/certs/mycert.pem
  164. /etc/janus/certs/mycert.key
  165. [WARN] HTTPS webserver disabled
  166. [WARN] Admin/monitor HTTP webserver disabled
  167. [WARN] Admin/monitor HTTPS webserver disabled
  168. JANUS REST (HTTP/HTTPS) transport plugin initialized!
  169. Version: 2 (0.0.2)
  170. [janus.transport.http] JANUS REST (HTTP/HTTPS) transport plugin
  171. This transport plugin adds REST (HTTP/HTTPS) support to the Janus API via libmicrohttpd.
  172. Plugin API version: 6
  173. Janus API: enabled
  174. Admin API: disabled
  175. Loading transport plugin 'libjanus_pfunix.so'...
  176. HTTP/Janus sessions watchdog started
  177. JANUS Unix Sockets transport plugin created!
  178. Configuration file: /data/janus/janus.transport.pfunix.cfg
  179. [janus.transport.pfunix.cfg]
  180. [general]
  181. enabled: no
  182. json: indented
  183. [admin]
  184. admin_enabled: no
  185. [WARN] Unix Sockets server disabled (Janus API)
  186. [WARN] Unix Sockets server disabled (Admin API)
  187. [WARN] No Unix Sockets server started, giving up...
  188. [WARN] The 'janus.transport.pfunix' plugin could not be initialized
  189. Stopping gateway, please wait...
  190. Ending watchdog mainloop...
  191. Closing transport plugins:
  192. Stopping webserver(s)...
  193. In a hurry? I'm trying to free resources cleanly, here!
  194. HTTP/Janus sessions watchdog stopped
  195. JANUS REST (HTTP/HTTPS) transport plugin destroyed!
  196. Destroying sessions...
  197. Freeing crypto resources...
  198. Ending ICE handles watchdog mainloop...
  199. Closing plugins:
  200. Leaving Streaming handler thread
  201. [hitman-rtsp-test] Leaving streaming relay thread
  202. Streaming watchdog stopped
  203. JANUS Streaming plugin destroyed!
  204. Closing event handlers:
  205. Bye!
  206. ---------------------------------------------------
  207. Starting Meetecho Janus (WebRTC Gateway) v0.2.4
  208. ---------------------------------------------------
  209.  
  210. Checking command line arguments...
  211. [janus.cfg]
  212. [general]
  213. configs_folder: /data/janus
  214. plugins_folder: /usr/lib/janus/plugins
  215. transports_folder: /usr/lib/janus/transports
  216. events_folder: /usr/lib/janus/events
  217. log_to_file: /data/janus.log
  218. debug_level: 7
  219. admin_secret: janusoverlord
  220. [certificates]
  221. cert_pem: /etc/janus/certs/mycert.pem
  222. cert_key: /etc/janus/certs/mycert.key
  223. [media]
  224. [nat]
  225. stun_server: stun.l.google.com
  226. stun_port: 19302
  227. nice_debug: false
  228. ice_lite: true
  229. ice_tcp: true
  230. turn_server: 68.66.233.126
  231. turn_port: 3478
  232. turn_type: udp
  233. turn_user: baby
  234. turn_pwd: baby
  235. ice_ignore_list: vmnet
  236. [plugins]
  237. [transports]
  238. [events]
  239. Debug/log level is 7
  240. Debug/log timestamps are disabled
  241. Debug/log colors are enabled
  242. Adding 'vmnet' to the ICE ignore list...
  243. Selecting local IP address...
  244. Using 10.29.6.93 as local IP...
  245. [WARN] Token based authentication disabled
  246. Initializing recorder code
  247. Initializing ICE stuff (Lite mode, ICE-TCP candidates enabled, IPv6 support disabled)
  248. ICE handles watchdog started
  249. STUN server to use: stun.l.google.com:19302
  250. >> 173.194.199.127:19302
  251. Testing STUN server: message is of 20 bytes
  252. >> Sent 20 bytes 173.194.199.127:19302, waiting for reply...
  253. >> Got 32 bytes...
  254. >> XOR-MAPPED-ADDRESS: 0
  255. >> Our public address is 173.196.147.115
  256. TURN server to use: 68.66.233.126:3478 (udp)
  257. >> 68.66.233.126:3478
  258. TURN REST API backend: (disabled)
  259. BUNDLE is NOT going to be forced
  260. rtcp-mux is NOT going to be forced
  261. -- RTCP component blackhole socket bound to port 37081
  262. Using certificates:
  263. /etc/janus/certs/mycert.pem
  264. /etc/janus/certs/mycert.key
  265. Crypto: OpenSSL pre-1.1.0
  266. 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
  267. [WARN] Data Channels support not compiled
  268. Event handler plugins folder: /usr/lib/janus/events
  269. [WARN] Event handlers support disabled
  270. Plugins folder: /usr/lib/janus/plugins
  271. Loading plugin 'libjanus_streaming.so'...
  272. Joining Events handler thread
  273. Leaving EchoTest handler thread
  274. JANUS Streaming plugin created!
  275. Sessions watchdog started
  276. Configuration file: /data/janus/janus.plugin.streaming.cfg
  277. [janus.plugin.streaming.cfg]
  278. [general]
  279. [hitman-rtsp-test]
  280. type: rtsp
  281. id: 1
  282. description: Hitman RTSP Test
  283. audio: no
  284. video: yes
  285. url: rtsp://127.0.0.1
  286. Adding stream 'hitman-rtsp-test'
  287. Audio NOT enabled, Video enabled
  288. DESCRIBE answer:RTSP/1.0 200 OK
  289. CSeq: 1
  290. Date: Tue, Jan 01 2013 08:01:12 GMT
  291. Content-Base: rtsp://127.0.0.1//
  292. Content-Type: application/sdp
  293. Content-Length: 574
  294.  
  295. v=0
  296. o=- 1357027271924389 1 IN IP4 10.29.6.93
  297. s=Live Recorder H.264 Video And AMR-NB Audio, streamed by the LIVE555 Media Server
  298. i=
  299. t=0 0
  300. a=tool:LIVE555 Streaming Media v2015.01.27
  301. a=type:broadcast
  302. a=control:*
  303. a=range:npt=0-
  304. a=x-qt-text-nam:Live Recorder H.264 Video And AMR-NB Audio, streamed by the LIVE555 Media Server
  305. a=x-qt-text-inf:
  306. m=video 0 RTP/AVP 96
  307. c=IN IP4 0.0.0.0
  308. b=AS:15000
  309. a=rtpmap:96 H264/90000
  310. a=fmtp:96 packetization-mode=1;profile-level-id=640016;sprop-parameter-sets=Z2QAFqxyIDAN6EAAAAMAQAAAB6PFi6g=,aO4GcfCAIYQBChAEJg==
  311. a=control:track1
  312.  
  313. [hitman-rtsp-test] no media audio...
  314. SETUP answer:RTSP/1.0 200 OK
  315. CSeq: 2
  316. Date: Tue, Jan 01 2013 08:01:12 GMT
  317. Transport: RTP/AVP;unicast;destination=127.0.0.1;source=127.0.0.1;client_port=50336-50337;server_port=6970-6971
  318. Session: 0D655BD4;timeout=65
  319.  
  320.  
  321. -- RTSP session timeout (video): 65
  322. Sending PLAY request...
  323. PLAY answer:RTSP/1.0 200 OK
  324. CSeq: 3
  325. Date: Tue, Jan 01 2013 08:01:12 GMT
  326. Range: npt=0.000-
  327. Session: 0D655BD4
  328. RTP-Info: url=rtsp://127.0.0.1//track1;seq=26458;rtptime=1615028259
  329.  
  330.  
  331. ::: [1][hitman-rtsp-test] Hitman RTSP Test (live, RTP source, public, pin: no pin)
  332. JANUS Streaming plugin initialized!
  333. Version: 7 (0.0.7)
  334. [janus.plugin.streaming] JANUS Streaming plugin
  335. This is a streaming plugin for Janus, allowing WebRTC peers to watch/listen to pre-recorded files or media generated by gstreamer.
  336. Plugin API version: 8
  337. Transport plugins folder: /usr/lib/janus/transports
  338. Loading transport plugin 'libjanus_http.so'...
  339. Joining Streaming handler thread
  340. Starting streaming relay thread
  341. Streaming watchdog started
  342. [hitman-rtsp-test] New video stream! (ssrc=2606694636)
  343. JANUS REST (HTTP/HTTPS) transport plugin created!
  344. The installed libmicrohttpd version supports MHD_USE_AUTO
  345. Configuration file: /data/janus/janus.transport.http.cfg
  346. [janus.transport.http.cfg]
  347. [general]
  348. json: indented
  349. base_path: /janus
  350. threads: unlimited
  351. http: yes
  352. port: 8088
  353. https: yes
  354. secure_port: 8089
  355. [admin]
  356. admin_base_path: /admin
  357. admin_threads: unlimited
  358. admin_http: no
  359. admin_port: 7088
  360. admin_https: no
  361. [cors]
  362. [certificates]
  363. cert_pem: /etc/janus/certs/mycert.pem
  364. cert_key: /etc/janus/certs/mycert.key
  365. Using a thread per connection for the Janus API HTTP webserver
  366. Binding to all interfaces for the Janus API HTTP webserver
  367. HTTP webserver started (port 8088, /janus path listener)...
  368. Using certificates:
  369. /etc/janus/certs/mycert.pem
  370. /etc/janus/certs/mycert.key
  371. Using a thread per connection for the Janus API HTTPS webserver
  372. Binding to all interfaces for the Janus API HTTPS webserver
  373. HTTPS webserver started (port 8089, /janus path listener)...
  374. [WARN] Admin/monitor HTTP webserver disabled
  375. [WARN] Admin/monitor HTTPS webserver disabled
  376. JANUS REST (HTTP/HTTPS) transport plugin initialized!
  377. Version: 2 (0.0.2)
  378. [janus.transport.http] JANUS REST (HTTP/HTTPS) transport plugin
  379. This transport plugin adds REST (HTTP/HTTPS) support to the Janus API via libmicrohttpd.
  380. Plugin API version: 6
  381. Janus API: enabled
  382. Admin API: disabled
  383. Loading transport plugin 'libjanus_pfunix.so'...
  384. HTTP/Janus sessions watchdog started
  385. JANUS Unix Sockets transport plugin created!
  386. Configuration file: /data/janus/janus.transport.pfunix.cfg
  387. [janus.transport.pfunix.cfg]
  388. [general]
  389. enabled: no
  390. json: indented
  391. [admin]
  392. admin_enabled: no
  393. [WARN] Unix Sockets server disabled (Janus API)
  394. [WARN] Unix Sockets server disabled (Admin API)
  395. [WARN] No Unix Sockets server started, giving up...
  396. [WARN] The 'janus.transport.pfunix' plugin could not be initialized
  397. [hitman-rtsp-test] 32s passed, sending GET_PARAMETER
  398. [hitman-rtsp-test] 32s passed, sending GET_PARAMETER
  399. [hitman-rtsp-test] 32s passed, sending GET_PARAMETER
  400. New connection on REST API: ::ffff:127.0.0.1
  401. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP POST request on /janus...
  402. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  403. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  404. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  405. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  406. [transports/janus_http.c:janus_http_headers:1732] Transfer-Encoding: chunked
  407. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus...
  408. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  409. Processing POST data (application/json) (39 bytes)...
  410. [transports/janus_http.c:janus_http_handler:1266] -- Data we have now (39 bytes)
  411. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus...
  412. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  413. Processing POST data (application/json) (0 bytes)...
  414. [transports/janus_http.c:janus_http_handler:1271] Done getting payload, we can answer
  415. {"janus":"create","transaction":"1234"}
  416. Forwarding request to the core (0x4dd500)
  417. Got a Janus API request from janus.transport.http (0x4dd500)
  418. Transport task pool, serving request
  419. Creating new session: 805135789735528
  420. Session created (805135789735528), create a queue for the long poll
  421. Sending Janus API response to janus.transport.http (0x4dd500)
  422. Got a Janus API response to send (0x4dd500)
  423. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  424. New connection on REST API: ::ffff:127.0.0.1
  425. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP POST request on /janus/805135789735528...
  426. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  427. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  428. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  429. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  430. [transports/janus_http.c:janus_http_headers:1732] Transfer-Encoding: chunked
  431. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus/805135789735528...
  432. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  433. Session: 805135789735528
  434. Processing POST data (application/json) (76 bytes)...
  435. [transports/janus_http.c:janus_http_handler:1266] -- Data we have now (76 bytes)
  436. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus/805135789735528...
  437. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  438. Session: 805135789735528
  439. Processing POST data (application/json) (0 bytes)...
  440. [transports/janus_http.c:janus_http_handler:1271] Done getting payload, we can answer
  441. {"janus":"attach","plugin":"janus.plugin.streaming", "transaction":"123456"}
  442. Forwarding request to the core (0x4d7f80)
  443. Got a Janus API request from janus.transport.http (0x4d7f80)
  444. Transport task pool, serving request
  445. Creating new handle in session 805135789735528: 521131700431245
  446. Sending Janus API response to janus.transport.http (0x4d7f80)
  447. Got a Janus API response to send (0x4d7f80)
  448. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  449. New connection on REST API: ::ffff:127.0.0.1
  450. New connection on REST API: ::ffff:127.0.0.1
  451. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP GET request on /janus/805135789735528...
  452. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  453. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  454. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  455. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  456. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP GET request on /janus/805135789735528...
  457. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  458. Session: 805135789735528
  459. Got a Janus API request from janus.transport.http (0x4da680)
  460. Session 805135789735528 found... returning up to 1 messages
  461. [transports/janus_http.c:janus_http_notifier:1773] ... handling long poll...
  462. Transport task pool, serving request
  463. Got a keep-alive on session 805135789735528
  464. Sending Janus API response to janus.transport.http (0x4da680)
  465. Got a Janus API response to send (0x4da680)
  466. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP POST request on /janus/805135789735528/521131700431245...
  467. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  468. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  469. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  470. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  471. [transports/janus_http.c:janus_http_headers:1732] Transfer-Encoding: chunked
  472. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus/805135789735528/521131700431245...
  473. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  474. Session: 805135789735528
  475. Handle: 521131700431245
  476. Processing POST data (application/json) (76 bytes)...
  477. [transports/janus_http.c:janus_http_handler:1266] -- Data we have now (76 bytes)
  478. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus/805135789735528/521131700431245...
  479. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  480. Session: 805135789735528
  481. Handle: 521131700431245
  482. Processing POST data (application/json) (0 bytes)...
  483. [transports/janus_http.c:janus_http_handler:1271] Done getting payload, we can answer
  484. {"janus":"message","body":{"request":"watch", "id":1}, "transaction":"1234"}
  485. Forwarding request to the core (0x2ca10848)
  486. Got a Janus API request from janus.transport.http (0x2ca10848)
  487. Transport task pool, serving request
  488. [521131700431245] There's a message for JANUS Streaming plugin
  489. Creating plugin result...
  490. Sending Janus API response to janus.transport.http (0x2ca10848)
  491. Got a Janus API response to send (0x2ca10848)
  492. Destroying plugin result...
  493. Request to watch mountpoint/stream 1
  494. Going to offer this SDP:
  495. v=0
  496. o=- 1357027391354522 1357027391354522 IN IP4 127.0.0.1
  497. s=Mountpoint 1
  498. t=0 0
  499. m=video 1 RTP/SAVPF 96
  500. c=IN IP4 1.1.1.1
  501. a=rtpmap:96 H264/90000
  502. a=fmtp:96 packetization-mode=1;profile-level-id=640016;sprop-parameter-sets=Z2QAFqxyIDAN6EAAAAMAQAAAB6PFi6g=,aO4GcfCAIYQBChAEJg==
  503. a=rtcp-fb:96 nack
  504. a=rtcp-fb:96 goog-remb
  505. a=sendonly
  506.  
  507. [521131700431245] Audio has NOT been negotiated
  508. [521131700431245] Video has been negotiated
  509. [521131700431245] SCTP/DataChannels have NOT been negotiated
  510. [521131700431245] Setting ICE locally: got ANSWER (0 audios, 1 videos)
  511. [521131700431245] Creating ICE agent (ICE Lite mode, controlled)
  512. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  513. [521131700431245] ICE thread started
  514. [521131700431245] Adding 10.29.6.93 to the addresses to gather candidates for
  515. [521131700431245] Gathering done for stream 1
  516. -------------------------------------------
  517. >> Anonymized
  518. -------------------------------------------
  519. [521131700431245] We have 3 candidates for Stream #1, Component #1
  520. [521131700431245] Stream #1, Component #1
  521. [521131700431245] Address: 10.29.6.93:32923
  522. [521131700431245] Priority: 2013266431
  523. [521131700431245] Foundation: 1
  524. [521131700431245] 1 1 udp 2013266431 10.29.6.93 32923 typ host[521131700431245] Stream #1, Component #1
  525. [521131700431245] Address: 10.29.6.93:0
  526. [521131700431245] Priority: 1015022079
  527. [521131700431245] Foundation: 2
  528. [521131700431245] 2 1 tcp 1015022079 10.29.6.93 0 typ host tcptype active[521131700431245] Stream #1, Component #1
  529. [521131700431245] Address: 10.29.6.93:38660
  530. [521131700431245] Priority: 1010827775
  531. [521131700431245] Foundation: 3
  532. [521131700431245] 3 1 tcp 1010827775 10.29.6.93 38660 typ host tcptype passive[521131700431245] We have 3 candidates for Stream #1, Component #2
  533. [521131700431245] Stream #1, Component #2
  534. [521131700431245] Address: 10.29.6.93:52813
  535. [521131700431245] Priority: 2013266430
  536. [521131700431245] Foundation: 1
  537. [521131700431245] 1 2 udp 2013266430 10.29.6.93 52813 typ host[521131700431245] Stream #1, Component #2
  538. [521131700431245] Address: 10.29.6.93:0
  539. [521131700431245] Priority: 1015022078
  540. [521131700431245] Foundation: 2
  541. [521131700431245] 2 2 tcp 1015022078 10.29.6.93 0 typ host tcptype active[521131700431245] Stream #1, Component #2
  542. [521131700431245] Address: 10.29.6.93:57373
  543. [521131700431245] Priority: 1010827774
  544. [521131700431245] Foundation: 3
  545. [521131700431245] 3 2 tcp 1010827774 10.29.6.93 57373 typ host tcptype passive -------------------------------------------
  546. >> Merged (1232 bytes)
  547. -------------------------------------------
  548. v=0
  549. o=- 1357027391354522 1357027391354522 IN IP4 173.196.147.115
  550. s=Mountpoint 1
  551. t=0 0
  552. a=group:BUNDLE video
  553. a=msid-semantic: WMS janus
  554. a=ice-lite
  555. m=video 9 RTP/SAVPF 96
  556. c=IN IP4 173.196.147.115
  557. a=sendonly
  558. a=mid:video
  559. a=rtcp-mux
  560. a=ice-ufrag:Luyi
  561. a=ice-pwd:UP7fer6NjSFMUpUXoMziUL
  562. a=ice-options:trickle
  563. 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
  564. a=setup:actpass
  565. a=rtpmap:96 H264/90000
  566. a=fmtp:96 packetization-mode=1;profile-level-id=640016;sprop-parameter-sets=Z2QAFqxyIDAN6EAAAAMAQAAAB6PFi6g=,aO4GcfCAIYQBChAEJg==
  567. a=rtcp-fb:96 nack
  568. a=rtcp-fb:96 goog-remb
  569. a=ssrc:1339571892 cname:janusvideo
  570. a=ssrc:1339571892 msid:janus janusv0
  571. a=ssrc:1339571892 mslabel:janus
  572. a=ssrc:1339571892 label:janusv0
  573. a=candidate:1 1 udp 2013266431 10.29.6.93 32923 typ host
  574. a=candidate:2 1 tcp 1015022079 10.29.6.93 0 typ host tcptype active
  575. a=candidate:3 1 tcp 1010827775 10.29.6.93 38660 typ host tcptype passive
  576. a=end-of-candidates
  577. a=candidate:1 2 udp 2013266430 10.29.6.93 52813 typ host
  578. a=candidate:2 2 tcp 1015022078 10.29.6.93 0 typ host tcptype active
  579. a=candidate:3 2 tcp 1010827774 10.29.6.93 57373 typ host tcptype passive
  580. a=end-of-candidates
  581.  
  582. [521131700431245] Sending event to transport...
  583. Sending event to janus.transport.http (0x4dd500)
  584. Got a Janus API event to send (0x4dd500)
  585. >> Pushing event: 0 (Success)
  586. [ice.c:janus_ice_thread:2379] [521131700431245] Looping (ICE)...
  587. We have a message to serve...
  588. {
  589. "janus": "event",
  590. "session_id": 805135789735528,
  591. "sender": 521131700431245,
  592. "transaction": "1234",
  593. "plugindata": {
  594. "plugin": "janus.plugin.streaming",
  595. "data": {
  596. "streaming": "event",
  597. "result": {
  598. "status": "preparing"
  599. }
  600. }
  601. },
  602. "jsep": {
  603. "type": "offer",
  604. "sdp": "v=0\r\no=- 1357027391354522 1357027391354522 IN IP4 173.196.147.115\r\ns=Mountpoint 1\r\nt=0 0\r\na=group:BUNDLE video\r\na=msid-semantic: WMS janus\r\na=ice-lite\r\nm=video 9 RTP/SAVPF 96\r\nc=IN IP4 173.196.147.115\r\na=sendonly\r\na=mid:video\r\na=rtcp-mux\r\na=ice-ufrag:Luyi\r\na=ice-pwd:UP7fer6NjSFMUpUXoMziUL\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=640016;sprop-parameter-sets=Z2QAFqxyIDAN6EAAAAMAQAAAB6PFi6g=,aO4GcfCAIYQBChAEJg==\r\na=rtcp-fb:96 nack\r\na=rtcp-fb:96 goog-remb\r\na=ssrc:1339571892 cname:janusvideo\r\na=ssrc:1339571892 msid:janus janusv0\r\na=ssrc:1339571892 mslabel:janus\r\na=ssrc:1339571892 label:janusv0\r\na=candidate:1 1 udp 2013266431 10.29.6.93 32923 typ host\r\na=candidate:2 1 tcp 1015022079 10.29.6.93 0 typ host tcptype active\r\na=candidate:3 1 tcp 1010827775 10.29.6.93 38660 typ host tcptype passive\r\na=end-of-candidates\r\na=candidate:1 2 udp 2013266430 10.29.6.93 52813 typ host\r\na=candidate:2 2 tcp 1015022078 10.29.6.93 0 typ host tcptype active\r\na=candidate:3 2 tcp 1010827774 10.29.6.93 57373 typ host tcptype passive\r\na=end-of-candidates\r\n"
  605. }
  606. }
  607. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  608. New connection on REST API: ::ffff:127.0.0.1
  609. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP GET request on /janus/805135789735528...
  610. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  611. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  612. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  613. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  614. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP GET request on /janus/805135789735528...
  615. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  616. Session: 805135789735528
  617. Got a Janus API request from janus.transport.http (0x4da680)
  618. Transport task pool, serving request
  619. Got a keep-alive on session 805135789735528
  620. Sending Janus API response to janus.transport.http (0x4da680)
  621. Got a Janus API response to send (0x4da680)
  622. Session 805135789735528 found... returning up to 1 messages
  623. [transports/janus_http.c:janus_http_notifier:1773] ... handling long poll...
  624. New connection on REST API: ::ffff:127.0.0.1
  625. New connection on REST API: ::ffff:127.0.0.1
  626. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP POST request on /janus/805135789735528/521131700431245...
  627. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  628. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  629. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  630. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  631. [transports/janus_http.c:janus_http_headers:1732] Transfer-Encoding: chunked
  632. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus/805135789735528/521131700431245...
  633. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  634. Session: 805135789735528
  635. Handle: 521131700431245
  636. Processing POST data (application/json) (764 bytes)...
  637. [transports/janus_http.c:janus_http_handler:1266] -- Data we have now (764 bytes)
  638. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus/805135789735528/521131700431245...
  639. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  640. Session: 805135789735528
  641. Handle: 521131700431245
  642. Processing POST data (application/json) (0 bytes)...
  643. [transports/janus_http.c:janus_http_handler:1271] Done getting payload, we can answer
  644. {"janus":"message","body":{"request":"start"}, "jsep":{"type":"answer","sdp":"v=0\r\no=- 1364490674893037530 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:EOkB\r\na=ice-pwd:lvoj10aVcTAlu0cwTweuToz1\r\na=ice-options:trickle\r\na=fingerprint:sha-256 21:7B:DA:66:FC:B9:9C:8E:9D:4D:69:7C:6A:13:66:3F:20:48:E7:CF:EF:23:D4:B9:2D:FE:3C:6B:71:5C:DC:55\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 packetization-mode=1;profile-level-id=640016;sprop-parameter-sets=Z2QAFqxyIDAN6EAAAAMAQAAAB6PFi6g=,aO4GcfCAIYQBChAEJg==\r\n"}, "transaction":"1234"}
  645. Forwarding request to the core (0x2cb03578)
  646. Got a Janus API request from janus.transport.http (0x2cb03578)
  647. Transport task pool, serving request
  648. [521131700431245] There's a message for JANUS Streaming plugin
  649. [521131700431245] Remote SDP:
  650. v=0
  651. o=- 1364490674893037530 2 IN IP4 127.0.0.1
  652. s=-
  653. t=0 0
  654. a=group:BUNDLE video
  655. a=msid-semantic: WMS
  656. m=video 9 RTP/SAVPF 96
  657. c=IN IP4 0.0.0.0
  658. a=rtcp:9 IN IP4 0.0.0.0
  659. a=ice-ufrag:EOkB
  660. a=ice-pwd:lvoj10aVcTAlu0cwTweuToz1
  661. a=ice-options:trickle
  662. a=fingerprint:sha-256 21:7B:DA:66:FC:B9:9C:8E:9D:4D:69:7C:6A:13:66:3F:20:48:E7:CF:EF:23:D4:B9:2D:FE:3C:6B:71:5C:DC:55
  663. a=setup:active
  664. a=mid:video
  665. a=recvonly
  666. a=rtcp-mux
  667. a=rtpmap:96 H264/90000
  668. a=rtcp-fb:96 nack
  669. a=rtcp-fb:96 goog-remb
  670. a=fmtp:96 packetization-mode=1;profile-level-id=640016;sprop-parameter-sets=Z2QAFqxyIDAN6EAAAAMAQAAAB6PFi6g=,aO4GcfCAIYQBChAEJg==
  671. [521131700431245] Audio has NOT been negotiated, Video has been negotiated, SCTP/DataChannels have NOT been negotiated
  672. [521131700431245] The browser: supports BUNDLE, supports rtcp-mux, is doing Trickle ICE
  673. [521131700431245] Parsing video candidates (stream=1)...
  674. [521131700431245] ICE ufrag (local): EOkB
  675. [521131700431245] ICE pwd (local): lvoj10aVcTAlu0cwTweuToz1
  676. [521131700431245] Fingerprint (local) : sha-256 21:7B:DA:66:FC:B9:9C:8E:9D:4D:69:7C:6A:13:66:3F:20:48:E7:CF:EF:23:D4:B9:2D:FE:3C:6B:71:5C:DC:55
  677. [521131700431245] DTLS setup (local): active
  678. [521131700431245] Video mid: video
  679. [521131700431245] -- bundle is supported by the browser, getting rid of one of the RTP/RTCP components, if any...
  680. [521131700431245] -- rtcp-mux is supported by the browser, getting rid of RTCP components, if any...
  681. [521131700431245] Discovered new remote candidate for component 2 in stream 1: type=host
  682. [521131700431245] -- ICE Trickling is supported by the browser, waiting for remote candidates...
  683. -------------------------------------------
  684. >> Anonymized
  685. -------------------------------------------
  686. Starting the streaming
  687. This is involving a negotiation (answer) as well (but we really don't care):
  688. v=0
  689. o=- 1364490674893037530 2 IN IP4 1.1.1.1
  690. s=-
  691. t=0 0
  692. m=video 9 RTP/SAVPF 96
  693. c=IN IP4 1.1.1.1
  694. a=recvonly
  695. a=rtpmap:96 H264/90000
  696. a=rtcp-fb:96 nack
  697. a=rtcp-fb:96 goog-remb
  698. a=fmtp:96 packetization-mode=1;profile-level-id=640016;sprop-parameter-sets=Z2QAFqxyIDAN6EAAAAMAQAAAB6PFi6g=,aO4GcfCAIYQBChAEJg==
  699.  
  700. [521131700431245] Sending event to transport...
  701. Sending event to janus.transport.http (0x4dd500)
  702. Got a Janus API event to send (0x4dd500)
  703. >> Pushing event: 0 (Success)
  704. Creating plugin result...
  705. Sending Janus API response to janus.transport.http (0x2cb03578)
  706. Got a Janus API response to send (0x2cb03578)
  707. Destroying plugin result...
  708. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  709. We have a message to serve...
  710. {
  711. "janus": "event",
  712. "session_id": 805135789735528,
  713. "sender": 521131700431245,
  714. "transaction": "1234",
  715. "plugindata": {
  716. "plugin": "janus.plugin.streaming",
  717. "data": {
  718. "streaming": "event",
  719. "result": {
  720. "status": "starting"
  721. }
  722. }
  723. }
  724. }
  725. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  726. New connection on REST API: ::ffff:127.0.0.1
  727. New connection on REST API: ::ffff:127.0.0.1
  728. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP POST request on /janus/805135789735528/521131700431245...
  729. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  730. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  731. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  732. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  733. [transports/janus_http.c:janus_http_headers:1732] Transfer-Encoding: chunked
  734. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus/805135789735528/521131700431245...
  735. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  736. Session: 805135789735528
  737. Handle: 521131700431245
  738. Processing POST data (application/json) (68 bytes)...
  739. [transports/janus_http.c:janus_http_handler:1266] -- Data we have now (68 bytes)
  740. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus/805135789735528/521131700431245...
  741. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  742. Session: 805135789735528
  743. Handle: 521131700431245
  744. Processing POST data (application/json) (0 bytes)...
  745. [transports/janus_http.c:janus_http_handler:1271] Done getting payload, we can answer
  746. {"janus":"message","body":{"request":"start"}, "transaction":"1234"}
  747. Forwarding request to the core (0x2cb03578)
  748. Got a Janus API request from janus.transport.http (0x2cb03578)
  749. Transport task pool, serving request
  750. [521131700431245] There's a message for JANUS Streaming plugin
  751. Creating plugin result...
  752. Sending Janus API response to janus.transport.http (0x2cb03578)
  753. Got a Janus API response to send (0x2cb03578)
  754. Destroying plugin result...
  755. Starting the streaming
  756. [521131700431245] Sending event to transport...
  757. Sending event to janus.transport.http (0x4dd500)
  758. Got a Janus API event to send (0x4dd500)
  759. >> Pushing event: 0 (Success)
  760. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  761. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP GET request on /janus/805135789735528...
  762. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  763. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  764. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  765. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  766. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP GET request on /janus/805135789735528...
  767. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  768. Session: 805135789735528
  769. Got a Janus API request from janus.transport.http (0x4da680)
  770. Session 805135789735528 found... returning up to 1 messages
  771. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  772. Transport task pool, serving request
  773. Got a keep-alive on session 805135789735528
  774. Sending Janus API response to janus.transport.http (0x4da680)
  775. Got a Janus API response to send (0x4da680)
  776. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP POST request on /janus/805135789735528/521131700431245...
  777. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  778. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  779. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  780. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  781. [transports/janus_http.c:janus_http_headers:1732] Transfer-Encoding: chunked
  782. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus/805135789735528/521131700431245...
  783. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  784. Session: 805135789735528
  785. Handle: 521131700431245
  786. Processing POST data (application/json) (223 bytes)...
  787. [transports/janus_http.c:janus_http_handler:1266] -- Data we have now (223 bytes)
  788. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus/805135789735528/521131700431245...
  789. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  790. Session: 805135789735528
  791. Handle: 521131700431245
  792. Processing POST data (application/json) (0 bytes)...
  793. [transports/janus_http.c:janus_http_handler:1271] Done getting payload, we can answer
  794. {"janus":"trickle","candidate":{"sdpMid":"video", "sdpMLineIndex":0, "candidate":"candidate:1177564457 1 udp 2122260223 10.29.37.5 53926 typ host generation 0 ufrag EOkB network-id 1 network-cost 10"}, "transaction":"1234"}
  795. Forwarding request to the core (0x2ca0a450)
  796. Got a Janus API request from janus.transport.http (0x2ca0a450)
  797. Transport task pool, serving request
  798. [521131700431245] Trickle candidate (video): candidate:1177564457 1 udp 2122260223 10.29.37.5 53926 typ host generation 0 ufrag EOkB network-id 1 network-cost 10
  799. [521131700431245] Adding remote candidate component:1 stream:1 type:host 10.29.37.5:53926
  800. [521131700431245] Transport: UDP
  801. [521131700431245] Candidate added to the list! (1 elements for 1/1)
  802. [521131700431245] ICE already started for this component, setting candidates we have up to now
  803. [521131700431245] ## Setting remote candidates: stream 1, component 1 (1 in the list)
  804. [521131700431245] >> Remote Stream #1, Component #1
  805. [521131700431245] Address: 10.29.37.5:53926
  806. [521131700431245] Priority: 2122260223
  807. [521131700431245] Foundation: 1177564457
  808. [521131700431245] Username: EOkB
  809. [521131700431245] Password: lvoj10aVcTAlu0cwTweuToz1
  810. [521131700431245] Setting remote credentials...
  811. [521131700431245] Component state changed for component 1 in stream 1: 2 (connecting)
  812. [521131700431245] Remote candidates set!
  813. Sending Janus API response to janus.transport.http (0x2ca0a450)
  814. Got a Janus API response to send (0x2ca0a450)
  815. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  816. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP POST request on /janus/805135789735528/521131700431245...
  817. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  818. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  819. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  820. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  821. [transports/janus_http.c:janus_http_headers:1732] Transfer-Encoding: chunked
  822. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus/805135789735528/521131700431245...
  823. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  824. Session: 805135789735528
  825. Handle: 521131700431245
  826. Processing POST data (application/json) (258 bytes)...
  827. [transports/janus_http.c:janus_http_handler:1266] -- Data we have now (258 bytes)
  828. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus/805135789735528/521131700431245...
  829. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  830. Session: 805135789735528
  831. Handle: 521131700431245
  832. Processing POST data (application/json) (0 bytes)...
  833. [transports/janus_http.c:janus_http_handler:1271] Done getting payload, we can answer
  834. {"janus":"trickle","candidate":{"sdpMid":"video", "sdpMLineIndex":0, "candidate":"candidate:2769400773 1 udp 1686052607 173.196.147.114 53926 typ srflx raddr 10.29.37.5 rport 53926 generation 0 ufrag EOkB network-id 1 network-cost 10"}, "transaction":"1234"}
  835. Forwarding request to the core (0x4da680)
  836. Got a Janus API request from janus.transport.http (0x4da680)
  837. Transport task pool, serving request
  838. [521131700431245] Trickle candidate (video): candidate:2769400773 1 udp 1686052607 173.196.147.114 53926 typ srflx raddr 10.29.37.5 rport 53926 generation 0 ufrag EOkB network-id 1 network-cost 10
  839. [521131700431245] Adding remote candidate component:1 stream:1 type:srflx 10.29.37.5:53926 --> 173.196.147.114:53926
  840. [521131700431245] Transport: UDP
  841. [521131700431245] Candidate added to the list! (2 elements for 1/1)
  842. [521131700431245] Trickle candidate added!
  843. Sending Janus API response to janus.transport.http (0x4da680)
  844. Got a Janus API response to send (0x4da680)
  845. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  846. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP POST request on /janus/805135789735528/521131700431245...
  847. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  848. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  849. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  850. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  851. [transports/janus_http.c:janus_http_headers:1732] Transfer-Encoding: chunked
  852. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus/805135789735528/521131700431245...
  853. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  854. Session: 805135789735528
  855. Handle: 521131700431245
  856. Processing POST data (application/json) (233 bytes)...
  857. [transports/janus_http.c:janus_http_handler:1266] -- Data we have now (233 bytes)
  858. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus/805135789735528/521131700431245...
  859. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  860. Session: 805135789735528
  861. Handle: 521131700431245
  862. Processing POST data (application/json) (0 bytes)...
  863. [transports/janus_http.c:janus_http_handler:1271] Done getting payload, we can answer
  864. {"janus":"trickle","candidate":{"sdpMid":"video", "sdpMLineIndex":0, "candidate":"candidate:146000345 1 tcp 1518280447 10.29.37.5 9 typ host tcptype active generation 0 ufrag EOkB network-id 1 network-cost 10"}, "transaction":"1234"}
  865. Forwarding request to the core (0x2cb08c60)
  866. Got a Janus API request from janus.transport.http (0x2cb08c60)
  867. Transport task pool, serving request
  868. [521131700431245] Trickle candidate (video): candidate:146000345 1 tcp 1518280447 10.29.37.5 9 typ host tcptype active generation 0 ufrag EOkB network-id 1 network-cost 10
  869. [521131700431245] Adding remote candidate component:1 stream:1 type:host 10.29.37.5:9
  870. [521131700431245] Transport: TCP (active)
  871. [521131700431245] Candidate added to the list! (3 elements for 1/1)
  872. [521131700431245] Trickle candidate added!
  873. Sending Janus API response to janus.transport.http (0x2cb08c60)
  874. Got a Janus API response to send (0x2cb08c60)
  875. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  876. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP GET request on /janus/805135789735528...
  877. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  878. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  879. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  880. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  881. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP GET request on /janus/805135789735528...
  882. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  883. Session: 805135789735528
  884. Got a Janus API request from janus.transport.http (0x4dd300)
  885. Session 805135789735528 found... returning up to 1 messages
  886. [transports/janus_http.c:janus_http_notifier:1773] ... handling long poll...
  887. Transport task pool, serving request
  888. Got a keep-alive on session 805135789735528
  889. Sending Janus API response to janus.transport.http (0x4dd300)
  890. Got a Janus API response to send (0x4dd300)
  891. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP POST request on /janus/805135789735528/521131700431245...
  892. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  893. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  894. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  895. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  896. [transports/janus_http.c:janus_http_headers:1732] Transfer-Encoding: chunked
  897. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus/805135789735528/521131700431245...
  898. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  899. Session: 805135789735528
  900. Handle: 521131700431245
  901. Processing POST data (application/json) (259 bytes)...
  902. [transports/janus_http.c:janus_http_handler:1266] -- Data we have now (259 bytes)
  903. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP POST request on /janus/805135789735528/521131700431245...
  904. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  905. Session: 805135789735528
  906. Handle: 521131700431245
  907. Processing POST data (application/json) (0 bytes)...
  908. [transports/janus_http.c:janus_http_handler:1271] Done getting payload, we can answer
  909. {"janus":"trickle","candidate":{"sdpMid":"video", "sdpMLineIndex":0, "candidate":"candidate:1249174052 1 udp 41885439 68.66.233.126 49161 typ relay raddr 173.196.147.114 rport 53926 generation 0 ufrag EOkB network-id 1 network-cost 10"}, "transaction":"1234"}
  910. Forwarding request to the core (0x4d9e80)
  911. Got a Janus API request from janus.transport.http (0x4d9e80)
  912. Transport task pool, serving request
  913. [521131700431245] Trickle candidate (video): candidate:1249174052 1 udp 41885439 68.66.233.126 49161 typ relay raddr 173.196.147.114 rport 53926 generation 0 ufrag EOkB network-id 1 network-cost 10
  914. [521131700431245] Adding remote candidate component:1 stream:1 type:relay 173.196.147.114:53926 --> 68.66.233.126:49161
  915. [521131700431245] Transport: UDP
  916. [521131700431245] Candidate added to the list! (4 elements for 1/1)
  917. [521131700431245] Trickle candidate added!
  918. Sending Janus API response to janus.transport.http (0x4d9e80)
  919. Got a Janus API response to send (0x4d9e80)
  920. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  921. [hitman-rtsp-test] 32s passed, sending GET_PARAMETER
  922. [WARN] [521131700431245] Still waiting for the DTLS stack for component 1 in stream 1...
  923. [521131700431245] Component state changed for component 1 in stream 1: 5 (failed)
  924. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but let's give it some time... (trickle pending, answer received, alert not set)
  925. [521131700431245] Creating ICE state check timer with ID 7
  926. Long poll time out for session 805135789735528...
  927. We have a message to serve...
  928. {
  929. "janus": "keepalive"
  930. }
  931. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  932. New connection on REST API: ::ffff:127.0.0.1
  933. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP GET request on /janus/805135789735528...
  934. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  935. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  936. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  937. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  938. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP GET request on /janus/805135789735528...
  939. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  940. Session: 805135789735528
  941. Got a Janus API request from janus.transport.http (0x4da680)
  942. Session 805135789735528 found... returning up to 1 messages
  943. [transports/janus_http.c:janus_http_notifier:1773] ... handling long poll...
  944. Transport task pool, serving request
  945. Got a keep-alive on session 805135789735528
  946. Sending Janus API response to janus.transport.http (0x4da680)
  947. Got a Janus API response to send (0x4da680)
  948. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  949. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  950. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  951. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  952. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  953. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  954. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  955. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  956. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  957. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  958. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  959. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  960. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  961. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  962. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  963. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  964. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  965. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  966. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  967. [WARN] [521131700431245] ICE failed for component 1 in stream 1, but we're still waiting for some info so we don't care... (trickle pending, answer received, alert not set)
  968. [ERR] [ice.c:janus_ice_check_failed:1552] [521131700431245] ICE failed for component 1 in stream 1...
  969. [521131700431245] Telling the plugin about it (JANUS Streaming plugin)
  970. No WebRTC media anymore
  971. [521131700431245] Notifying WebRTC hangup
  972. [521131700431245] Sending event to transport...
  973. Sending event to janus.transport.http (0x4dd500)
  974. Got a Janus API event to send (0x4dd500)
  975. We have a message to serve...
  976. {
  977. "janus": "hangup",
  978. "session_id": 805135789735528,
  979. "sender": 521131700431245,
  980. "reason": "ICE failed"
  981. }
  982. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  983. New connection on REST API: ::ffff:127.0.0.1
  984. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP GET request on /janus/805135789735528...
  985. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  986. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  987. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  988. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  989. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP GET request on /janus/805135789735528...
  990. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  991. Session: 805135789735528
  992. Got a Janus API request from janus.transport.http (0x4dd500)
  993. Transport task pool, serving request
  994. Got a keep-alive on session 805135789735528
  995. Sending Janus API response to janus.transport.http (0x4dd500)
  996. Got a Janus API response to send (0x4dd500)
  997. Session 805135789735528 found... returning up to 1 messages
  998. [transports/janus_http.c:janus_http_notifier:1773] ... handling long poll...
  999. [hitman-rtsp-test] 32s passed, sending GET_PARAMETER
  1000. Long poll time out for session 805135789735528...
  1001. We have a message to serve...
  1002. {
  1003. "janus": "keepalive"
  1004. }
  1005. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  1006. New connection on REST API: ::ffff:127.0.0.1
  1007. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP GET request on /janus/805135789735528...
  1008. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  1009. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  1010. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  1011. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  1012. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP GET request on /janus/805135789735528...
  1013. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  1014. Session: 805135789735528
  1015. Got a Janus API request from janus.transport.http (0x4dd300)
  1016. Session 805135789735528 found... returning up to 1 messages
  1017. [transports/janus_http.c:janus_http_notifier:1773] ... handling long poll...
  1018. Transport task pool, serving request
  1019. Got a keep-alive on session 805135789735528
  1020. Sending Janus API response to janus.transport.http (0x4dd300)
  1021. Got a Janus API response to send (0x4dd300)
  1022. [hitman-rtsp-test] 32s passed, sending GET_PARAMETER
  1023. Long poll time out for session 805135789735528...
  1024. We have a message to serve...
  1025. {
  1026. "janus": "keepalive"
  1027. }
  1028. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  1029. New connection on REST API: ::ffff:127.0.0.1
  1030. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP GET request on /janus/805135789735528...
  1031. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  1032. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  1033. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  1034. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  1035. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP GET request on /janus/805135789735528...
  1036. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  1037. Session: 805135789735528
  1038. Got a Janus API request from janus.transport.http (0x4dd500)
  1039. Session 805135789735528 found... returning up to 1 messages
  1040. [transports/janus_http.c:janus_http_notifier:1773] ... handling long poll...
  1041. Transport task pool, serving request
  1042. Got a keep-alive on session 805135789735528
  1043. Sending Janus API response to janus.transport.http (0x4dd500)
  1044. Got a Janus API response to send (0x4dd500)
  1045. [hitman-rtsp-test] 32s passed, sending GET_PARAMETER
  1046. Long poll time out for session 805135789735528...
  1047. We have a message to serve...
  1048. {
  1049. "janus": "keepalive"
  1050. }
  1051. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  1052. New connection on REST API: ::ffff:127.0.0.1
  1053. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP GET request on /janus/805135789735528...
  1054. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  1055. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  1056. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  1057. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  1058. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP GET request on /janus/805135789735528...
  1059. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  1060. Session: 805135789735528
  1061. Got a Janus API request from janus.transport.http (0x4dd300)
  1062. Session 805135789735528 found... returning up to 1 messages
  1063. [transports/janus_http.c:janus_http_notifier:1773] ... handling long poll...
  1064. Transport task pool, serving request
  1065. Got a keep-alive on session 805135789735528
  1066. Sending Janus API response to janus.transport.http (0x4dd300)
  1067. Got a Janus API response to send (0x4dd300)
  1068. [hitman-rtsp-test] 32s passed, sending GET_PARAMETER
  1069. Long poll time out for session 805135789735528...
  1070. We have a message to serve...
  1071. {
  1072. "janus": "keepalive"
  1073. }
  1074. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  1075. New connection on REST API: ::ffff:127.0.0.1
  1076. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP GET request on /janus/805135789735528...
  1077. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  1078. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  1079. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  1080. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  1081. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP GET request on /janus/805135789735528...
  1082. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  1083. Session: 805135789735528
  1084. Got a Janus API request from janus.transport.http (0x4dd500)
  1085. Session 805135789735528 found... returning up to 1 messages
  1086. [transports/janus_http.c:janus_http_notifier:1773] ... handling long poll...
  1087. Transport task pool, serving request
  1088. Got a keep-alive on session 805135789735528
  1089. Sending Janus API response to janus.transport.http (0x4dd500)
  1090. Got a Janus API response to send (0x4dd500)
  1091. [hitman-rtsp-test] 32s passed, sending GET_PARAMETER
  1092. Long poll time out for session 805135789735528...
  1093. We have a message to serve...
  1094. {
  1095. "janus": "keepalive"
  1096. }
  1097. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  1098. New connection on REST API: ::ffff:127.0.0.1
  1099. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP GET request on /janus/805135789735528...
  1100. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  1101. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  1102. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  1103. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  1104. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP GET request on /janus/805135789735528...
  1105. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  1106. Session: 805135789735528
  1107. Got a Janus API request from janus.transport.http (0x4dd300)
  1108. Session 805135789735528 found... returning up to 1 messages
  1109. [transports/janus_http.c:janus_http_notifier:1773] ... handling long poll...
  1110. Transport task pool, serving request
  1111. Got a keep-alive on session 805135789735528
  1112. Sending Janus API response to janus.transport.http (0x4dd300)
  1113. Got a Janus API response to send (0x4dd300)
  1114. [hitman-rtsp-test] 32s passed, sending GET_PARAMETER
  1115. Long poll time out for session 805135789735528...
  1116. We have a message to serve...
  1117. {
  1118. "janus": "keepalive"
  1119. }
  1120. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  1121. New connection on REST API: ::ffff:127.0.0.1
  1122. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP GET request on /janus/805135789735528...
  1123. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  1124. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  1125. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  1126. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  1127. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP GET request on /janus/805135789735528...
  1128. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  1129. Session: 805135789735528
  1130. Got a Janus API request from janus.transport.http (0x4dd500)
  1131. Session 805135789735528 found... returning up to 1 messages
  1132. [transports/janus_http.c:janus_http_notifier:1773] ... handling long poll...
  1133. Transport task pool, serving request
  1134. Got a keep-alive on session 805135789735528
  1135. Sending Janus API response to janus.transport.http (0x4dd500)
  1136. Got a Janus API response to send (0x4dd500)
  1137. [hitman-rtsp-test] 32s passed, sending GET_PARAMETER
  1138. Long poll time out for session 805135789735528...
  1139. We have a message to serve...
  1140. {
  1141. "janus": "keepalive"
  1142. }
  1143. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  1144. New connection on REST API: ::ffff:127.0.0.1
  1145. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP GET request on /janus/805135789735528...
  1146. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  1147. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  1148. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  1149. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  1150. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP GET request on /janus/805135789735528...
  1151. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  1152. Session: 805135789735528
  1153. Got a Janus API request from janus.transport.http (0x4dd300)
  1154. Session 805135789735528 found... returning up to 1 messages
  1155. [transports/janus_http.c:janus_http_notifier:1773] ... handling long poll...
  1156. Transport task pool, serving request
  1157. Got a keep-alive on session 805135789735528
  1158. Sending Janus API response to janus.transport.http (0x4dd300)
  1159. Got a Janus API response to send (0x4dd300)
  1160. [hitman-rtsp-test] 32s passed, sending GET_PARAMETER
  1161. Long poll time out for session 805135789735528...
  1162. We have a message to serve...
  1163. {
  1164. "janus": "keepalive"
  1165. }
  1166. [transports/janus_http.c:janus_http_request_completed:1747] Request completed, freeing data
  1167. New connection on REST API: ::ffff:127.0.0.1
  1168. [transports/janus_http.c:janus_http_handler:1124] Got a HTTP GET request on /janus/805135789735528...
  1169. [transports/janus_http.c:janus_http_handler:1125] ... Just parsing headers for now...
  1170. [transports/janus_http.c:janus_http_headers:1732] Content-Type: application/json
  1171. [transports/janus_http.c:janus_http_headers:1732] Connection: keep-alive
  1172. [transports/janus_http.c:janus_http_headers:1732] Host: 127.0.0.1:8088
  1173. [transports/janus_http.c:janus_http_handler:1169] Processing HTTP GET request on /janus/805135789735528...
  1174. [transports/janus_http.c:janus_http_handler:1220] ... parsing request...
  1175. Session: 805135789735528
  1176. Got a Janus API request from janus.transport.http (0x4dd500)
  1177. Session 805135789735528 found... returning up to 1 messages
  1178. [transports/janus_http.c:janus_http_notifier:1773] ... handling long poll...
  1179. Transport task pool, serving request
  1180. Got a keep-alive on session 805135789735528
  1181. Sending Janus API response to janus.transport.http (0x4dd500)
  1182. Got a Janus API response to send (0x4dd500)
Add Comment
Please, Sign In to add comment