· 6 years ago · Nov 10, 2019, 03:52 AM
1Janus commit: c36e017cd580ca7d9994f1185e9254ad722312e9
2Compiled on: Sat Nov 9 22:15:48 EST 2019
3
4---------------------------------------------------
5 Starting Meetecho Janus (WebRTC Server) v0.7.6
6---------------------------------------------------
7
8[janus.jcfg]
9 general: {
10 configs_folder: /opt/janus2/etc/janus
11 plugins_folder: /opt/janus2/lib/janus/plugins
12 transports_folder: /opt/janus2/lib/janus/transports
13 events_folder: /opt/janus2/lib/janus/events
14 debug_level: 4
15 admin_secret: janusoverlord
16 }
17 certificates: {
18 }
19 media: {
20 }
21 nat: {
22 stun_server: stun1.l.google.com
23 stun_port: 19302
24 nice_debug: false
25 ice_ignore_list: vmnet
26 }
27 plugins: {
28 }
29 transports: {
30 }
31 events: {
32 }
33Checking command line arguments...
34[janus.jcfg]
35 general: {
36 configs_folder: /opt/janus2/etc/janus
37 plugins_folder: /opt/janus2/lib/janus/plugins
38 transports_folder: /opt/janus2/lib/janus/transports
39 events_folder: /opt/janus2/lib/janus/events
40 admin_secret: janusoverlord
41 debug_level: 7
42 }
43 certificates: {
44 }
45 media: {
46 }
47 nat: {
48 stun_server: stun1.l.google.com
49 stun_port: 19302
50 ice_ignore_list: vmnet
51 nice_debug: true
52 }
53 plugins: {
54 }
55 transports: {
56 }
57 events: {
58 }
59Debug/log level is 7
60Debug/log timestamps are disabled
61Debug/log colors are enabled
62Adding 'vmnet' to the ICE ignore list...
63Selecting local IP address...
64Using 192.168.1.14 as local IP...
65[33m[WARN][0m Token based authentication disabled
66Initializing recorder code
67Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, half-trickle, IPv6 support disabled)
68STUN server to use: stun1.l.google.com:19302
69 >> 64.233.191.127:19302 (IPv4)
70Testing STUN server: message is of 20 bytes
71 >> Sent 20 bytes, waiting for reply...
72 >> Got 32 bytes...
73 >> XOR-MAPPED-ADDRESS: 0
74 >> Our public address is 73.157.252.24
75TURN REST API backend: (disabled)
76Enabling libnice debugging...
77[33m[WARN][0m No NICE_DEBUG environment variable set, setting maximum debug
78[33m[WARN][0m No G_MESSAGES_DEBUG environment variable set, setting maximum debug
79Debugging NICE_DEBUG=all G_MESSAGES_DEBUG=all
80Using certificates:
81 (null)
82 (null)
83Crypto: OpenSSL pre-1.1.0
84[33m[WARN][0m The libsrtp installation does not support AES-GCM profiles
85[33m[WARN][0m No cert/key specified, autogenerating some...
86Generating DTLS key / cert
87Fingerprint of our certificate: 0A:69:5C:64:E5:13:49:B9:35:7A:05:D9:78:8D:92:51:FE:33:E1:45:10:25:8A:A4:28:69:71:34:E6:A3:11:60
88[33m[WARN][0m Event handlers support disabled
89Plugins folder: /opt/janus2/lib/janus/plugins
90Joining Janus requests handler thread
91Loading plugin 'libjanus_echotest.so'...
92Sessions watchdog started
93JANUS EchoTest plugin created!
94Configuration file: /opt/janus2/etc/janus/janus.plugin.echotest.jcfg
95[janus.plugin.echotest.jcfg]
96 general: {
97 }
98JANUS EchoTest plugin initialized!
99 Version: 7 (0.0.7)
100 [janus.plugin.echotest] JANUS EchoTest plugin
101 This is a trivial EchoTest plugin for Janus, just used to showcase the plugin interface.
102 Plugin API version: 13
103Loading plugin 'libjanus_recordplay.so'...
104Joining EchoTest handler thread
105JANUS Record&Play plugin created!
106Configuration file: /opt/janus2/etc/janus/janus.plugin.recordplay.jcfg
107[janus.plugin.recordplay.jcfg]
108 general: {
109 path: /opt/janus2/share/janus/recordings
110 }
111Updating recordings list in /opt/janus2/share/janus/recordings
112Importing recording '1234.nfo'...
113Pre-parsing file /opt/janus2/share/janus/recordings/rec-sample-audio.mjr to generate ordered index...
114This is an old audio recording, assuming Opus
115Pre-parsing file /opt/janus2/share/janus/recordings/rec-sample-video.mjr to generate ordered index...
116This is an old video recording, assuming VP8
117JANUS Record&Play plugin initialized!
118 Version: 4 (0.0.4)
119 [janus.plugin.recordplay] JANUS Record&Play plugin
120 This is a trivial Record&Play plugin for Janus, to record WebRTC sessions and replay them.
121 Plugin API version: 13
122Loading plugin 'libjanus_nosip.so'...
123Joining Record&Play handler thread
124JANUS NoSIP plugin created!
125Configuration file: /opt/janus2/etc/janus/janus.plugin.nosip.jcfg
126[janus.plugin.nosip.jcfg]
127 general: {
128 rtp_port_range: 20000-40000
129 }
130NoSIP RTP/RTCP port range: 20000 -- 40000
131Local IP set to 192.168.1.14
132JANUS NoSIP plugin initialized!
133 Version: 1 (0.0.1)
134 [janus.plugin.nosip] JANUS NoSIP plugin
135 This is a simple RTP bridging plugin that leaves signalling details (e.g., SIP) up to the application.
136 Plugin API version: 13
137Joining NoSIP handler thread
138Loading plugin 'libjanus_streaming.so'...
139JANUS Streaming plugin created!
140Configuration file: /opt/janus2/etc/janus/janus.plugin.streaming.jcfg
141[janus.plugin.streaming.jcfg]
142 general: {
143 }
144 gstreamer-sample: {
145 type: rtp
146 id: 1
147 description: Opus/VP8 live stream coming from gstreamer
148 audio: true
149 video: true
150 audioport: 5002
151 audiopt: 111
152 audiortpmap: opus/48000/2
153 videoport: 5004
154 videopt: 100
155 videortpmap: VP8/90000
156 secret: adminpwd
157 }
158 file-live-sample: {
159 type: live
160 id: 2
161 description: a-law file source (radio broadcast)
162 filename: /opt/janus2/share/janus/streams/radio.alaw
163 audio: true
164 video: false
165 secret: adminpwd
166 }
167 file-ondemand-sample: {
168 type: ondemand
169 id: 3
170 description: mu-law file source (music)
171 filename: /opt/janus2/share/janus/streams/music.mulaw
172 audio: true
173 video: false
174 secret: adminpwd
175 }
176Adding stream 'gstreamer-sample'
177Audio enabled, Video enabled, Data NOT enabled
178Audio enabled, Video enabled, Data NOT enabled
179Adding stream 'file-live-sample'
180Adding stream 'file-ondemand-sample'
181Starting streaming relay thread
182Filesource (live) thread starting...
183[file-live-sample] Opening file source /opt/janus2/share/janus/streams/radio.alaw...
184 ::: [1][gstreamer-sample] Opus/VP8 live stream coming from gstreamer (live, RTP source, public, pin: no pin)
185 ::: [2][file-live-sample] a-law file source (radio broadcast) (live, file source, public, pin: no pin)
186 ::: [3][file-ondemand-sample] mu-law file source (music) (on demand, file source, public, pin: no pin)
187[file-live-sample] Streaming audio file: /opt/janus2/share/janus/streams/radio.alaw
188JANUS Streaming plugin initialized!
189 Version: 8 (0.0.8)
190 [janus.plugin.streaming] JANUS Streaming plugin
191 This is a streaming plugin for Janus, allowing WebRTC peers to watch/listen to pre-recorded files or media generated by an external source.
192 Plugin API version: 13
193Loading plugin 'libjanus_videocall.so'...
194Joining Streaming handler thread
195JANUS VideoCall plugin created!
196Configuration file: /opt/janus2/etc/janus/janus.plugin.videocall.jcfg
197[janus.plugin.videocall.jcfg]
198 general: {
199 }
200JANUS VideoCall plugin initialized!
201 Version: 6 (0.0.6)
202 [janus.plugin.videocall] JANUS VideoCall plugin
203 This is a simple video call plugin for Janus, allowing two WebRTC peers to call each other through a server.
204 Plugin API version: 13
205Loading plugin 'libjanus_videoroom.so'...
206Joining VideoCall handler thread
207JANUS VideoRoom plugin created!
208Configuration file: /opt/janus2/etc/janus/janus.plugin.videoroom.jcfg
209[janus.plugin.videoroom.jcfg]
210 general: {
211 }
212 room-1234: {
213 description: Demo Room
214 secret: adminpwd
215 publishers: 6
216 bitrate: 128000
217 fir_freq: 10
218 record: false
219 }
220 room-5678: {
221 description: VP9-SVC Demo Room
222 secret: adminpwd
223 publishers: 6
224 bitrate: 512000
225 fir_freq: 10
226 videocodec: vp9
227 video_svc: true
228 }
229Adding video room 'room-1234'
230Created videoroom: 1234 (Demo Room, public, opus/vp8 codecs, secret: adminpwd, pin: no pin, pvtid: optional)
231Adding video room 'room-5678'
232Created videoroom: 5678 (VP9-SVC Demo Room, public, opus/vp9 codecs, secret: adminpwd, pin: no pin, pvtid: optional)
233 ::: [5678][VP9-SVC Demo Room] 512000, max 6 publishers, FIR frequency of 10 seconds, opus audio codec(s), vp9 video codec(s)
234 ::: [1234][Demo Room] 128000, max 6 publishers, FIR frequency of 10 seconds, opus audio codec(s), vp8 video codec(s)
235JANUS VideoRoom plugin initialized!
236 Version: 9 (0.0.9)
237 [janus.plugin.videoroom] JANUS VideoRoom plugin
238 This is a plugin implementing a videoconferencing SFU (Selective Forwarding Unit) for Janus, that is an audio/video router.
239 Plugin API version: 13
240Joining RTCP thread for RTP forwarders...
241Loading plugin 'libjanus_textroom.so'...
242Joining VideoRoom handler thread
243JANUS TextRoom plugin created!
244Configuration file: /opt/janus2/etc/janus/janus.plugin.textroom.jcfg
245[janus.plugin.textroom.jcfg]
246 general: {
247 json: indented
248 }
249 room-1234: {
250 description: Demo Room
251 secret: adminpwd
252 }
253Adding text room 'room-1234'
254Created textroom: 1234 (Demo Room, public, secret: adminpwd, pin: no pin)
255 ::: [1234][Demo Room]
256JANUS TextRoom plugin initialized!
257 Version: 2 (0.0.2)
258 [janus.plugin.textroom] JANUS TextRoom plugin
259 This is a plugin implementing a text-only room for Janus, using DataChannels.
260 Plugin API version: 13
261Transport plugins folder: /opt/janus2/lib/janus/transports
262Loading transport plugin 'libjanus_http.so'...
263Joining TextRoom handler thread
264JANUS REST (HTTP/HTTPS) transport plugin created!
265Configuration file: /opt/janus2/etc/janus/janus.transport.http.jcfg
266[janus.transport.http.jcfg]
267 general: {
268 json: indented
269 base_path: /janus
270 threads: unlimited
271 http: true
272 port: 8088
273 https: false
274 }
275 admin: {
276 admin_base_path: /admin
277 admin_threads: unlimited
278 admin_http: false
279 admin_port: 7088
280 admin_https: false
281 }
282 cors: {
283 }
284 certificates: {
285 }
286Using a thread per connection for the Janus API HTTP webserver
287Binding to all interfaces for the Janus API HTTP webserver
288HTTP webserver started (port 8088, /janus path listener)...
289[33m[WARN][0m HTTPS webserver disabled
290[33m[WARN][0m Admin/monitor HTTP webserver disabled
291[33m[WARN][0m Admin/monitor HTTPS webserver disabled
292JANUS REST (HTTP/HTTPS) transport plugin initialized!
293 Version: 2 (0.0.2)
294 [janus.transport.http] JANUS REST (HTTP/HTTPS) transport plugin
295 This transport plugin adds REST (HTTP/HTTPS) support to the Janus API via libmicrohttpd.
296 Plugin API version: 7
297 Janus API: enabled
298 Admin API: disabled
299Loading transport plugin 'libjanus_websockets.so'...
300JANUS WebSockets transport plugin created!
301Configuration file: /opt/janus2/etc/janus/janus.transport.websockets.jcfg
302[janus.transport.websockets.jcfg]
303 general: {
304 json: indented
305 ws: true
306 ws_port: 8188
307 wss: false
308 }
309 admin: {
310 admin_ws: false
311 admin_ws_port: 7188
312 admin_wss: false
313 }
314 certificates: {
315 }
316libwebsockets logging: 0
317WebSockets server started (port 8188)...
318[33m[WARN][0m Secure WebSockets server disabled
319[33m[WARN][0m Admin WebSockets server disabled
320[33m[WARN][0m Secure Admin WebSockets server disabled
321JANUS WebSockets transport plugin initialized!
322 Version: 1 (0.0.1)
323 [janus.transport.websockets] JANUS WebSockets transport plugin
324 This transport plugin adds WebSockets support to the Janus API via libwebsockets.
325 Plugin API version: 7
326 Janus API: enabled
327 Admin API: disabled
328Loading transport plugin 'libjanus_pfunix.so'...
329WebSockets thread started
330[WSS-0x7f49a898b530] 27 (LWS_CALLBACK_PROTOCOL_INIT)
331JANUS Unix Sockets transport plugin created!
332Configuration file: /opt/janus2/etc/janus/janus.transport.pfunix.jcfg
333[janus.transport.pfunix.jcfg]
334 general: {
335 enabled: false
336 json: indented
337 }
338 admin: {
339 admin_enabled: false
340 }
341[33m[WARN][0m Unix Sockets server disabled (Janus API)
342[33m[WARN][0m Unix Sockets server disabled (Admin API)
343[33m[WARN][0m No Unix Sockets server started, giving up...
344[33m[WARN][0m The 'janus.transport.pfunix' plugin could not be initialized
345New connection on REST API: ::ffff:99.203.51.232
346[transports/janus_http.c:janus_http_handler:1180] Got a HTTP POST request on /janus...
347[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
348[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
349[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
350[transports/janus_http.c:janus_http_headers:1799] Content-Length: 47
351[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
352[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
353[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
354[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
355[transports/janus_http.c:janus_http_headers:1799] Content-Type: application/json
356[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
357[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
358[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
359[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus...
360[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
361Processing POST data (application/json) (47 bytes)...
362[transports/janus_http.c:janus_http_handler:1291] -- Data we have now (47 bytes)
363[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus...
364[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
365Processing POST data (application/json) (0 bytes)...
366[transports/janus_http.c:janus_http_handler:1296] Done getting payload, we can answer
367{"janus":"create","transaction":"FybzUbnPXASO"}
368Forwarding request to the core (0x7f4998000930)
369Got a Janus API request from janus.transport.http (0x7f4998000930)
370Creating new session: 5125498106689518; 0x7f49900010c0
371Session created (5125498106689518), create a queue for the long poll
372Sending Janus API response to janus.transport.http (0x7f4998000930)
373Got a Janus API response to send (0x7f4998000930)
374[transports/janus_http.c:janus_http_handler:1180] Got a HTTP GET request on /janus/5125498106689518...
375[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
376[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
377[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
378[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
379[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
380[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
381[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
382[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
383[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
384[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
385[transports/janus_http.c:janus_http_handler:1213] Processing HTTP GET request on /janus/5125498106689518...
386[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
387Session: 5125498106689518
388Got a Janus API request from janus.transport.http (0x7f4998000b50)
389Session 5125498106689518 found... returning up to 10 messages
390[transports/janus_http.c:janus_http_notifier:1832] ... handling long poll...
391Got a keep-alive on session 5125498106689518
392Sending Janus API response to janus.transport.http (0x7f4998000b50)
393Got a Janus API response to send (0x7f4998000b50)
394New connection on REST API: ::ffff:99.203.51.232
395[transports/janus_http.c:janus_http_handler:1180] Got a HTTP OPTIONS request on /janus/5125498106689518...
396[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
397[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
398[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
399[transports/janus_http.c:janus_http_headers:1799] Access-Control-Request-Method: POST
400[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
401[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
402[transports/janus_http.c:janus_http_headers:1799] Access-Control-Request-Headers: content-type
403[transports/janus_http.c:janus_http_headers:1799] Accept: */*
404[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
405[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
406[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
407New connection on REST API: ::ffff:99.203.51.232
408[transports/janus_http.c:janus_http_handler:1180] Got a HTTP POST request on /janus/5125498106689518...
409[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
410[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
411[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
412[transports/janus_http.c:janus_http_headers:1799] Content-Length: 122
413[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
414[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
415[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
416[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
417[transports/janus_http.c:janus_http_headers:1799] Content-Type: application/json
418[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
419[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
420[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
421[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus/5125498106689518...
422[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
423Session: 5125498106689518
424Processing POST data (application/json) (122 bytes)...
425[transports/janus_http.c:janus_http_handler:1291] -- Data we have now (122 bytes)
426[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus/5125498106689518...
427[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
428Session: 5125498106689518
429Processing POST data (application/json) (0 bytes)...
430[transports/janus_http.c:janus_http_handler:1296] Done getting payload, we can answer
431{"janus":"attach","plugin":"janus.plugin.streaming","opaque_id":"streamingtest-RkwkWRODgPYB","transaction":"sGLCzricQelm"}
432Forwarding request to the core (0x7f4994000930)
433Got a Janus API request from janus.transport.http (0x7f4994000930)
434Creating new handle in session 5125498106689518: 4193029646181693; 0x7f49900010c0 0x7f4990001650
435Sending Janus API response to janus.transport.http (0x7f4994000930)
436Got a Janus API response to send (0x7f4994000930)
437[4193029646181693] Handle thread started; 0x7f4990001650
438[ice.c:janus_ice_handle_thread:1119] [4193029646181693] Looping...
439[transports/janus_http.c:janus_http_handler:1180] Got a HTTP OPTIONS request on /janus/5125498106689518/4193029646181693...
440[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
441[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
442[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
443[transports/janus_http.c:janus_http_headers:1799] Access-Control-Request-Method: POST
444[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
445[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
446[transports/janus_http.c:janus_http_headers:1799] Access-Control-Request-Headers: content-type
447[transports/janus_http.c:janus_http_headers:1799] Accept: */*
448[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
449[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
450[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
451New connection on REST API: ::ffff:99.203.51.232
452[transports/janus_http.c:janus_http_handler:1180] Got a HTTP POST request on /janus/5125498106689518/4193029646181693...
453[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
454[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
455[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
456[transports/janus_http.c:janus_http_headers:1799] Content-Length: 74
457[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
458[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
459[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
460[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
461[transports/janus_http.c:janus_http_headers:1799] Content-Type: application/json
462[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
463[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
464[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
465[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus/5125498106689518/4193029646181693...
466[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
467Session: 5125498106689518
468Handle: 4193029646181693
469Processing POST data (application/json) (74 bytes)...
470[transports/janus_http.c:janus_http_handler:1291] -- Data we have now (74 bytes)
471[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus/5125498106689518/4193029646181693...
472[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
473Session: 5125498106689518
474Handle: 4193029646181693
475Processing POST data (application/json) (0 bytes)...
476[transports/janus_http.c:janus_http_handler:1296] Done getting payload, we can answer
477{"janus":"message","body":{"request":"list"},"transaction":"rWxIluVCqLEu"}
478Forwarding request to the core (0x7f4994000930)
479Got a Janus API request from janus.transport.http (0x7f4994000930)
480Transport task pool, serving request
481[4193029646181693] There's a message for JANUS Streaming plugin
482Request for the list of mountpoints
483Creating plugin result...
484Sending Janus API response to janus.transport.http (0x7f4994000930)
485Got a Janus API response to send (0x7f4994000930)
486Destroying plugin result...
487[transports/janus_http.c:janus_http_handler:1180] Got a HTTP POST request on /janus/5125498106689518/4193029646181693...
488[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
489[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
490[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
491[transports/janus_http.c:janus_http_headers:1799] Content-Length: 82
492[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
493[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
494[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
495[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
496[transports/janus_http.c:janus_http_headers:1799] Content-Type: application/json
497[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
498[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
499[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
500[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus/5125498106689518/4193029646181693...
501[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
502Session: 5125498106689518
503Handle: 4193029646181693
504Processing POST data (application/json) (82 bytes)...
505[transports/janus_http.c:janus_http_handler:1291] -- Data we have now (82 bytes)
506[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus/5125498106689518/4193029646181693...
507[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
508Session: 5125498106689518
509Handle: 4193029646181693
510Processing POST data (application/json) (0 bytes)...
511[transports/janus_http.c:janus_http_handler:1296] Done getting payload, we can answer
512{"janus":"message","body":{"request":"watch","id":3},"transaction":"IWgfLYlE2Wbt"}
513Forwarding request to the core (0x7f4994000930)
514Got a Janus API request from janus.transport.http (0x7f4994000930)
515Transport task pool, serving request
516[4193029646181693] There's a message for JANUS Streaming plugin
517Creating plugin result...
518Sending Janus API response to janus.transport.http (0x7f4994000930)
519Got a Janus API response to send (0x7f4994000930)
520Destroying plugin result...
521Request to watch mountpoint/stream 3
522Going to offer this SDP:
523v=0
524o=- 1573356573478159 1 IN IP4 127.0.0.1
525s=Mountpoint 3
526t=0 0
527m=audio 1 RTP/SAVPF 0
528c=IN IP4 1.1.1.1
529a=rtpmap:0 PCMU/8000
530a=sendonly
531
532Filesource (on demand) RTP thread starting...
533[file-ondemand-sample] Opening file source /opt/janus2/share/janus/streams/music.mulaw...
534[file-ondemand-sample] Streaming audio file: /opt/janus2/share/janus/streams/music.mulaw
535[4193029646181693] Audio has been negotiated
536[4193029646181693] Video has NOT been negotiated
537[4193029646181693] SCTP/DataChannels have NOT been negotiated
538[4193029646181693] Setting ICE locally: got ANSWER (1 audios, 0 videos)
539[4193029646181693] Creating ICE agent (ICE Full mode, controlling)
540(process:27503): libnice-DEBUG: 22:29:33.479: Agent 0x7f4980009020 : Property set, role is already "controlling".
541[4193029646181693] Adding 192.168.1.14 to the addresses to gather candidates for
542(process:27503): libnice-DEBUG: 22:29:33.480: Created NiceStream (1 created, 0 destroyed)
543(process:27503): libnice-DEBUG: 22:29:33.480: Created NiceComponent (1 created, 0 destroyed)
544(process:27503): libnice-DEBUG: 22:29:33.480: Agent 0x7f4980009020 : allocating stream id 1 (0x7f498000ac00)
545(process:27503): libnice-DEBUG: 22:29:33.480: Agent 0x7f4980009020 : In ICE-FULL mode, starting candidate gathering.
546(process:27503): libnice-DEBUG: 22:29:33.480: Agent 0x7f4980009020 : libnice compiled without UPnP support
547(process:27503): libnice-DEBUG: 22:29:33.480: Agent 0x7f4980009020: Trying to create host candidate on port 0
548(process:27503): libnice-DEBUG: 22:29:33.481: Agent 0x7f4980009020: Could not set IPV6 socket ToS: Protocol not available
549(process:27503): libnice-DEBUG: 22:29:33.482: Component 0x7f498000c000: Attach source (stream 1).
550(process:27503): libnice-DEBUG: 22:29:33.482: Attaching source 0x7f498000b090 (socket 0x7f4980003eb0, FD 25) to context 0x7f498000b1c0
551(process:27503): libnice-DEBUG: 22:29:33.482: Agent 0x7f4980009020 : Adding new srv-rflx candidate discovery 0x7f4980015b00
552(process:27503): libnice-DEBUG: 22:29:33.482: Agent 0x7f4980009020 : discovery tick #1 with list 0x7f4980015590 (1)
553(process:27503): libnice-DEBUG: 22:29:33.482: Agent 0x7f4980009020 : discovery - scheduling cand type 1 addr 64.233.191.127.
554(process:27503): libnice-DEBUG: 22:29:33.482: Agent 0x7f4980009020 : stream 1 component 1 STATE-CHANGE disconnected -> gathering.
555(process:27503): libnice-DEBUG: 22:29:33.482: Detach source 0x7f498000b090, socket 0x7f4980003eb0.
556[4193029646181693] Component state changed for component 1 in stream 1: 1 (gathering)
557(process:27503): libnice-DEBUG: 22:29:33.483: Detaching source 0x7f498000b090 (socket 0x7f4980003eb0, FD 25) from context 0x7f498000b1c0
558(process:27503): libnice-DEBUG: 22:29:33.483: Reattach source (nil).
559(process:27503): libnice-DEBUG: 22:29:33.483: Detaching source (nil) (socket 0x7f4980003eb0, FD 25) from context (nil)
560(process:27503): libnice-DEBUG: 22:29:33.483: Attaching source 0x7f4980012ee0 (socket 0x7f4980003eb0, FD 25) to context 0x7f4990001c00
561[4193029646181693] Waiting for candidates-done callback...
562[4193029646181693] Waiting for candidates-done callback...
563[4193029646181693] Waiting for candidates-done callback...
564[4193029646181693] Waiting for candidates-done callback...
565[4193029646181693] Waiting for candidates-done callback...
566[4193029646181693] Waiting for candidates-done callback...
567[4193029646181693] Waiting for candidates-done callback...
568(process:27503): libnice-DEBUG: 22:29:33.552: Agent 0x7f4980009020: inbound STUN packet for 1/1 (stream/component) from [64.233.191.127]:19302 (32 octets) :
569(process:27503): libnice-stun-DEBUG: 22:29:33.552: STUN demux error: no cookie!
570(process:27503): libnice-stun-DEBUG: 22:29:33.552: STUN unknown: 0 mandatory attribute(s)!
571(process:27503): libnice-stun-DEBUG: 22:29:33.552: Received 32-bytes STUN message
572(process:27503): libnice-stun-DEBUG: 22:29:33.552: No XOR-MAPPED-ADDRESS: 1
573(process:27503): libnice-stun-DEBUG: 22:29:33.552: Mapped address found!
574(process:27503): libnice-DEBUG: 22:29:33.553: Agent 0x7f4980009020 : stun_bind_process/disc for 0x7f4980015b00 res 0.
575(process:27503): libnice-DEBUG: 22:29:33.553: agent_recv_message_unlocked: Valid STUN packet received.
576[4193029646181693] Waiting for candidates-done callback...
577(process:27503): libnice-DEBUG: 22:29:33.564: Agent 0x7f4980009020 : Candidate gathering FINISHED, stopping discovery timer.
578(process:27503): libnice-DEBUG: 22:29:33.564: Agent 0x7f4980009020: gathered UDP local candidate : [192.168.1.14]:60172 for s1/c1. U/P '(null)'/'(null)'
579(process:27503): libnice-DEBUG: 22:29:33.564: Agent 0x7f4980009020: gathered UDP local candidate : [73.157.252.24]:60172 for s1/c1. U/P '(null)'/'(null)'
580[4193029646181693] Gathering done for stream 1
581 -------------------------------------------
582 >> Anonymized
583 -------------------------------------------
584[4193029646181693] We have 2 candidates for Stream #1, Component #1
585[4193029646181693] Address: 192.168.1.14:60172
586[4193029646181693] Priority: 2013266431
587[4193029646181693] Foundation: 1
588[4193029646181693] 1 1 udp 2013266431 192.168.1.14 60172 typ host
589[4193029646181693] Address: 73.157.252.24:60172
590[4193029646181693] Priority: 1677722111
591[4193029646181693] Foundation: 2
592[4193029646181693] 2 1 udp 1677722111 73.157.252.24 60172 typ srflx raddr 192.168.1.14 rport 60172
593 -------------------------------------------
594 >> Merged (775 bytes)
595 -------------------------------------------
596v=0
597o=- 1573356573478159 1 IN IP4 73.157.252.24
598s=Mountpoint 3
599t=0 0
600a=group:BUNDLE audio
601a=msid-semantic: WMS janus
602m=audio 9 UDP/TLS/RTP/SAVPF 0
603c=IN IP4 73.157.252.24
604a=sendonly
605a=mid:audio
606a=rtcp-mux
607a=ice-ufrag:D0aq
608a=ice-pwd:VqFJeEN6Y51GaIHT5288ta
609a=ice-options:trickle
610a=fingerprint:sha-256 0A:69:5C:64:E5:13:49:B9:35:7A:05:D9:78:8D:92:51:FE:33:E1:45:10:25:8A:A4:28:69:71:34:E6:A3:11:60
611a=setup:actpass
612a=rtpmap:0 PCMU/8000
613a=msid:janus janusa0
614a=ssrc:708177871 cname:janus
615a=ssrc:708177871 msid:janus janusa0
616a=ssrc:708177871 mslabel:janus
617a=ssrc:708177871 label:janusa0
618a=candidate:1 1 udp 2013266431 192.168.1.14 60172 typ host
619a=candidate:2 1 udp 1677722111 73.157.252.24 60172 typ srflx raddr 192.168.1.14 rport 60172
620a=end-of-candidates
621
622[4193029646181693] Sending event to transport...
623Sending event to janus.transport.http (0x7f4998000930)
624Got a Janus API event to send (0x7f4998000930)
625 >> Pushing event: 0 (Success)
626We have a message to serve...
627 [
628 {
629 "janus": "event",
630 "session_id": 5125498106689518,
631 "transaction": "IWgfLYlE2Wbt",
632 "sender": 4193029646181693,
633 "plugindata": {
634 "plugin": "janus.plugin.streaming",
635 "data": {
636 "streaming": "event",
637 "result": {
638 "status": "preparing"
639 }
640 }
641 },
642 "jsep": {
643 "type": "offer",
644 "sdp": "v=0\r\no=- 1573356573478159 1 IN IP4 73.157.252.24\r\ns=Mountpoint 3\r\nt=0 0\r\na=group:BUNDLE audio\r\na=msid-semantic: WMS janus\r\nm=audio 9 UDP/TLS/RTP/SAVPF 0\r\nc=IN IP4 73.157.252.24\r\na=sendonly\r\na=mid:audio\r\na=rtcp-mux\r\na=ice-ufrag:D0aq\r\na=ice-pwd:VqFJeEN6Y51GaIHT5288ta\r\na=ice-options:trickle\r\na=fingerprint:sha-256 0A:69:5C:64:E5:13:49:B9:35:7A:05:D9:78:8D:92:51:FE:33:E1:45:10:25:8A:A4:28:69:71:34:E6:A3:11:60\r\na=setup:actpass\r\na=rtpmap:0 PCMU/8000\r\na=msid:janus janusa0\r\na=ssrc:708177871 cname:janus\r\na=ssrc:708177871 msid:janus janusa0\r\na=ssrc:708177871 mslabel:janus\r\na=ssrc:708177871 label:janusa0\r\na=candidate:1 1 udp 2013266431 192.168.1.14 60172 typ host\r\na=candidate:2 1 udp 1677722111 73.157.252.24 60172 typ srflx raddr 192.168.1.14 rport 60172\r\na=end-of-candidates\r\n"
645 }
646 }
647]
648[transports/janus_http.c:janus_http_handler:1180] Got a HTTP GET request on /janus/5125498106689518...
649[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
650[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
651[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
652[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
653[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
654[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
655[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
656[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
657[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
658[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
659[transports/janus_http.c:janus_http_handler:1213] Processing HTTP GET request on /janus/5125498106689518...
660[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
661Session: 5125498106689518
662Got a Janus API request from janus.transport.http (0x7f4998000b50)
663Session 5125498106689518 found... returning up to 10 messages
664[transports/janus_http.c:janus_http_notifier:1832] ... handling long poll...
665Got a keep-alive on session 5125498106689518
666Sending Janus API response to janus.transport.http (0x7f4998000b50)
667Got a Janus API response to send (0x7f4998000b50)
668[transports/janus_http.c:janus_http_handler:1180] Got a HTTP POST request on /janus/5125498106689518/4193029646181693...
669[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
670[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
671[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
672[transports/janus_http.c:janus_http_headers:1799] Content-Length: 595
673[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
674[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
675[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
676[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
677[transports/janus_http.c:janus_http_headers:1799] Content-Type: application/json
678[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
679[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
680[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
681[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus/5125498106689518/4193029646181693...
682[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
683Session: 5125498106689518
684Handle: 4193029646181693
685Processing POST data (application/json) (595 bytes)...
686[transports/janus_http.c:janus_http_handler:1291] -- Data we have now (595 bytes)
687[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus/5125498106689518/4193029646181693...
688[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
689Session: 5125498106689518
690Handle: 4193029646181693
691Processing POST data (application/json) (0 bytes)...
692[transports/janus_http.c:janus_http_handler:1296] Done getting payload, we can answer
693{"janus":"message","body":{"request":"start"},"transaction":"9PQAC5evj8gr","jsep":{"type":"answer","sdp":"v=0\r\no=- 5116553189298107886 2 IN IP4 127.0.0.1\r\ns=-\r\nt=0 0\r\na=group:BUNDLE audio\r\na=msid-semantic: WMS\r\nm=audio 9 UDP/TLS/RTP/SAVPF 0\r\nc=IN IP4 0.0.0.0\r\na=rtcp:9 IN IP4 0.0.0.0\r\na=ice-ufrag:SVug\r\na=ice-pwd:PZ6tKCzQeH1eQAEllw2+1KxM\r\na=ice-options:trickle\r\na=fingerprint:sha-256 F9:AB:46:3C:B8:43:D7:6D:60:99:47:8A:16:AF:CA:5A:9B:F8:D7:84:3D:9E:75:A4:10:7C:64:7D:91:93:04:30\r\na=setup:active\r\na=mid:audio\r\na=recvonly\r\na=rtcp-mux\r\na=rtpmap:0 PCMU/8000\r\n"}}
694Forwarding request to the core (0x7f49940013f0)
695Got a Janus API request from janus.transport.http (0x7f49940013f0)
696Transport task pool, serving request
697[4193029646181693] There's a message for JANUS Streaming plugin
698[4193029646181693] Remote SDP:
699v=0
700o=- 5116553189298107886 2 IN IP4 127.0.0.1
701s=-
702t=0 0
703a=group:BUNDLE audio
704a=msid-semantic: WMS
705m=audio 9 UDP/TLS/RTP/SAVPF 0
706c=IN IP4 0.0.0.0
707a=rtcp:9 IN IP4 0.0.0.0
708a=ice-ufrag:SVug
709a=ice-pwd:PZ6tKCzQeH1eQAEllw2+1KxM
710a=ice-options:trickle
711a=fingerprint:sha-256 F9:AB:46:3C:B8:43:D7:6D:60:99:47:8A:16:AF:CA:5A:9B:F8:D7:84:3D:9E:75:A4:10:7C:64:7D:91:93:04:30
712a=setup:active
713a=mid:audio
714a=recvonly
715a=rtcp-mux
716a=rtpmap:0 PCMU/8000
717[4193029646181693] Audio mid: audio
718[4193029646181693] Audio has been negotiated, Video has NOT been negotiated, SCTP/DataChannels have NOT been negotiated
719[4193029646181693] Parsing audio candidates (stream=1)...
720[4193029646181693] ICE ufrag (local): SVug
721[4193029646181693] ICE pwd (local): PZ6tKCzQeH1eQAEllw2+1KxM
722[4193029646181693] Fingerprint (local) : sha-256 F9:AB:46:3C:B8:43:D7:6D:60:99:47:8A:16:AF:CA:5A:9B:F8:D7:84:3D:9E:75:A4:10:7C:64:7D:91:93:04:30
723[4193029646181693] DTLS setup (local): active
724[4193029646181693] Setting accept state (DTLS server)
725[4193029646181693] Audio mid: audio
726[4193029646181693] Setting remote credentials...
727(process:27503): libnice-DEBUG: 22:29:33.929: Agent 0x7f4980009020: set_remote_credentials 1
728(process:27503): libnice-DEBUG: 22:29:33.929: Agent 0x7f4980009020 : conn_check_remote_candidates_set 1 1
729[4193029646181693] -- ICE Trickling is supported by the browser, waiting for remote candidates...
730 -------------------------------------------
731 >> Anonymized
732 -------------------------------------------
733Creating plugin result...
734Sending Janus API response to janus.transport.http (0x7f49940013f0)
735Got a Janus API response to send (0x7f49940013f0)
736Destroying plugin result...
737Starting the streaming
738This is involving a negotiation (but we really don't care) as well (answer):
739v=0
740o=- 5116553189298107886 2 IN IP4 1.1.1.1
741s=-
742t=0 0
743m=audio 9 UDP/TLS/RTP/SAVPF 0
744c=IN IP4 1.1.1.1
745a=recvonly
746a=rtpmap:0 PCMU/8000
747
748[4193029646181693] Sending event to transport...
749Sending event to janus.transport.http (0x7f4998000930)
750Got a Janus API event to send (0x7f4998000930)
751 >> Pushing event: 0 (Success)
752New connection on REST API: ::ffff:99.203.51.232
753New connection on REST API: ::ffff:99.203.51.232
754[transports/janus_http.c:janus_http_handler:1180] Got a HTTP POST request on /janus/5125498106689518/4193029646181693...
755[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
756[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
757[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
758[transports/janus_http.c:janus_http_headers:1799] Content-Length: 217
759[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
760[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
761[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
762[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
763[transports/janus_http.c:janus_http_headers:1799] Content-Type: application/json
764[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
765[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
766[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
767[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus/5125498106689518/4193029646181693...
768[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
769Session: 5125498106689518
770Handle: 4193029646181693
771Processing POST data (application/json) (217 bytes)...
772[transports/janus_http.c:janus_http_handler:1291] -- Data we have now (217 bytes)
773[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus/5125498106689518/4193029646181693...
774[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
775Session: 5125498106689518
776Handle: 4193029646181693
777Processing POST data (application/json) (0 bytes)...
778[transports/janus_http.c:janus_http_handler:1296] Done getting payload, we can answer
779{"janus":"trickle","candidate":{"candidate":"candidate:1125752523 1 udp 2113937151 11.192.5.66 47172 typ host generation 0 ufrag SVug network-cost 999","sdpMid":"audio","sdpMLineIndex":0},"transaction":"GIJZCIPcaS16"}
780Forwarding request to the core (0x7f4978000930)
781Got a Janus API request from janus.transport.http (0x7f4978000930)
782[4193029646181693] Trickle candidate (audio): candidate:1125752523 1 udp 2113937151 11.192.5.66 47172 typ host generation 0 ufrag SVug network-cost 999
783[4193029646181693] Adding remote candidate component:1 stream:1 type:host 11.192.5.66:47172
784[4193029646181693] Transport: UDP
785[4193029646181693] Candidate added to the list! (1 elements for 1/1)
786[4193029646181693] ICE already started for this component, setting candidates we have up to now
787[4193029646181693] ## Setting remote candidates: stream 1, component 1 (1 in the list)
788[4193029646181693] >> Remote Stream #1, Component #1
789[4193029646181693] Address: 11.192.5.66:47172
790[4193029646181693] Priority: 2113937151
791[4193029646181693] Foundation: 1125752523
792[4193029646181693] Username: SVug
793[4193029646181693] Password: PZ6tKCzQeH1eQAEllw2+1KxM
794(process:27503): libnice-DEBUG: 22:29:34.012: Agent 0x7f4980009020: set_remote_candidates 1 1
795(process:27503): libnice-DEBUG: 22:29:34.013: Agent 0x7f4980009020 : Adding UDP remote candidate with addr [11.192.5.66]:47172 for s1/c1. U/P 'SVug'/'PZ6tKCzQeH1eQAEllw2+1KxM' prio: 2113937151
796(process:27503): libnice-DEBUG: 22:29:34.013: Agent 0x7f4980009020 : creating a new pair
797(process:27503): libnice-DEBUG: 22:29:34.013: Agent 0x7f4980009020 : pair 0x7f4990004010 state FROZEN (priv_add_new_check_pair)
798(process:27503): libnice-DEBUG: 22:29:34.013: Agent 0x7f4980009020 : new pair 0x7f4990004010 : [192.168.1.14]:60172 --> [11.192.5.66]:47172
799(process:27503): libnice-DEBUG: 22:29:34.013: Agent 0x7f4980009020 : added a new pair 0x7f4990004010 with foundation '1:1125752523' and transport udp:udp to stream 1 component 1
800(process:27503): libnice-DEBUG: 22:29:34.013: Agent 0x7f4980009020 : stream 1 component 1 STATE-CHANGE gathering -> connecting.
801(process:27503): libnice-DEBUG: 22:29:34.014: Agent 0x7f4980009020 : conn_check_remote_candidates_set 1 1
802[4193029646181693] Component state changed for component 1 in stream 1: 2 (connecting)
803[4193029646181693] Remote candidates set!
804Sending Janus API response to janus.transport.http (0x7f4978000930)
805Got a Janus API response to send (0x7f4978000930)
806We have a message to serve...
807 [
808 {
809 "janus": "event",
810 "session_id": 5125498106689518,
811 "transaction": "9PQAC5evj8gr",
812 "sender": 4193029646181693,
813 "plugindata": {
814 "plugin": "janus.plugin.streaming",
815 "data": {
816 "streaming": "event",
817 "result": {
818 "status": "starting"
819 }
820 }
821 }
822 }
823]
824[transports/janus_http.c:janus_http_handler:1180] Got a HTTP POST request on /janus/5125498106689518/4193029646181693...
825[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
826[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
827[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
828[transports/janus_http.c:janus_http_headers:1799] Content-Length: 242
829[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
830[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
831[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
832[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
833[transports/janus_http.c:janus_http_headers:1799] Content-Type: application/json
834[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
835[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
836[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
837[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus/5125498106689518/4193029646181693...
838[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
839Session: 5125498106689518
840Handle: 4193029646181693
841Processing POST data (application/json) (242 bytes)...
842[transports/janus_http.c:janus_http_handler:1291] -- Data we have now (242 bytes)
843[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus/5125498106689518/4193029646181693...
844[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
845Session: 5125498106689518
846Handle: 4193029646181693
847Processing POST data (application/json) (0 bytes)...
848[transports/janus_http.c:janus_http_handler:1296] Done getting payload, we can answer
849{"janus":"trickle","candidate":{"candidate":"candidate:2694267623 1 udp 2113939711 2600:1:9706:8226:b3bc:9ff3:57ef:4ed6 48145 typ host generation 0 ufrag SVug network-cost 999","sdpMid":"audio","sdpMLineIndex":0},"transaction":"WE1dtDkxfZ3o"}
850Forwarding request to the core (0x7f497c000930)
851Got a Janus API request from janus.transport.http (0x7f497c000930)
852(process:27503): libnice-DEBUG: 22:29:34.030: Agent 0x7f4980009020: set_remote_candidates 1 1
853[4193029646181693] Trickle candidate (audio): candidate:2694267623 1 udp 2113939711 2600:1:9706:8226:b3bc:9ff3:57ef:4ed6 48145 typ host generation 0 ufrag SVug network-cost 999
854[4193029646181693] Adding remote candidate component:1 stream:1 type:host 2600:1:9706:8226:b3bc:9ff3:57ef:4ed6:48145
855[4193029646181693] Transport: UDP
856[4193029646181693] Candidate added to the list! (2 elements for 1/1)
857(process:27503): libnice-DEBUG: 22:29:34.031: Agent 0x7f4980009020 : Adding UDP remote candidate with addr [2600:1:9706:8226:b3bc:9ff3:57ef:4ed6]:48145 for s1/c1. U/P 'SVug'/'PZ6tKCzQeH1eQAEllw2+1KxM' prio: 2113939711
858(process:27503): libnice-DEBUG: 22:29:34.031: Agent 0x7f4980009020 : conn_check_remote_candidates_set 1 1
859[4193029646181693] Trickle candidate added!
860Sending Janus API response to janus.transport.http (0x7f497c000930)
861Got a Janus API response to send (0x7f497c000930)
862(process:27503): libnice-DEBUG: 22:29:34.034: Agent 0x7f4980009020 : Pair 0x7f4990004010 with s/c-id 1/1 (1:1125752523) unfrozen.
863(process:27503): libnice-DEBUG: 22:29:34.034: Agent 0x7f4980009020 : pair 0x7f4990004010 state WAITING (priv_conn_check_unfreeze_next)
864(process:27503): libnice-DEBUG: 22:29:34.034: Agent 0x7f4980009020 : pair 0x7f4990004010 state IN_PROGRESS (priv_conn_check_initiate)
865(process:27503): libnice-DEBUG: 22:29:34.034: Agent 0x7f4980009020 : STUN-CC REQ [192.168.1.14]:60172 --> [11.192.5.66]:47172, socket=25, pair=0x7f4990004010 (c-id:1), tie=269317193326062501, username='SVug:D0aq' (9), password='PZ6tKCzQeH1eQAEllw2+1KxM' (24), prio=1845494271, controlling.
866(process:27503): libnice-DEBUG: 22:29:34.034: Agent 0x7f4980009020 : conn_check_send: set cand_use=1 (aggressive nomination).
867(process:27503): libnice-stun-DEBUG: 22:29:34.035: Message HMAC-SHA1 message integrity:
868(process:27503): libnice-stun-DEBUG: 22:29:34.035: key : 0x505a36744b437a51654831655141456c6c77322b314b784d
869(process:27503): libnice-stun-DEBUG: 22:29:34.035: sent : 0x825bf8c71260670c061f1a3c0a3be693ad2f4fa9
870(process:27503): libnice-stun-DEBUG: 22:29:34.035: Message HMAC-SHA1 fingerprint: 0xfd29759f
871(process:27503): libnice-DEBUG: 22:29:34.035: Agent 0x7f4980009020: conncheck created 92 - 0x7f4988005030
872(process:27503): libnice-DEBUG: 22:29:34.035: Agent 0x7f4980009020 : timer set to 100ms, waiting+in_progress=1, nb_active=1
873(process:27503): libnice-DEBUG: 22:29:34.035: Agent 0x7f4980009020 : stream 1: timer tick #1: 0 frozen, 1 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid
874[transports/janus_http.c:janus_http_handler:1180] Got a HTTP POST request on /janus/5125498106689518/4193029646181693...
875[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
876[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
877[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
878[transports/janus_http.c:janus_http_headers:1799] Content-Length: 249
879[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
880[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
881[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
882[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
883[transports/janus_http.c:janus_http_headers:1799] Content-Type: application/json
884[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
885[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
886[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
887[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus/5125498106689518/4193029646181693...
888[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
889Session: 5125498106689518
890Handle: 4193029646181693
891Processing POST data (application/json) (249 bytes)...
892[transports/janus_http.c:janus_http_handler:1291] -- Data we have now (249 bytes)
893[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus/5125498106689518/4193029646181693...
894[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
895Session: 5125498106689518
896Handle: 4193029646181693
897Processing POST data (application/json) (0 bytes)...
898[transports/janus_http.c:janus_http_handler:1296] Done getting payload, we can answer
899{"janus":"trickle","candidate":{"candidate":"candidate:842163049 1 udp 1677729535 99.203.51.232 63995 typ srflx raddr 11.192.5.66 rport 47172 generation 0 ufrag SVug network-cost 999","sdpMid":"audio","sdpMLineIndex":0},"transaction":"g8LXxYbUQdgI"}
900Forwarding request to the core (0x7f49940013f0)
901Got a Janus API request from janus.transport.http (0x7f49940013f0)
902(process:27503): libnice-DEBUG: 22:29:34.047: Agent 0x7f4980009020: set_remote_candidates 1 1
903(process:27503): libnice-DEBUG: 22:29:34.047: Agent 0x7f4980009020 : Adding UDP remote candidate with addr [99.203.51.232]:63995 for s1/c1. U/P 'SVug'/'PZ6tKCzQeH1eQAEllw2+1KxM' prio: 1677729535
904(process:27503): libnice-DEBUG: 22:29:34.047: Agent 0x7f4980009020 : creating a new pair
905[4193029646181693] Trickle candidate (audio): candidate:842163049 1 udp 1677729535 99.203.51.232 63995 typ srflx raddr 11.192.5.66 rport 47172 generation 0 ufrag SVug network-cost 999
906[4193029646181693] Adding remote candidate component:1 stream:1 type:srflx 11.192.5.66:47172 --> 99.203.51.232:63995
907[4193029646181693] Transport: UDP
908[4193029646181693] Candidate added to the list! (3 elements for 1/1)
909(process:27503): libnice-DEBUG: 22:29:34.048: Agent 0x7f4980009020 : pair 0x7f49900040c0 state FROZEN (priv_add_new_check_pair)
910(process:27503): libnice-DEBUG: 22:29:34.048: Agent 0x7f4980009020 : new pair 0x7f49900040c0 : [192.168.1.14]:60172 --> [99.203.51.232]:63995
911(process:27503): libnice-DEBUG: 22:29:34.048: Agent 0x7f4980009020 : added a new pair 0x7f49900040c0 with foundation '1:842163049' and transport udp:udp to stream 1 component 1
912(process:27503): libnice-DEBUG: 22:29:34.048: Agent 0x7f4980009020 : conn_check_remote_candidates_set 1 1
913[4193029646181693] Trickle candidate added!
914Sending Janus API response to janus.transport.http (0x7f49940013f0)
915Got a Janus API response to send (0x7f49940013f0)
916(process:27503): libnice-DEBUG: 22:29:34.054: Agent 0x7f4980009020 : pair 0x7f49900040c0 state WAITING (priv_conn_check_tick_stream)
917(process:27503): libnice-DEBUG: 22:29:34.055: Agent 0x7f4980009020 : pair 0x7f49900040c0 state IN_PROGRESS (priv_conn_check_initiate)
918(process:27503): libnice-DEBUG: 22:29:34.055: Agent 0x7f4980009020 : STUN-CC REQ [192.168.1.14]:60172 --> [99.203.51.232]:63995, socket=25, pair=0x7f49900040c0 (c-id:1), tie=269317193326062501, username='SVug:D0aq' (9), password='PZ6tKCzQeH1eQAEllw2+1KxM' (24), prio=1845494271, controlling.
919(process:27503): libnice-DEBUG: 22:29:34.055: Agent 0x7f4980009020 : conn_check_send: set cand_use=1 (aggressive nomination).
920(process:27503): libnice-stun-DEBUG: 22:29:34.055: Message HMAC-SHA1 message integrity:
921(process:27503): libnice-stun-DEBUG: 22:29:34.055: key : 0x505a36744b437a51654831655141456c6c77322b314b784d
922(process:27503): libnice-stun-DEBUG: 22:29:34.055: sent : 0x9f6812fd65b7c9574f4a672f2d374a826995ebb4
923(process:27503): libnice-stun-DEBUG: 22:29:34.055: Message HMAC-SHA1 fingerprint: 0x0ad29c4f
924(process:27503): libnice-DEBUG: 22:29:34.055: Agent 0x7f4980009020: conncheck created 92 - 0x7f49880055b0
925(process:27503): libnice-DEBUG: 22:29:34.055: Agent 0x7f4980009020 : timer set to 100ms, waiting+in_progress=2, nb_active=1
926[transports/janus_http.c:janus_http_handler:1180] Got a HTTP POST request on /janus/5125498106689518/4193029646181693...
927[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
928[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
929[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
930[transports/janus_http.c:janus_http_headers:1799] Content-Length: 79
931[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
932[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
933[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
934[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
935[transports/janus_http.c:janus_http_headers:1799] Content-Type: application/json
936[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
937[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
938[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
939[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus/5125498106689518/4193029646181693...
940[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
941Session: 5125498106689518
942Handle: 4193029646181693
943Processing POST data (application/json) (79 bytes)...
944[transports/janus_http.c:janus_http_handler:1291] -- Data we have now (79 bytes)
945[transports/janus_http.c:janus_http_handler:1213] Processing HTTP POST request on /janus/5125498106689518/4193029646181693...
946[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
947Session: 5125498106689518
948Handle: 4193029646181693
949Processing POST data (application/json) (0 bytes)...
950[transports/janus_http.c:janus_http_handler:1296] Done getting payload, we can answer
951{"janus":"trickle","candidate":{"completed":true},"transaction":"3hUNFORDDe16"}
952Forwarding request to the core (0x7f4978000930)
953Got a Janus API request from janus.transport.http (0x7f4978000930)
954No more remote candidates for handle 4193029646181693!
955Sending Janus API response to janus.transport.http (0x7f4978000930)
956Got a Janus API response to send (0x7f4978000930)
957[transports/janus_http.c:janus_http_handler:1180] Got a HTTP GET request on /janus/5125498106689518...
958[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
959[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
960[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
961[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
962[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
963[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
964[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
965[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
966[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
967[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
968[transports/janus_http.c:janus_http_handler:1213] Processing HTTP GET request on /janus/5125498106689518...
969[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
970Session: 5125498106689518
971Got a Janus API request from janus.transport.http (0x7f4998000b50)
972Session 5125498106689518 found... returning up to 10 messages
973[transports/janus_http.c:janus_http_notifier:1832] ... handling long poll...
974Got a keep-alive on session 5125498106689518
975Sending Janus API response to janus.transport.http (0x7f4998000b50)
976Got a Janus API response to send (0x7f4998000b50)
977(process:27503): libnice-DEBUG: 22:29:34.135: Agent 0x7f4980009020 :STUN transaction retransmitted on pair 0x7f4990004010 (timer=2/7 1/200ms).
978(process:27503): libnice-DEBUG: 22:29:34.156: Agent 0x7f4980009020 :STUN transaction retransmitted on pair 0x7f49900040c0 (timer=2/7 1/200ms).
979New connection on REST API: ::ffff:99.203.51.232
980(process:27503): libnice-DEBUG: 22:29:34.337: Agent 0x7f4980009020 :STUN transaction retransmitted on pair 0x7f4990004010 (timer=3/7 3/400ms).
981(process:27503): libnice-DEBUG: 22:29:34.358: Agent 0x7f4980009020 :STUN transaction retransmitted on pair 0x7f49900040c0 (timer=3/7 3/400ms).
982(process:27503): libnice-DEBUG: 22:29:34.741: Agent 0x7f4980009020 :STUN transaction retransmitted on pair 0x7f4990004010 (timer=4/7 6/800ms).
983(process:27503): libnice-DEBUG: 22:29:34.762: Agent 0x7f4980009020 :STUN transaction retransmitted on pair 0x7f49900040c0 (timer=4/7 6/800ms).
984(process:27503): libnice-DEBUG: 22:29:35.044: Agent 0x7f4980009020 : stream 1: timer tick #51: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid
985(process:27503): libnice-DEBUG: 22:29:35.549: Agent 0x7f4980009020 :STUN transaction retransmitted on pair 0x7f4990004010 (timer=5/7 14/1600ms).
986(process:27503): libnice-DEBUG: 22:29:35.570: Agent 0x7f4980009020 :STUN transaction retransmitted on pair 0x7f49900040c0 (timer=5/7 14/1600ms).
987(process:27503): libnice-DEBUG: 22:29:36.054: Agent 0x7f4980009020 : stream 1: timer tick #101: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid
988(process:27503): libnice-DEBUG: 22:29:37.064: Agent 0x7f4980009020 : stream 1: timer tick #151: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid
989(process:27503): libnice-DEBUG: 22:29:37.145: Agent 0x7f4980009020 :STUN transaction retransmitted on pair 0x7f4990004010 (timer=6/7 10/3200ms).
990(process:27503): libnice-DEBUG: 22:29:37.165: Agent 0x7f4980009020 :STUN transaction retransmitted on pair 0x7f49900040c0 (timer=6/7 10/3200ms).
991(process:27503): libnice-DEBUG: 22:29:38.073: Agent 0x7f4980009020 : stream 1: timer tick #201: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid
992(process:27503): libnice-DEBUG: 22:29:39.083: Agent 0x7f4980009020 : stream 1: timer tick #251: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid
993(process:27503): libnice-DEBUG: 22:29:40.092: Agent 0x7f4980009020 : stream 1: timer tick #301: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid
994(process:27503): libnice-DEBUG: 22:29:40.335: Agent 0x7f4980009020 :STUN transaction retransmitted on pair 0x7f4990004010 (timer=7/7 -1/1600ms).
995(process:27503): libnice-DEBUG: 22:29:40.355: Agent 0x7f4980009020 :STUN transaction retransmitted on pair 0x7f49900040c0 (timer=7/7 -1/1600ms).
996(process:27503): libnice-DEBUG: 22:29:41.102: Agent 0x7f4980009020 : stream 1: timer tick #351: 0 frozen, 2 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid
997(process:27503): libnice-DEBUG: 22:29:41.951: Agent 0x7f4980009020 : Retransmissions failed, giving up on pair 0x7f4990004010
998(process:27503): libnice-DEBUG: 22:29:41.951: Agent 0x7f4980009020 : Failed pair is [192.168.1.14]:60172 --> [11.192.5.66]:47172
999(process:27503): libnice-DEBUG: 22:29:41.951: Agent 0x7f4980009020 : pair 0x7f4990004010 state FAILED (candidate_check_pair_fail)
1000(process:27503): libnice-DEBUG: 22:29:41.951: Agent 0x7f4980009020 : conn.check list status: 0 nominated, 0 valid, c-id 1.
1001(process:27503): libnice-DEBUG: 22:29:41.971: Agent 0x7f4980009020 : Retransmissions failed, giving up on pair 0x7f49900040c0
1002(process:27503): libnice-DEBUG: 22:29:41.972: Agent 0x7f4980009020 : Failed pair is [192.168.1.14]:60172 --> [99.203.51.232]:63995
1003(process:27503): libnice-DEBUG: 22:29:41.972: Agent 0x7f4980009020 : pair 0x7f49900040c0 state FAILED (candidate_check_pair_fail)
1004(process:27503): libnice-DEBUG: 22:29:41.972: Agent 0x7f4980009020 : conn.check list status: 0 nominated, 0 valid, c-id 1.
1005(process:27503): libnice-DEBUG: 22:29:41.972: Agent 0x7f4980009020 : waiting 5000 msecs before checking for failed components.
1006(process:27503): libnice-DEBUG: 22:29:42.113: Agent 0x7f4980009020 : stream 1: timer tick #401: 0 frozen, 0 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid
1007(process:27503): libnice-DEBUG: 22:29:43.123: Agent 0x7f4980009020 : stream 1: timer tick #451: 0 frozen, 0 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid
1008(process:27503): libnice-DEBUG: 22:29:44.132: Agent 0x7f4980009020 : stream 1: timer tick #501: 0 frozen, 0 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid
1009(process:27503): libnice-DEBUG: 22:29:45.141: Agent 0x7f4980009020 : stream 1: timer tick #551: 0 frozen, 0 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid
1010(process:27503): libnice-DEBUG: 22:29:46.150: Agent 0x7f4980009020 : stream 1: timer tick #601: 0 frozen, 0 in-progress, 0 waiting, 0 succeeded, 0 discovered, 0 nominated, 0 waiting-for-nom, 0 valid
1011(process:27503): libnice-DEBUG: 22:29:46.997: Agent 0x7f4980009020 : checking for failed components now.
1012(process:27503): libnice-DEBUG: 22:29:46.997: Agent 0x7f4980009020 : stream 1 component 1 STATE-CHANGE connecting -> failed.
1013(process:27503): libnice-DEBUG: 22:29:46.998: Agent 0x7f4980009020 : conn.check list status: 0 nominated, 0 valid, c-id 1.
1014(process:27503): libnice-DEBUG: 22:29:46.998: Agent 0x7f4980009020 : priv_conn_check_tick_agent_locked: stopping conncheck timer
1015(process:27503): libnice-DEBUG: 22:29:46.998: Agent 0x7f4980009020 : changing conncheck state to COMPLETED.
1016[4193029646181693] Component state changed for component 1 in stream 1: 5 (failed)
1017[33m[WARN][0m [4193029646181693] ICE failed for component 1 in stream 1, but let's give it some time... (trickle received, answer received, alert not set)
1018[4193029646181693] Creating ICE state check timer with ID 6
1019[31m[ERR][0m [ice.c:janus_ice_check_failed:1692] [4193029646181693] ICE failed for component 1 in stream 1...
1020[4193029646181693] Hanging up PeerConnection because of a ICE failed
1021[4193029646181693] Telling the plugin about the hangup (JANUS Streaming plugin)
1022[janus.plugin.streaming-0x7f49900013e0] No WebRTC media anymore
1023 -- Removing the session from the mountpoint viewers
1024 -- -- Found!
1025(process:27503): libnice-DEBUG: 22:29:52.005: Agent 0x7f4980009020, freeing conncheck_list of stream 0x7f498000ac00
1026(process:27503): libnice-DEBUG: 22:29:52.005: Free socket sources for component 0x7f498000c000.
1027(process:27503): libnice-DEBUG: 22:29:52.005: Detaching source 0x7f4980012ee0 (socket 0x7f4980003eb0, FD 25) from context 0x7f4990001c00
1028(process:27503): libnice-DEBUG: 22:29:52.006: Destroyed NiceComponent (1 created, 1 destroyed)
1029(process:27503): libnice-DEBUG: 22:29:52.006: Destroyed NiceStream (1 created, 1 destroyed)
1030[4193029646181693] Notifying WebRTC hangup; 0x7f4990001650
1031[4193029646181693] Sending event to transport...; 0x7f4990001650
1032Sending event to janus.transport.http (0x7f4998000930)
1033Got a Janus API event to send (0x7f4998000930)
1034[4193029646181693] WebRTC resources freed; 0x7f4990001650 0x7f49900010c0
1035[file-ondemand-sample] Leaving filesource (ondemand) thread
1036We have a message to serve...
1037 [
1038 {
1039 "janus": "hangup",
1040 "session_id": 5125498106689518,
1041 "sender": 4193029646181693,
1042 "reason": "ICE failed"
1043 }
1044]
1045[transports/janus_http.c:janus_http_handler:1180] Got a HTTP GET request on /janus/5125498106689518...
1046[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
1047[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
1048[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
1049[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
1050[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
1051[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
1052[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
1053[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
1054[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
1055[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
1056[transports/janus_http.c:janus_http_handler:1213] Processing HTTP GET request on /janus/5125498106689518...
1057[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
1058Session: 5125498106689518
1059Got a Janus API request from janus.transport.http (0x7f4998000b50)
1060Session 5125498106689518 found... returning up to 10 messages
1061[transports/janus_http.c:janus_http_notifier:1832] ... handling long poll...
1062Got a keep-alive on session 5125498106689518
1063Sending Janus API response to janus.transport.http (0x7f4998000b50)
1064Got a Janus API response to send (0x7f4998000b50)
1065Long poll time out for session 5125498106689518...
1066We have a message to serve...
1067 [
1068 {
1069 "janus": "keepalive"
1070 }
1071]
1072[transports/janus_http.c:janus_http_handler:1180] Got a HTTP GET request on /janus/5125498106689518...
1073[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
1074[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
1075[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
1076[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
1077[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
1078[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
1079[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
1080[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
1081[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
1082[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
1083[transports/janus_http.c:janus_http_handler:1213] Processing HTTP GET request on /janus/5125498106689518...
1084[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
1085Session: 5125498106689518
1086Got a Janus API request from janus.transport.http (0x7f4998000b50)
1087Session 5125498106689518 found... returning up to 10 messages
1088[transports/janus_http.c:janus_http_notifier:1832] ... handling long poll...
1089Got a keep-alive on session 5125498106689518
1090Sending Janus API response to janus.transport.http (0x7f4998000b50)
1091Got a Janus API response to send (0x7f4998000b50)
1092Long poll time out for session 5125498106689518...
1093We have a message to serve...
1094 [
1095 {
1096 "janus": "keepalive"
1097 }
1098]
1099[transports/janus_http.c:janus_http_handler:1180] Got a HTTP GET request on /janus/5125498106689518...
1100[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
1101[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
1102[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
1103[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
1104[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
1105[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
1106[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
1107[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
1108[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
1109[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
1110[transports/janus_http.c:janus_http_handler:1213] Processing HTTP GET request on /janus/5125498106689518...
1111[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
1112Session: 5125498106689518
1113Got a Janus API request from janus.transport.http (0x7f4998000b50)
1114Session 5125498106689518 found... returning up to 10 messages
1115[transports/janus_http.c:janus_http_notifier:1832] ... handling long poll...
1116Got a keep-alive on session 5125498106689518
1117Sending Janus API response to janus.transport.http (0x7f4998000b50)
1118Got a Janus API response to send (0x7f4998000b50)
1119Long poll time out for session 5125498106689518...
1120We have a message to serve...
1121 [
1122 {
1123 "janus": "keepalive"
1124 }
1125]
1126[transports/janus_http.c:janus_http_handler:1180] Got a HTTP GET request on /janus/5125498106689518...
1127[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
1128[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
1129[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
1130[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
1131[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
1132[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
1133[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
1134[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
1135[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
1136[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
1137[transports/janus_http.c:janus_http_handler:1213] Processing HTTP GET request on /janus/5125498106689518...
1138[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
1139Session: 5125498106689518
1140Got a Janus API request from janus.transport.http (0x7f4998000b50)
1141Session 5125498106689518 found... returning up to 10 messages
1142[transports/janus_http.c:janus_http_notifier:1832] ... handling long poll...
1143Got a keep-alive on session 5125498106689518
1144Sending Janus API response to janus.transport.http (0x7f4998000b50)
1145Got a Janus API response to send (0x7f4998000b50)
1146Long poll time out for session 5125498106689518...
1147We have a message to serve...
1148 [
1149 {
1150 "janus": "keepalive"
1151 }
1152]
1153[transports/janus_http.c:janus_http_handler:1180] Got a HTTP GET request on /janus/5125498106689518...
1154[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
1155[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
1156[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
1157[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
1158[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
1159[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
1160[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
1161[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
1162[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
1163[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
1164[transports/janus_http.c:janus_http_handler:1213] Processing HTTP GET request on /janus/5125498106689518...
1165[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
1166Session: 5125498106689518
1167Got a Janus API request from janus.transport.http (0x7f4998000b50)
1168Session 5125498106689518 found... returning up to 10 messages
1169[transports/janus_http.c:janus_http_notifier:1832] ... handling long poll...
1170Got a keep-alive on session 5125498106689518
1171Sending Janus API response to janus.transport.http (0x7f4998000b50)
1172Got a Janus API response to send (0x7f4998000b50)
1173Long poll time out for session 5125498106689518...
1174We have a message to serve...
1175 [
1176 {
1177 "janus": "keepalive"
1178 }
1179]
1180[transports/janus_http.c:janus_http_handler:1180] Got a HTTP GET request on /janus/5125498106689518...
1181[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
1182[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
1183[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
1184[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
1185[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
1186[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
1187[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
1188[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
1189[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
1190[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
1191[transports/janus_http.c:janus_http_handler:1213] Processing HTTP GET request on /janus/5125498106689518...
1192[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
1193Session: 5125498106689518
1194Got a Janus API request from janus.transport.http (0x7f4998000b50)
1195Session 5125498106689518 found... returning up to 10 messages
1196[transports/janus_http.c:janus_http_notifier:1832] ... handling long poll...
1197Got a keep-alive on session 5125498106689518
1198Sending Janus API response to janus.transport.http (0x7f4998000b50)
1199Got a Janus API response to send (0x7f4998000b50)
1200Long poll time out for session 5125498106689518...
1201We have a message to serve...
1202 [
1203 {
1204 "janus": "keepalive"
1205 }
1206]
1207[transports/janus_http.c:janus_http_handler:1180] Got a HTTP GET request on /janus/5125498106689518...
1208[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
1209[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
1210[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
1211[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
1212[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
1213[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
1214[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
1215[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
1216[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
1217[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
1218[transports/janus_http.c:janus_http_handler:1213] Processing HTTP GET request on /janus/5125498106689518...
1219[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
1220Session: 5125498106689518
1221Got a Janus API request from janus.transport.http (0x7f4998000b50)
1222Session 5125498106689518 found... returning up to 10 messages
1223[transports/janus_http.c:janus_http_notifier:1832] ... handling long poll...
1224Got a keep-alive on session 5125498106689518
1225Sending Janus API response to janus.transport.http (0x7f4998000b50)
1226Got a Janus API response to send (0x7f4998000b50)
1227Long poll time out for session 5125498106689518...
1228We have a message to serve...
1229 [
1230 {
1231 "janus": "keepalive"
1232 }
1233]
1234[transports/janus_http.c:janus_http_handler:1180] Got a HTTP GET request on /janus/5125498106689518...
1235[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
1236[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
1237[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
1238[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
1239[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
1240[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
1241[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
1242[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
1243[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
1244[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
1245[transports/janus_http.c:janus_http_handler:1213] Processing HTTP GET request on /janus/5125498106689518...
1246[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
1247Session: 5125498106689518
1248Got a Janus API request from janus.transport.http (0x7f4998000b50)
1249Session 5125498106689518 found... returning up to 10 messages
1250[transports/janus_http.c:janus_http_notifier:1832] ... handling long poll...
1251Got a keep-alive on session 5125498106689518
1252Sending Janus API response to janus.transport.http (0x7f4998000b50)
1253Got a Janus API response to send (0x7f4998000b50)
1254Long poll time out for session 5125498106689518...
1255We have a message to serve...
1256 [
1257 {
1258 "janus": "keepalive"
1259 }
1260]
1261[transports/janus_http.c:janus_http_handler:1180] Got a HTTP GET request on /janus/5125498106689518...
1262[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
1263[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
1264[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
1265[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
1266[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
1267[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
1268[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
1269[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
1270[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
1271[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
1272[transports/janus_http.c:janus_http_handler:1213] Processing HTTP GET request on /janus/5125498106689518...
1273[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
1274Session: 5125498106689518
1275Got a Janus API request from janus.transport.http (0x7f4998000b50)
1276Session 5125498106689518 found... returning up to 10 messages
1277[transports/janus_http.c:janus_http_notifier:1832] ... handling long poll...
1278Got a keep-alive on session 5125498106689518
1279Sending Janus API response to janus.transport.http (0x7f4998000b50)
1280Got a Janus API response to send (0x7f4998000b50)
1281Long poll time out for session 5125498106689518...
1282We have a message to serve...
1283 [
1284 {
1285 "janus": "keepalive"
1286 }
1287]
1288[transports/janus_http.c:janus_http_handler:1180] Got a HTTP GET request on /janus/5125498106689518...
1289[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
1290[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
1291[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
1292[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
1293[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
1294[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
1295[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
1296[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
1297[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
1298[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
1299[transports/janus_http.c:janus_http_handler:1213] Processing HTTP GET request on /janus/5125498106689518...
1300[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
1301Session: 5125498106689518
1302Got a Janus API request from janus.transport.http (0x7f4998000b50)
1303Session 5125498106689518 found... returning up to 10 messages
1304[transports/janus_http.c:janus_http_notifier:1832] ... handling long poll...
1305Got a keep-alive on session 5125498106689518
1306Sending Janus API response to janus.transport.http (0x7f4998000b50)
1307Got a Janus API response to send (0x7f4998000b50)
1308Long poll time out for session 5125498106689518...
1309We have a message to serve...
1310 [
1311 {
1312 "janus": "keepalive"
1313 }
1314]
1315[transports/janus_http.c:janus_http_handler:1180] Got a HTTP GET request on /janus/5125498106689518...
1316[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
1317[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
1318[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
1319[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
1320[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
1321[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
1322[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
1323[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
1324[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
1325[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
1326[transports/janus_http.c:janus_http_handler:1213] Processing HTTP GET request on /janus/5125498106689518...
1327[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
1328Session: 5125498106689518
1329Got a Janus API request from janus.transport.http (0x7f4998000b50)
1330Session 5125498106689518 found... returning up to 10 messages
1331[transports/janus_http.c:janus_http_notifier:1832] ... handling long poll...
1332Got a keep-alive on session 5125498106689518
1333Sending Janus API response to janus.transport.http (0x7f4998000b50)
1334Got a Janus API response to send (0x7f4998000b50)
1335[file-live-sample] Rewind! (/opt/janus2/share/janus/streams/radio.alaw)
1336Long poll time out for session 5125498106689518...
1337We have a message to serve...
1338 [
1339 {
1340 "janus": "keepalive"
1341 }
1342]
1343[transports/janus_http.c:janus_http_handler:1180] Got a HTTP GET request on /janus/5125498106689518...
1344[transports/janus_http.c:janus_http_handler:1181] ... Just parsing headers for now...
1345[transports/janus_http.c:janus_http_headers:1799] Host: silent.rkbain.com:8088
1346[transports/janus_http.c:janus_http_headers:1799] Connection: keep-alive
1347[transports/janus_http.c:janus_http_headers:1799] Cache-Control: max-age=0
1348[transports/janus_http.c:janus_http_headers:1799] Accept: application/json, text/plain, */*
1349[transports/janus_http.c:janus_http_headers:1799] Origin: http://silent.rkbain.com
1350[transports/janus_http.c:janus_http_headers:1799] User-Agent: Mozilla/5.0 (Linux; Android 8.0.0; LG-LS993) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.116 Mobile Safari/537.36
1351[transports/janus_http.c:janus_http_headers:1799] Referer: http://silent.rkbain.com/
1352[transports/janus_http.c:janus_http_headers:1799] Accept-Encoding: gzip, deflate
1353[transports/janus_http.c:janus_http_headers:1799] Accept-Language: en-US,en;q=0.9
1354[transports/janus_http.c:janus_http_handler:1213] Processing HTTP GET request on /janus/5125498106689518...
1355[transports/janus_http.c:janus_http_handler:1266] ... parsing request...
1356Session: 5125498106689518
1357Got a Janus API request from janus.transport.http (0x7f4998000b50)
1358Session 5125498106689518 found... returning up to 10 messages
1359[transports/janus_http.c:janus_http_notifier:1832] ... handling long poll...
1360Got a keep-alive on session 5125498106689518
1361Sending Janus API response to janus.transport.http (0x7f4998000b50)
1362Got a Janus API response to send (0x7f4998000b50)
1363Stopping server, please wait...
1364Ending sessions timeout watchdog...
1365Sessions watchdog stopped
1366Closing transport plugins:
1367Stopping webserver(s)...
1368Long poll time out for session 5125498106689518...
1369We have a message to serve...
1370 [
1371 {
1372 "janus": "keepalive"
1373 }
1374]
1375JANUS REST (HTTP/HTTPS) transport plugin destroyed!
1376WebSockets thread ended
1377[WSS-0x7ffd9ab38a50] 28 (LWS_CALLBACK_PROTOCOL_DESTROY)
1378JANUS WebSockets transport plugin destroyed!
1379Ending requests thread...
1380Leaving Janus requests handler thread
1381Destroying sessions...
1382Freeing crypto resources...
1383De-initializing SCTP...
1384Closing plugins:
1385Leaving VideoRoom handler thread
1386Leaving RTCP thread for RTP forwarders...
1387JANUS VideoRoom plugin destroyed!
1388Leaving VideoCall handler thread
1389JANUS VideoCall plugin destroyed!
1390LeavingRecord&Play handler thread
1391JANUS Record&Play plugin destroyed!
1392Leaving NoSIP handler thread
1393JANUS NoSIP plugin destroyed!
1394Leaving TextRoom handler thread
1395JANUS TextRoom plugin destroyed!
1396Leaving Streaming handler thread
1397[gstreamer-sample] Interrupting mountpoint
1398[gstreamer-sample] Leaving streaming relay thread
1399[file-live-sample] Leaving filesource (live) thread
1400JANUS Streaming plugin destroyed!
1401Leaving EchoTest handler thread
1402JANUS EchoTest plugin destroyed!
1403Closing event handlers:
1404Bye!