Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 38.48 KB | None | 0 0
  1. ---------------------------------------------------
  2. Starting Meetecho Janus (WebRTC Gateway) v0.2.1
  3. ---------------------------------------------------
  4.  
  5. Checking command line arguments...
  6. [janus.cfg]
  7. [general]
  8. configs_folder: /usr/local/etc/janus
  9. plugins_folder: /usr/local/lib/janus/plugins
  10. transports_folder: /usr/local/lib/janus/transports
  11. debug_level: 5
  12. admin_secret: janusoverlord
  13. [certificates]
  14. cert_pem: /usr/local/share/janus/certs/mycert.pem
  15. cert_key: /usr/local/share/janus/certs/mycert.key
  16. [media]
  17. [nat]
  18. nice_debug: true
  19. ice_ignore_list: vmnet
  20. [plugins]
  21. [transports]
  22. Debug/log level is 5
  23. Debug/log timestamps are disabled
  24. Debug/log colors are enabled
  25. Adding 'vmnet' to the ICE ignore list...
  26. Selecting local IP address...
  27. Autodetecting local IP...
  28. Using 169.53.76.181 as local IP...
  29. [WARN] Token based authentication disabled
  30. Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, IPv6 support disabled)
  31. Enabling libnice debugging...
  32. [WARN] No NICE_DEBUG environment variable set, setting maximum debug
  33. [WARN] No G_MESSAGES_DEBUG environment variable set, setting maximum debug
  34. Debugging NICE_DEBUG=all G_MESSAGES_DEBUG=all
  35. BUNDLE is NOT going to be forced
  36. rtcp-mux is NOT going to be forced
  37. -- RTCP component blackhole socket bound to port 50514
  38. Using certificates:
  39. /usr/local/share/janus/certs/mycert.pem
  40. /usr/local/share/janus/certs/mycert.key
  41. [WARN] OpenSSL pre-1.1.0
  42. 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
  43. ICE handles watchdog started
  44. [WARN] Data Channels support not compiled
  45. Plugins folder: /usr/local/lib/janus/plugins
  46. Loading plugin 'libjanus_streaming.so'...
  47. JANUS Streaming plugin created!
  48. Configuration file: /usr/local/etc/janus/janus.plugin.streaming.cfg
  49. [janus.plugin.streaming.cfg]
  50. [gstreamer]
  51. type: rtp
  52. id: 1
  53. description: desktop stream
  54. audio: yes
  55. video: no
  56. audioport: 8005
  57. audiopt: 111
  58. audiortpmap: opus/48000/2
  59. videoport: 5004
  60. videopt: 100
  61. videortpmap: VP8/90000
  62. secret: adminpwd
  63. single_session: yes
  64. [file-live-sample]
  65. type: live
  66. id: 2
  67. description: a-law file source (radio broadcast)
  68. filename: /usr/local/share/janus/streams/radio.alaw
  69. audio: yes
  70. video: no
  71. secret: adminpwd
  72. Adding stream 'gstreamer'
  73. Audio enabled, Video NOT enabled
  74. Audio enabled, Video NOT enabled
  75. Adding stream 'file-live-sample'
  76. ::: [1][gstreamer] desktop stream (live, RTP source, public, pin: no pin)
  77. ::: [2][file-live-sample] a-law file source (radio broadcast) (live, file source, public, pin: no pin)
  78. JANUS Streaming plugin initialized!
  79. Version: 6 (0.0.6)
  80. [janus.plugin.streaming] JANUS Streaming plugin
  81. This is a streaming plugin for Janus, allowing WebRTC peers to watch/listen to pre-recorded files or media generated by gstreamer.
  82. Plugin API version: 7
  83. Loading plugin 'libjanus_sip.so'...
  84. JANUS SIP plugin created!
  85. Configuration file: /usr/local/etc/janus/janus.plugin.sip.cfg
  86. [janus.plugin.sip.cfg]
  87. [general]
  88. keepalive_interval: 120
  89. behind_nat: no
  90. register_ttl: 3600
  91. Autodetecting local IP...
  92. Local IP set to 169.53.76.181
  93. SIP keep-alive interval set to 120 seconds
  94. SIP registration TTL set to 3600 seconds
  95. SIP User-Agent set to Janus WebRTC Gateway SIP Plugin 0.0.6
  96. JANUS SIP plugin initialized!
  97. Version: 6 (0.0.6)
  98. [janus.plugin.sip] JANUS SIP plugin
  99. 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.
  100. Plugin API version: 7
  101. Loading plugin 'libjanus_audiobridge.so'...
  102. JANUS AudioBridge plugin created!
  103. Configuration file: /usr/local/etc/janus/janus.plugin.audiobridge.cfg
  104. [janus.plugin.audiobridge.cfg]
  105. [general]
  106. [1234]
  107. description: Demo Room
  108. secret: adminpwd
  109. sampling_rate: 16000
  110. record: false
  111. Adding audio room '1234'
  112. Sampling rate for mixing: 16000
  113. Created audiobridge: 1234 (Demo Room, public, secret: adminpwd, pin: no pin)
  114. ::: [1234][Demo Room] 16000 (will NOT be recorded)
  115. JANUS AudioBridge plugin initialized!
  116. Version: 10 (0.0.10)
  117. [janus.plugin.audiobridge] JANUS AudioBridge plugin
  118. This is a plugin implementing an audio conference bridge for Janus, mixing Opus streams.
  119. Plugin API version: 7
  120. Loading plugin 'libjanus_voicemail.so'...
  121. JANUS VoiceMail plugin created!
  122. Configuration file: /usr/local/etc/janus/janus.plugin.voicemail.cfg
  123. [janus.plugin.voicemail.cfg]
  124. [general]
  125. path: /tmp/voicemail/
  126. base: /voicemail/
  127. Recordings path: /tmp/voicemail/
  128. Recordings base: /voicemail/
  129. JANUS VoiceMail plugin initialized!
  130. Version: 6 (0.0.6)
  131. [janus.plugin.voicemail] JANUS VoiceMail plugin
  132. This is a plugin implementing a very simple VoiceMail service for Janus, recording Opus streams.
  133. Plugin API version: 7
  134. Loading plugin 'libjanus_textroom.so'...
  135. JANUS TextRoom plugin created!
  136. Configuration file: /usr/local/etc/janus/janus.plugin.textroom.cfg
  137. [janus.plugin.textroom.cfg]
  138. [general]
  139. json: indented
  140. [1234]
  141. description: Demo Room
  142. secret: adminpwd
  143. Adding text room '1234'
  144. Created textroom: 1234 (Demo Room, public, secret: adminpwd, pin: no pin)
  145. ::: [1234][Demo Room]
  146. JANUS TextRoom plugin initialized!
  147. Version: 2 (0.0.2)
  148. [janus.plugin.textroom] JANUS TextRoom plugin
  149. This is a plugin implementing a text-only room for Janus, using DataChannels.
  150. Plugin API version: 7
  151. Loading plugin 'libjanus_videoroom.so'...
  152. JANUS VideoRoom plugin created!
  153. Configuration file: /usr/local/etc/janus/janus.plugin.videoroom.cfg
  154. [janus.plugin.videoroom.cfg]
  155. [general]
  156. [1234]
  157. description: Demo Room
  158. secret: adminpwd
  159. publishers: 6
  160. bitrate: 128000
  161. fir_freq: 10
  162. record: false
  163. Adding video room '1234'
  164. Created videoroom: 1234 (Demo Room, public, opus/vp8 codecs, secret: adminpwd, pin: no pin)
  165. ::: [1234][Demo Room] 128000, max 6 publishers, FIR frequency of 10 seconds, opus audio codec, vp8 video codec
  166. JANUS VideoRoom plugin initialized!
  167. Version: 8 (0.0.8)
  168. [janus.plugin.videoroom] JANUS VideoRoom plugin
  169. This is a plugin implementing a videoconferencing SFU (Selective Forwarding Unit) for Janus, that is an audio/video router.
  170. Plugin API version: 7
  171. Loading plugin 'libjanus_recordplay.so'...
  172. JANUS Record&Play plugin created!
  173. Configuration file: /usr/local/etc/janus/janus.plugin.recordplay.cfg
  174. [janus.plugin.recordplay.cfg]
  175. [general]
  176. path: /usr/local/share/janus/recordings
  177. Updating recordings list in /usr/local/share/janus/recordings
  178. Importing recording '1234.nfo'...
  179. JANUS Record&Play plugin initialized!
  180. Version: 3 (0.0.3)
  181. [janus.plugin.recordplay] JANUS Record&Play plugin
  182. This is a trivial Record&Play plugin for Janus, to record WebRTC sessions and replay them.
  183. Plugin API version: 7
  184. Loading plugin 'libjanus_videocall.so'...
  185. JANUS VideoCall plugin created!
  186. Configuration file: /usr/local/etc/janus/janus.plugin.videocall.cfg
  187. [janus.plugin.videocall.cfg]
  188. JANUS VideoCall plugin initialized!
  189. Version: 5 (0.0.5)
  190. [janus.plugin.videocall] JANUS VideoCall plugin
  191. This is a simple video call plugin for Janus, allowing two WebRTC peers to call each other through the gateway.
  192. Plugin API version: 7
  193. Loading plugin 'libjanus_echotest.so'...
  194. JANUS EchoTest plugin created!
  195. Configuration file: /usr/local/etc/janus/janus.plugin.echotest.cfg
  196. [janus.plugin.echotest.cfg]
  197. JANUS EchoTest plugin initialized!
  198. Version: 6 (0.0.6)
  199. [janus.plugin.echotest] JANUS EchoTest plugin
  200. This is a trivial EchoTest plugin for Janus, just used to showcase the plugin interface.
  201. Plugin API version: 7
  202. Transport plugins folder: /usr/local/lib/janus/transports
  203. Loading transport plugin 'libjanus_pfunix.so'...
  204. JANUS Unix Sockets transport plugin created!
  205. Configuration file: /usr/local/etc/janus/janus.transport.pfunix.cfg
  206. [janus.transport.pfunix.cfg]
  207. [general]
  208. enabled: yes
  209. json: indented
  210. path: /tmp/ux-janusapi
  211. [admin]
  212. admin_enabled: no
  213. admin_path: /tmp/ux-janusadmin
  214. Configuring SOCK_SEQPACKET Unix Sockets server (Janus API)
  215. Binding Unix Socket /tmp/ux-janusapi... (Janus API)
  216. Listening on Unix Socket /tmp/ux-janusapi...
  217. [WARN] Unix Sockets server disabled (Admin API)
  218. JANUS Unix Sockets transport plugin initialized!
  219. Version: 1 (0.0.1)
  220. [janus.transport.pfunix] JANUS Unix Sockets transport plugin
  221. This transport plugin adds Unix Sockets support to the Janus API.
  222. Plugin API version: 5
  223. Janus API: enabled
  224. Admin API: disabled
  225. Loading transport plugin 'libjanus_http.so'...
  226. Sessions watchdog started
  227. Joining SIP handler thread
  228. Audio bridge thread starting...
  229. Thread is for mixing room 1234 (Demo Room) at rate 16000...
  230. AudioBridge watchdog started
  231. Joining AudioBridge handler thread
  232. VoiceMail watchdog started
  233. Joining VoiceMail handler thread
  234. TextRoom watchdog started
  235. Joining TextRoom handler thread
  236. VideoRoom watchdog started
  237. Joining VideoRoom handler thread
  238. Record&Play watchdog started
  239. Joining Record&Play handler thread
  240. VideoCall watchdog started
  241. Joining VideoCall handler thread
  242. EchoTest watchdog started
  243. Joining EchoTest handler thread
  244. SIP watchdog started
  245. Unix Sockets thread started
  246. Joining Streaming handler thread
  247. Streaming watchdog started
  248. Filesource (live) thread starting...
  249. [file-live-sample] Opening file source /usr/local/share/janus/streams/radio.alaw...
  250. [file-live-sample] Streaming audio file: /usr/local/share/janus/streams/radio.alaw
  251. Starting streaming relay thread
  252. JANUS REST (HTTP/HTTPS) transport plugin created!
  253. Configuration file: /usr/local/etc/janus/janus.transport.http.cfg
  254. [janus.transport.http.cfg]
  255. [general]
  256. json: indented
  257. base_path: /janus
  258. threads: unlimited
  259. http: yes
  260. port: 8088
  261. https: no
  262. [admin]
  263. admin_base_path: /admin
  264. admin_threads: unlimited
  265. admin_http: no
  266. admin_port: 7088
  267. admin_https: no
  268. [certificates]
  269. cert_pem: /usr/local/share/janus/certs/mycert.pem
  270. cert_key: /usr/local/share/janus/certs/mycert.key
  271. Using a thread per connection for the Janus API HTTP webserver
  272. Binding to all interfaces for the Janus API HTTP webserver
  273. HTTP webserver started (port 8088, /janus path listener)...
  274. Using certificates:
  275. /usr/local/share/janus/certs/mycert.pem
  276. /usr/local/share/janus/certs/mycert.key
  277. [WARN] HTTPS webserver disabled
  278. [WARN] Admin/monitor HTTP webserver disabled
  279. [WARN] Admin/monitor HTTPS webserver disabled
  280. JANUS REST (HTTP/HTTPS) transport plugin initialized!
  281. Version: 2 (0.0.2)
  282. [janus.transport.http] JANUS REST (HTTP/HTTPS) transport plugin
  283. This transport plugin adds REST (HTTP/HTTPS) support to the Janus API via libmicrohttpd.
  284. Plugin API version: 5
  285. Janus API: enabled
  286. Admin API: disabled
  287. HTTP/Janus sessions watchdog started
  288. [gstreamer] New audio stream! (ssrc=234561969)
  289. Got a Janus API request from janus.transport.http (0x7f6dd00008c0)
  290. Transport task pool, serving request
  291. Creating new session: 7792024582683952
  292. Session created (7792024582683952), create a queue for the long poll
  293. Got a Janus API request from janus.transport.http (0x7f6dd00008c0)
  294. Transport task pool, serving request
  295. Got a keep-alive on session 7792024582683952
  296. Session 7792024582683952 found... returning up to 1 messages
  297. Got a Janus API request from janus.transport.http (0x7f6dc00008c0)
  298. Transport task pool, serving request
  299. Creating new handle in session 7792024582683952: 2014359940367754
  300. Got a Janus API request from janus.transport.http (0x7f6dc00008c0)
  301. Transport task pool, serving request
  302. [2014359940367754] There's a message for JANUS Streaming plugin
  303. Request for the list of mountpoints
  304. Got a Janus API request from janus.transport.http (0x7f6dc00008c0)
  305. Transport task pool, serving request
  306. [2014359940367754] There's a message for JANUS Streaming plugin
  307. Request to watch mountpoint/stream 2
  308. Going to offer this SDP:
  309. v=0
  310. o=- 1481228071949571 1481228071949571 IN IP4 127.0.0.1
  311. s=Streaming Test
  312. t=0 0
  313. m=audio 1 RTP/SAVPF 8
  314. c=IN IP4 1.1.1.1
  315. a=rtpmap:8 PCMA/8000
  316. a=sendonly
  317.  
  318. [2014359940367754] Audio has been negotiated
  319. [2014359940367754] Video has NOT been negotiated
  320. [2014359940367754] SCTP/DataChannels have NOT been negotiated
  321. [2014359940367754] Setting ICE locally: got ANSWER (1 audios, 0 videos)
  322. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : allocating stream id 1 (0x7f6db800ae80)
  323. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : In ICE-FULL mode, starting candidate gathering.
  324. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : UPnP property Disabled
  325. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: Trying to create host candidate on port 0
  326. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: Could not set IPV6 socket ToS
  327. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: Trying to create host candidate on port 0
  328. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: Could not set IPV6 socket ToS
  329. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: Trying to create host candidate on port 0
  330. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: Could not set IPV6 socket ToS
  331. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: Trying to create host candidate on port 0
  332. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: Could not set IPV6 socket ToS
  333. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: Trying to create host candidate on port 0
  334. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: Could not set IPV6 socket ToS
  335. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: Trying to create host candidate on port 0
  336. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: Could not set IPV6 socket ToS
  337. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: Candidate gathering FINISHED, no scheduled items.
  338. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: gathered local candidate : [10.124.134.18]:34086 for s1/c1. U/P '(null)'/'(null)'
  339. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: gathered local candidate : [169.53.76.181]:33844 for s1/c1. U/P '(null)'/'(null)'
  340. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: gathered local candidate : [10.8.0.78]:50930 for s1/c1. U/P '(null)'/'(null)'
  341. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: gathered local candidate : [10.124.134.18]:44087 for s1/c2. U/P '(null)'/'(null)'
  342. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: gathered local candidate : [169.53.76.181]:37984 for s1/c2. U/P '(null)'/'(null)'
  343. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: gathered local candidate : [10.8.0.78]:39909 for s1/c2. U/P '(null)'/'(null)'
  344. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Attach source 0x7f6db802e700 (stream 1).
  345. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Attach source 0x7f6db8030430 (stream 1).
  346. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Attach source 0x7f6db8030650 (stream 1).
  347. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Attach source 0x7f6db8006600 (stream 1).
  348. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Attach source 0x7f6db8006710 (stream 1).
  349. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Attach source 0x7f6db8030730 (stream 1).
  350. [2014359940367754] Creating ICE agent (ICE Full mode, controlling)
  351. [2014359940367754] Adding 10.124.134.18 to the addresses to gather candidates for
  352. [2014359940367754] Adding 169.53.76.181 to the addresses to gather candidates for
  353. [2014359940367754] Adding 10.8.0.78 to the addresses to gather candidates for
  354. [2014359940367754] Gathering done for stream 1
  355. -------------------------------------------
  356. >> Anonymized
  357. -------------------------------------------
  358. [2014359940367754] We have 3 candidates for Stream #1, Component #1
  359. [2014359940367754] Stream #1, Component #1
  360. [2014359940367754] Address: 10.124.134.18:34086
  361. [2014359940367754] Priority: 2013266431
  362. [2014359940367754] Foundation: 1
  363. [2014359940367754] 1 1 udp 2013266431 10.124.134.18 34086 typ host[2014359940367754] Stream #1, Component #1
  364. [2014359940367754] Address: 169.53.76.181:33844
  365. [2014359940367754] Priority: 2013266431
  366. [2014359940367754] Foundation: 2
  367. [2014359940367754] 2 1 udp 2013266431 169.53.76.181 33844 typ host[2014359940367754] Stream #1, Component #1
  368. [2014359940367754] Address: 10.8.0.78:50930
  369. [2014359940367754] Priority: 2013266431
  370. [2014359940367754] Foundation: 3
  371. [2014359940367754] 3 1 udp 2013266431 10.8.0.78 50930 typ host[2014359940367754] We have 3 candidates for Stream #1, Component #2
  372. [2014359940367754] Stream #1, Component #2
  373. [2014359940367754] Address: 10.124.134.18:44087
  374. [2014359940367754] Priority: 2013266430
  375. [2014359940367754] Foundation: 1
  376. [2014359940367754] 1 2 udp 2013266430 10.124.134.18 44087 typ host[2014359940367754] Stream #1, Component #2
  377. [2014359940367754] Address: 169.53.76.181:37984
  378. [2014359940367754] Priority: 2013266430
  379. [2014359940367754] Foundation: 2
  380. [2014359940367754] 2 2 udp 2013266430 169.53.76.181 37984 typ host[2014359940367754] Stream #1, Component #2
  381. [2014359940367754] Address: 10.8.0.78:39909
  382. [2014359940367754] Priority: 2013266430
  383. [2014359940367754] Foundation: 3
  384. [2014359940367754] 3 2 udp 2013266430 10.8.0.78 39909 typ host -------------------------------------------
  385. >> Merged (951 bytes)
  386. -------------------------------------------
  387. v=0
  388. o=- 1481228071949571 1481228071949571 IN IP4 169.53.76.181
  389. s=Streaming Test
  390. t=0 0
  391. a=group:BUNDLE audio
  392. a=msid-semantic: WMS janus
  393. m=audio 9 RTP/SAVPF 8
  394. c=IN IP4 169.53.76.181
  395. a=sendonly
  396. a=mid:audio
  397. a=rtcp-mux
  398. a=ice-ufrag:I1lO
  399. a=ice-pwd:mwsSW4w9GjKraDjugbZITc
  400. a=ice-options:trickle
  401. 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
  402. a=setup:actpass
  403. a=rtpmap:8 PCMA/8000
  404. a=ssrc:693899877 cname:janusaudio
  405. a=ssrc:693899877 msid:janus janusa0
  406. a=ssrc:693899877 mslabel:janus
  407. a=ssrc:693899877 label:janusa0
  408. a=candidate:1 1 udp 2013266431 10.124.134.18 34086 typ host
  409. a=candidate:2 1 udp 2013266431 169.53.76.181 33844 typ host
  410. a=candidate:3 1 udp 2013266431 10.8.0.78 50930 typ host
  411. a=candidate:1 2 udp 2013266430 10.124.134.18 44087 typ host
  412. a=candidate:2 2 udp 2013266430 169.53.76.181 37984 typ host
  413. a=candidate:3 2 udp 2013266430 10.8.0.78 39909 typ host
  414.  
  415. [2014359940367754] Sending event to transport...
  416. >> Pushing event: 0 (Success)
  417. [2014359940367754] ICE thread started
  418. We have a message to serve...
  419. {
  420. "janus": "event",
  421. "session_id": 7792024582683952,
  422. "sender": 2014359940367754,
  423. "transaction": "yt3IuuU4lZiS",
  424. "plugindata": {
  425. "plugin": "janus.plugin.streaming",
  426. "data": {
  427. "streaming": "event",
  428. "result": {
  429. "status": "preparing"
  430. }
  431. }
  432. },
  433. "jsep": {
  434. "type": "offer",
  435. "sdp": "v=0\r\no=- 1481228071949571 1481228071949571 IN IP4 169.53.76.181\r\ns=Streaming Test\r\nt=0 0\r\na=group:BUNDLE audio\r\na=msid-semantic: WMS janus\r\nm=audio 9 RTP/SAVPF 8\r\nc=IN IP4 169.53.76.181\r\na=sendonly\r\na=mid:audio\r\na=rtcp-mux\r\na=ice-ufrag:I1lO\r\na=ice-pwd:mwsSW4w9GjKraDjugbZITc\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:8 PCMA/8000\r\na=ssrc:693899877 cname:janusaudio\r\na=ssrc:693899877 msid:janus janusa0\r\na=ssrc:693899877 mslabel:janus\r\na=ssrc:693899877 label:janusa0\r\na=candidate:1 1 udp 2013266431 10.124.134.18 34086 typ host\r\na=candidate:2 1 udp 2013266431 169.53.76.181 33844 typ host\r\na=candidate:3 1 udp 2013266431 10.8.0.78 50930 typ host\r\na=candidate:1 2 udp 2013266430 10.124.134.18 44087 typ host\r\na=candidate:2 2 udp 2013266430 169.53.76.181 37984 typ host\r\na=candidate:3 2 udp 2013266430 10.8.0.78 39909 typ host\r\n"
  436. }
  437. }
  438. Got a Janus API request from janus.transport.http (0x7f6dd00008c0)
  439. Transport task pool, serving request
  440. [2014359940367754] There's a message for JANUS Streaming plugin
  441. [2014359940367754] Remote SDP:
  442. v=0
  443. o=thisisadapterortc 8169639915646943137 2 IN IP4 127.0.0.1
  444. s=-
  445. t=0 0
  446. a=group:BUNDLE audio
  447. m=audio 9 UDP/TLS/RTP/SAVPF 8
  448. c=IN IP4 0.0.0.0
  449. a=rtcp:9 IN IP4 0.0.0.0
  450. a=rtpmap:8 PCMA/8000
  451. a=rtcp-mux
  452. a=ice-ufrag:NalU
  453. a=ice-pwd:kw25JzKNaN87p6uNnE8pGllr
  454. a=setup:active
  455. a=fingerprint:sha-256 3C:F6:17:6B:7F:BC:81:7B:FA:7E:AC:B7:76:C8:29:7D:B5:AF:F5:4F:18:6C:46:30:90:5C:08:8F:A3:5D:91:00
  456. a=mid:audio
  457. a=recvonly
  458. a=ssrc:2002 cname:nhtpf2y8km
  459. [2014359940367754] Audio has been negotiated, Video has NOT been negotiated, SCTP/DataChannels have NOT been negotiated
  460. [2014359940367754] The browser: supports BUNDLE, supports rtcp-mux, is doing Trickle ICE
  461. [2014359940367754] Parsing audio candidates (stream=1)...
  462. [2014359940367754] ICE ufrag (local): NalU
  463. [2014359940367754] ICE pwd (local): kw25JzKNaN87p6uNnE8pGllr
  464. [2014359940367754] DTLS setup (local): active
  465. [2014359940367754] Fingerprint (local) : sha-256 3C:F6:17:6B:7F:BC:81:7B:FA:7E:AC:B7:76:C8:29:7D:B5:AF:F5:4F:18:6C:46:30:90:5C:08:8F:A3:5D:91:00
  466. [2014359940367754] Audio mid: audio
  467. [2014359940367754] Peer audio SSRC: 2002
  468. (process:16138): libnice-DEBUG: Detach source 0x7f6db8006600 (stream 1).
  469. (process:16138): libnice-DEBUG: Detach source 0x7f6db8006710 (stream 1).
  470. (process:16138): libnice-DEBUG: Detach source 0x7f6db8030730 (stream 1).
  471. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0, freeing conncheck_list of stream 0x7f6db800ae80
  472. [2014359940367754] Discovered new remote candidate for component 2 in stream 1: foundation=1
  473. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : stream 1 component 2 STATE-CHANGE disconnected -> ready.
  474. [2014359940367754] -- ICE Trickling is supported by the browser, waiting for remote candidates...
  475. -------------------------------------------
  476. >> Anonymized
  477. -------------------------------------------
  478. Starting the streaming
  479. This is involving a negotiation (answer) as well (but we really don't care):
  480. v=0
  481. o=thisisadapterortc 8169639915646943137 2 IN IP4 1.1.1.1
  482. s=-
  483. t=0 0
  484. m=audio 9 UDP/TLS/RTP/SAVPF 8
  485. c=IN IP4 1.1.1.1
  486. a=recvonly
  487. a=rtpmap:8 PCMA/8000
  488.  
  489. [2014359940367754] Sending event to transport...
  490. >> Pushing event: 0 (Success)
  491. Got a Janus API request from janus.transport.http (0x7f6dd00008c0)
  492. Session 7792024582683952 found... returning up to 1 messages
  493. Transport task pool, serving request
  494. Got a keep-alive on session 7792024582683952
  495. Got a Janus API request from janus.transport.http (0x7f6dd00008c0)
  496. Transport task pool, serving request
  497. Got a keep-alive on session 7792024582683952
  498. Session 7792024582683952 found... returning up to 1 messages
  499. Got a Janus API request from janus.transport.http (0x7f6dbc0008c0)
  500. Got a Janus API request from janus.transport.http (0x7f6db00008c0)
  501. Transport task pool, serving request
  502. [2014359940367754] Trickle candidate (audio): candidate:2 1 UDP 2130705919 192.168.0.198 28270 typ host
  503. [2014359940367754] Adding remote candidate component:1 stream:1 type:host 192.168.0.198:28270
  504. [2014359940367754] ICE already started for this component, setting candidates we have up to now
  505. [2014359940367754] ## Setting remote candidates: stream 1, component 1 (1 in the list)
  506. [2014359940367754] >> Remote Stream #1, Component #1
  507. [2014359940367754] Address: 192.168.0.198:28270
  508. [2014359940367754] Priority: 2130705919
  509. [2014359940367754] Foundation: 2
  510. [2014359940367754] Username: NalU
  511. [2014359940367754] Password: kw25JzKNaN87p6uNnE8pGllr
  512. [2014359940367754] Setting remote credentials...
  513. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: set_remote_candidates 1 1
  514. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Adding remote candidate with addr [192.168.0.198]:28270 for s1/c1. U/P 'NalU'/'kw25JzKNaN87p6uNnE8pGllr' prio: 2130705919
  515. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : creating new pair 0x1eea570 state 5
  516. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : added a new conncheck 0x1eea570 with foundation of '1:2' to list 1.
  517. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : stream 1 component 1 STATE-CHANGE disconnected -> connecting.
  518. [2014359940367754] Component state changed for component 1 in stream 1: 2 (connecting)
  519. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : creating new pair 0x1efa680 state 5
  520. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : added a new conncheck 0x1efa680 with foundation of '2:2' to list 1.
  521. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : creating new pair 0x1f0a790 state 5
  522. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : added a new conncheck 0x1f0a790 with foundation of '3:2' to list 1.
  523. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Pair 0x1eea570 with s/c-id 1/1 (1:2) unfrozen.
  524. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x1eea570 state WAITING
  525. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : priv_conn_check_unfreeze_next returned 1
  526. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x1eea570 state IN_PROGRESS
  527. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : STUN-CC REQ to '192.168.0.198:28270', socket=17, pair=1:2 (c-id:1), tie=6844558427387258613, username='NalU:I1lO' (9), password='kw25JzKNaN87p6uNnE8pGllr' (24), priority=1845494271.
  528. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: conncheck created 92 - 0x1eea620
  529. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : timer tick #1: 2 frozen, 1 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.
  530. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : priv_conn_check_tick_unlocked returned 1
  531. Transport task pool, serving request
  532. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : conn_check_schedule_next returning 1
  533. [2014359940367754] Remote candidates set!
  534. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: set_remote_candidates 1 1
  535. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Adding remote candidate with addr [192.168.56.1]:16350 for s1/c1. U/P 'NalU'/'kw25JzKNaN87p6uNnE8pGllr' prio: 2130706431
  536. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : creating new pair 0x7f6dc4004800 state 5
  537. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : added a new conncheck 0x7f6dc4004800 with foundation of '1:1' to list 1.
  538. [2014359940367754] Trickle candidate (audio): candidate:1 1 UDP 2130706431 192.168.56.1 16350 typ host
  539. [2014359940367754] Adding remote candidate component:1 stream:1 type:host 192.168.56.1:16350
  540. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : creating new pair 0x7f6dc4014910 state 5
  541. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : added a new conncheck 0x7f6dc4014910 with foundation of '2:1' to list 1.
  542. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : creating new pair 0x7f6dc4024a20 state 5
  543. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : added a new conncheck 0x7f6dc4024a20 with foundation of '3:1' to list 1.
  544. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Pair 0x7f6dc4004800 with s/c-id 1/1 (1:1) unfrozen.
  545. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x7f6dc4004800 state WAITING
  546. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : priv_conn_check_unfreeze_next returned 1
  547. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x7f6dc4004800 state IN_PROGRESS
  548. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : STUN-CC REQ to '192.168.56.1:16350', socket=17, pair=1:1 (c-id:1), tie=6844558427387258613, username='NalU:I1lO' (9), password='kw25JzKNaN87p6uNnE8pGllr' (24), priority=1845494271.
  549. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: conncheck created 92 - 0x7f6dc40048b0
  550. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : priv_conn_check_tick_unlocked returned 1
  551. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : conn_check_schedule_next returning 1
  552. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Pair 0x7f6dc4014910 with s/c-id 1/1 (2:1) unfrozen.
  553. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x7f6dc4014910 state WAITING
  554. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x7f6dc4014910 state IN_PROGRESS
  555. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : STUN-CC REQ to '192.168.56.1:16350', socket=19, pair=2:1 (c-id:1), tie=6844558427387258613, username='NalU:I1lO' (9), password='kw25JzKNaN87p6uNnE8pGllr' (24), priority=1845494271.
  556. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: conncheck created 92 - 0x7f6dc40149c0
  557. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Pair 0x7f6dc4024a20 with s/c-id 1/1 (3:1) unfrozen.
  558. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x7f6dc4024a20 state WAITING
  559. Got a Janus API request from janus.transport.http (0x7f6db00008c0)
  560. Got a Janus API request from janus.transport.http (0x7f6dbc0008c0)
  561. Got a Janus API request from janus.transport.http (0x7f6db0001530)
  562. Transport task pool, serving request
  563. No more remote candidates for handle 2014359940367754!
  564. Transport task pool, serving request
  565. [2014359940367754] Trickle candidate (audio): candidate:3 1 TCP 1684798463 192.168.56.1 16350 typ srflx raddr 192.168.56.1 rport 16350 tcptype active
  566. [2014359940367754] Adding remote candidate component:1 stream:1 type:srflx 192.168.56.1:16350 --> 192.168.56.1:16350
  567. [2014359940367754] Skipping unsupported transport 'TCP' for media
  568. Transport task pool, serving request
  569. No more remote candidates for handle 2014359940367754!
  570. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x7f6dc4024a20 state IN_PROGRESS
  571. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : STUN-CC REQ to '192.168.56.1:16350', socket=21, pair=3:1 (c-id:1), tie=6844558427387258613, username='NalU:I1lO' (9), password='kw25JzKNaN87p6uNnE8pGllr' (24), priority=1845494271.
  572. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: conncheck created 92 - 0x7f6dc4024ad0
  573. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Pair 0x1efa680 with s/c-id 1/1 (2:2) unfrozen.
  574. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x1efa680 state WAITING
  575. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x1efa680 state IN_PROGRESS
  576. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : STUN-CC REQ to '192.168.0.198:28270', socket=19, pair=2:2 (c-id:1), tie=6844558427387258613, username='NalU:I1lO' (9), password='kw25JzKNaN87p6uNnE8pGllr' (24), priority=1845494271.
  577. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: conncheck created 92 - 0x1efa730
  578. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Pair 0x1f0a790 with s/c-id 1/1 (3:2) unfrozen.
  579. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x1f0a790 state WAITING
  580. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x1f0a790 state IN_PROGRESS
  581. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : STUN-CC REQ to '192.168.0.198:28270', socket=21, pair=3:2 (c-id:1), tie=6844558427387258613, username='NalU:I1lO' (9), password='kw25JzKNaN87p6uNnE8pGllr' (24), priority=1845494271.
  582. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0: conncheck created 92 - 0x1f0a840
  583. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 1196ms).
  584. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 1196ms).
  585. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 1196ms).
  586. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 1197ms).
  587. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 1197ms).
  588. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 1197ms).
  589. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : timer tick #51: 0 frozen, 6 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.
  590. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 2386ms).
  591. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 2386ms).
  592. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 2386ms).
  593. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 2387ms).
  594. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 2387ms).
  595. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 2387ms).
  596. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : timer tick #101: 0 frozen, 6 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.
  597. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : timer tick #151: 0 frozen, 6 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.
  598. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : timer tick #201: 0 frozen, 6 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.
  599. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 4788ms).
  600. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 4789ms).
  601. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 4789ms).
  602. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 4789ms).
  603. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 4789ms).
  604. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 :STUN transaction retransmitted (timeout 4789ms).
  605. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : timer tick #251: 0 frozen, 6 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.
  606. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : timer tick #301: 0 frozen, 6 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.
  607. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : timer tick #351: 0 frozen, 6 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.
  608. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : timer tick #401: 0 frozen, 6 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.
  609. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Retransmissions failed, giving up on connectivity check 0x1eea570
  610. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x1eea570 state FAILED
  611. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Retransmissions failed, giving up on connectivity check 0x7f6dc4004800
  612. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x7f6dc4004800 state FAILED
  613. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Retransmissions failed, giving up on connectivity check 0x7f6dc4014910
  614. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x7f6dc4014910 state FAILED
  615. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : timer tick #451: 0 frozen, 3 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.
  616. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Retransmissions failed, giving up on connectivity check 0x7f6dc4024a20
  617. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x7f6dc4024a20 state FAILED
  618. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Retransmissions failed, giving up on connectivity check 0x1efa680
  619. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x1efa680 state FAILED
  620. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : Retransmissions failed, giving up on connectivity check 0x1f0a790
  621. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : pair 0x1f0a790 state FAILED
  622. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : timer tick #457: 0 frozen, 0 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom.
  623. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : priv_conn_check_tick_unlocked: stopping conncheck timer
  624. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : stream 1 component 1 STATE-CHANGE connecting -> failed.
  625. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : stream 1 component 2 STATE-CHANGE ready -> failed.
  626. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : conn.check list status: 0 nominated, 0 succeeded, c-id 1.
  627. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : conn.check list status: 0 nominated, 0 succeeded, c-id 2.
  628. (process:16138): libnice-DEBUG: Agent 0x7f6db80070a0 : changing conncheck state to COMPLETED.
  629. [2014359940367754] Component state changed for component 1 in stream 1: 5 (failed)
  630. [ERR] [ice.c:janus_ice_cb_component_state_changed:1473] [2014359940367754] ICE failed for component 1 in stream 1...
  631. [2014359940367754] Telling the plugin about it (JANUS Streaming plugin)
  632. No WebRTC media anymore
  633. [2014359940367754] Notifying WebRTC hangup
  634. [2014359940367754] Sending event to transport...
  635. We have a message to serve...
  636. {
  637. "janus": "hangup",
  638. "session_id": 7792024582683952,
  639. "sender": 2014359940367754,
  640. "reason": "ICE failed"
  641. }
  642. Got a Janus API request from janus.transport.http (0x7f6dd00008c0)
  643. Transport task pool, serving request
  644. Got a keep-alive on session 7792024582683952
  645. Session 7792024582683952 found... returning up to 1 messages
  646. Stopping gateway, please wait...
  647. Ending watchdog mainloop...
  648. Closing transport plugins:
  649. Stopping webserver(s)...
  650. Long poll time out for session 7792024582683952...
  651. We have a message to serve...
  652. {
  653. "janus": "keepalive"
  654. }
  655. HTTP/Janus sessions watchdog stopped
  656. JANUS REST (HTTP/HTTPS) transport plugin destroyed!
  657. Unix Sockets thread ended
  658. JANUS Unix Sockets transport plugin destroyed!
  659. Destroying sessions...
  660. Freeing crypto resources...
  661. Ending ICE handles watchdog mainloop...
  662. Closing plugins:
  663. Leaving VoiceMail handler thread
  664. VoiceMail watchdog stopped
  665. JANUS VoiceMail plugin destroyed!
  666. Leaving AudioBridge handler thread
  667. AudioBridge watchdog stopped
  668. JANUS AudioBridge plugin destroyed!
  669. Leaving EchoTest handler thread
  670. EchoTest watchdog stopped
  671. JANUS EchoTest plugin destroyed!
  672. LeavingRecord&Play handler thread
  673. Record&Play watchdog stopped
  674. JANUS Record&Play plugin destroyed!
  675. Leaving TextRoom handler thread
  676. TextRoom watchdog stopped
  677. JANUS TextRoom plugin destroyed!
  678. Leaving VideoRoom handler thread
  679. VideoRoom watchdog stopped
  680. JANUS VideoRoom plugin destroyed!
  681. Leaving VideoCall handler thread
  682. VideoCall watchdog stopped
  683. JANUS VideoCall plugin destroyed!
  684. Leaving Streaming handler thread
  685. [file-live-sample] Leaving filesource (live) thread
  686. [gstreamer] Leaving streaming relay thread
  687. Streaming watchdog stopped
  688. JANUS Streaming plugin destroyed!
  689. Leaving SIP handler thread
  690. SIP watchdog stopped
  691. JANUS SIP plugin destroyed!
  692. Bye!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement