Advertisement
Guest User

Untitled

a guest
Jan 14th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 38.98 KB | None | 0 0
  1. Janus commit: 5085ef90ea636aef7d24386488f1d7271f09f31d
  2. Compiled on:  Mon Jan 15 03:51:25 UTC 2018
  3.  
  4. ---------------------------------------------------
  5.   Starting Meetecho Janus (WebRTC Gateway) v0.3.0
  6. ---------------------------------------------------
  7.  
  8. Checking command line arguments...
  9. [janus.cfg]
  10.     [general]
  11.         configs_folder: /opt/janus/etc/janus
  12.         plugins_folder: /opt/janus/lib/janus/plugins
  13.         transports_folder: /opt/janus/lib/janus/transports
  14.         events_folder: /opt/janus/lib/janus/events
  15.         debug_level: 5
  16.         debug_colors: yes
  17.         admin_secret: janusoverlord
  18.     [certificates]
  19.         cert_pem: /etc/letsencrypt/live/janus.schaffengott.me/cert.pem
  20.         cert_key: /etc/letsencrypt/live/janus.schaffengott.me/privkey.pem
  21.     [media]
  22.     [nat]
  23.         stun_server: stun.l.google.com
  24.         stun_port: 19302
  25.         nice_debug: false
  26.         nat_1_1_mapping: 13.125.50.155
  27.         ice_ignore_list: vmnet
  28.     [plugins]
  29.     [transports]
  30.     [events]
  31. Debug/log level is 5
  32. Debug/log timestamps are disabled
  33. Debug/log colors are enabled
  34. Adding 'vmnet' to the ICE ignore list...
  35. Selecting local IP address...
  36. Using 172.31.10.212 as local IP...
  37. [WARN] Token based authentication disabled
  38. Initializing recorder code
  39. Using nat_1_1_mapping for public ip - 13.125.50.155
  40. Initializing ICE stuff (Full mode, ICE-TCP candidates disabled, IPv6 support disabled)
  41. STUN server to use: stun.l.google.com:19302
  42. ICE handles watchdog started
  43.   >> 74.125.23.127:19302 (IPv4)
  44. Testing STUN server: message is of 20 bytes
  45.   >> Sent 20 bytes 74.125.23.127:19302, waiting for reply...
  46. server_pem: /etc/letsencrypt/live/janus.schaffengott.me/cert.pem
  47. server_key: /etc/letsencrypt/live/janus.schaffengott.me/privkey.pem
  48. certificate X509:
  49. private_key:
  50.   >> Got 32 bytes...
  51.   >> XOR-MAPPED-ADDRESS: 0
  52.   >> Our public address is 13.125.50.155
  53. TURN REST API backend: (disabled)
  54. Using certificates:
  55.     /etc/letsencrypt/live/janus.schaffengott.me/cert.pem
  56.     /etc/letsencrypt/live/janus.schaffengott.me/privkey.pem
  57. Crypto: OpenSSL pre-1.1.0
  58. Fingerprint of our certificate: 13:A7:04:A4:78:F2:6A:34:CC:4C:03:A2:25:67:01:A7:DC:91:1D:6D:87:91:2E:46:59:71:62:4A:28:2F:F6:A6
  59. Event handler plugins folder: /opt/janus/lib/janus/events
  60. [WARN] Event handlers support disabled
  61. Plugins folder: /opt/janus/lib/janus/plugins
  62. Loading plugin 'libjanus_sip.so'...
  63. JANUS SIP plugin created!
  64. Sessions watchdog started
  65. Joining Events handler thread
  66. Leaving EchoTest handler thread
  67. Configuration file: /opt/janus/etc/janus/janus.plugin.sip.cfg
  68. [janus.plugin.sip.cfg]
  69.     [general]
  70.         keepalive_interval: 120
  71.         behind_nat: no
  72.         register_ttl: 3600
  73.         rtp_port_range: 20000-40000
  74. SIP keep-alive interval set to 120 seconds
  75. SIP registration TTL set to 3600 seconds
  76. SIP User-Agent set to Janus WebRTC Gateway SIP Plugin 0.0.7
  77. SIP RTP/RTCP port range: 20000 -- 40000
  78. Local IP set to 172.31.10.212
  79. JANUS SIP plugin initialized!
  80.     Version: 7 (0.0.7)
  81.        [janus.plugin.sip] JANUS SIP plugin
  82.        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.
  83.        Plugin API version: 9
  84. Loading plugin 'libjanus_textroom.so'...
  85. JANUS TextRoom plugin created!
  86. Configuration file: /opt/janus/etc/janus/janus.plugin.textroom.cfg
  87. [janus.plugin.textroom.cfg]
  88.     [general]
  89.         json: indented
  90.     [1234]
  91.         description: Demo Room
  92.         secret: adminpwd
  93. Adding text room '1234'
  94. Created textroom: 1234 (Demo Room, public, secret: adminpwd, pin: no pin)
  95.   ::: [1234][Demo Room]
  96. JANUS TextRoom plugin initialized!
  97.     Version: 2 (0.0.2)
  98.        [janus.plugin.textroom] JANUS TextRoom plugin
  99.        This is a plugin implementing a text-only room for Janus, using DataChannels.
  100.        Plugin API version: 9
  101. Loading plugin 'libjanus_streaming.so'...
  102. JANUS Streaming plugin created!
  103. Configuration file: /opt/janus/etc/janus/janus.plugin.streaming.cfg
  104. [janus.plugin.streaming.cfg]
  105.     [general]
  106.     [gstreamer-sample]
  107.         type: rtp
  108.         id: 1
  109.         description: Opus/VP8 live stream coming from gstreamer
  110.         audio: yes
  111.         video: yes
  112.         audioport: 5002
  113.         audiopt: 111
  114.         audiortpmap: opus/48000/2
  115.         videoport: 5004
  116.         videopt: 100
  117.         videortpmap: VP8/90000
  118.         secret: adminpwd
  119.     [file-live-sample]
  120.         type: live
  121.         id: 2
  122.         description: a-law file source (radio broadcast)
  123.         filename: /opt/janus/share/janus/streams/radio.alaw
  124.         audio: yes
  125.         video: no
  126.         secret: adminpwd
  127.     [file-ondemand-sample]
  128.         type: ondemand
  129.         id: 3
  130.         description: mu-law file source (music)
  131.         filename: /opt/janus/share/janus/streams/music.mulaw
  132.         audio: yes
  133.         video: no
  134.         secret: adminpwd
  135. Adding stream 'gstreamer-sample'
  136. Audio enabled, Video enabled, Data NOT enabled
  137. Audio enabled, Video enabled, Data NOT enabled
  138. Adding stream 'file-live-sample'
  139. Adding stream 'file-ondemand-sample'
  140.   ::: [1][gstreamer-sample] Opus/VP8 live stream coming from gstreamer (live, RTP source, public, pin: no pin)
  141.   ::: [2][file-live-sample] a-law file source (radio broadcast) (live, file source, public, pin: no pin)
  142.   ::: [3][file-ondemand-sample] mu-law file source (music) (on demand, file source, public, pin: no pin)
  143. JANUS Streaming plugin initialized!
  144.     Version: 8 (0.0.8)
  145.        [janus.plugin.streaming] JANUS Streaming plugin
  146.        This is a streaming plugin for Janus, allowing WebRTC peers to watch/listen to pre-recorded files or media generated by gstreamer.
  147.        Plugin API version: 9
  148. Loading plugin 'libjanus_voicemail.so'...
  149. JANUS VoiceMail plugin created!
  150. Configuration file: /opt/janus/etc/janus/janus.plugin.voicemail.cfg
  151. [janus.plugin.voicemail.cfg]
  152.     [general]
  153.         path: /opt/janus/share/janus/demos/voicemail/
  154.         base: /voicemail/
  155.         events: yes
  156. Recordings path: /opt/janus/share/janus/demos/voicemail/
  157. Recordings base: /voicemail/
  158. JANUS VoiceMail plugin initialized!
  159.     Version: 6 (0.0.6)
  160.        [janus.plugin.voicemail] JANUS VoiceMail plugin
  161.        This is a plugin implementing a very simple VoiceMail service for Janus, recording Opus streams.
  162.        Plugin API version: 9
  163. Loading plugin 'libjanus_audiobridge.so'...
  164. JANUS AudioBridge plugin created!
  165. Configuration file: /opt/janus/etc/janus/janus.plugin.audiobridge.cfg
  166. [janus.plugin.audiobridge.cfg]
  167.     [general]
  168.     [1234]
  169.         description: Demo Room
  170.         secret: adminpwd
  171.         sampling_rate: 16000
  172.         record: false
  173. Adding audio room '1234'
  174. Sampling rate for mixing: 16000
  175. Created audiobridge: 1234 (Demo Room, public, secret: adminpwd, pin: no pin)
  176.   ::: [1234][Demo Room] 16000 (will NOT be recorded)
  177. JANUS AudioBridge plugin initialized!
  178.     Version: 10 (0.0.10)
  179.        [janus.plugin.audiobridge] JANUS AudioBridge plugin
  180.        This is a plugin implementing an audio conference bridge for Janus, mixing Opus streams.
  181.        Plugin API version: 9
  182. Loading plugin 'libjanus_recordplay.so'...
  183. JANUS Record&Play plugin created!
  184. Configuration file: /opt/janus/etc/janus/janus.plugin.recordplay.cfg
  185. [janus.plugin.recordplay.cfg]
  186.     [general]
  187.         path: /opt/janus/share/janus/recordings
  188. Updating recordings list in /opt/janus/share/janus/recordings
  189. Importing recording '1234.nfo'...
  190. Pre-parsing file /opt/janus/share/janus/recordings/rec-sample-audio.mjr to generate ordered index...
  191. This is an old audio recording, assuming Opus
  192. Pre-parsing file /opt/janus/share/janus/recordings/rec-sample-video.mjr to generate ordered index...
  193. This is an old video recording, assuming VP8
  194. Streaming watchdog started
  195. Joining TextRoom handler thread
  196. Filesource (live) thread starting...
  197. [file-live-sample] Opening file source /opt/janus/share/janus/streams/radio.alaw...
  198. [file-live-sample] Streaming audio file: /opt/janus/share/janus/streams/radio.alaw
  199. Starting streaming relay thread
  200. TextRoom watchdog started
  201. Joining Streaming handler thread
  202. Joining SIP handler thread
  203. JANUS Record&Play plugin initialized!
  204.     Version: 4 (0.0.4)
  205.        [janus.plugin.recordplay] JANUS Record&Play plugin
  206.        This is a trivial Record&Play plugin for Janus, to record WebRTC sessions and replay them.
  207.        Plugin API version: 9
  208. Loading plugin 'libjanus_videocall.so'...
  209. JANUS VideoCall plugin created!
  210. Configuration file: /opt/janus/etc/janus/janus.plugin.videocall.cfg
  211. [janus.plugin.videocall.cfg]
  212.     [general]
  213. JANUS VideoCall plugin initialized!
  214.     Version: 6 (0.0.6)
  215.        [janus.plugin.videocall] JANUS VideoCall plugin
  216.        This is a simple video call plugin for Janus, allowing two WebRTC peers to call each other through the gateway.
  217.        Plugin API version: 9
  218. Loading plugin 'libjanus_nosip.so'...
  219. JANUS NoSIP plugin created!
  220. Configuration file: /opt/janus/etc/janus/janus.plugin.nosip.cfg
  221. [janus.plugin.nosip.cfg]
  222.     [general]
  223.         rtp_port_range: 20000-40000
  224. NoSIP RTP/RTCP port range: 20000 -- 40000
  225. Local IP set to 172.31.10.212
  226. JANUS NoSIP plugin initialized!
  227.     Version: 1 (0.0.1)
  228.        [janus.plugin.nosip] JANUS NoSIP plugin
  229.        This is a simple RTP bridging plugin that leaves signalling details (e.g., SIP) up to the application.
  230.        Plugin API version: 9
  231. Loading plugin 'libjanus_videoroom.so'...
  232. JANUS VideoRoom plugin created!
  233. Configuration file: /opt/janus/etc/janus/janus.plugin.videoroom.cfg
  234. [janus.plugin.videoroom.cfg]
  235.     [general]
  236.     [1234]
  237.         description: Demo Room
  238.         secret: adminpwd
  239.         publishers: 6
  240.         bitrate: 128000
  241.         fir_freq: 10
  242.         record: false
  243.     [5678]
  244.         description: VP9-SVC Demo Room
  245.         secret: adminpwd
  246.         publishers: 6
  247.         bitrate: 512000
  248.         fir_freq: 10
  249.         videocodec: vp9
  250.         video_svc: true
  251. Adding video room '1234'
  252. Created videoroom: 1234 (Demo Room, public, opus/vp8 codecs, secret: adminpwd, pin: no pin, pvtid: optional)
  253. Adding video room '5678'
  254. VoiceMail watchdog started
  255. Joining VoiceMail handler thread
  256. AudioBridge watchdog started
  257. Audio bridge thread starting...
  258. Thread is for mixing room 1234 (Demo Room) at rate 16000...
  259. Joining AudioBridge handler thread
  260. Record&Play watchdog started
  261. Joining Record&Play handler thread
  262. VideoCall watchdog started
  263. Joining VideoCall handler thread
  264. NoSIP watchdog started
  265. Joining NoSIP handler thread
  266. SIP watchdog started
  267. Created videoroom: 5678 (VP9-SVC Demo Room, public, opus/vp9 codecs, secret: adminpwd, pin: no pin, pvtid: optional)
  268.   ::: [5678][VP9-SVC Demo Room] 512000, max 6 publishers, FIR frequency of 10 seconds, opus audio codec(s), vp9 video codec(s)
  269.   ::: [1234][Demo Room] 128000, max 6 publishers, FIR frequency of 10 seconds, opus audio codec(s), vp8 video codec(s)
  270. JANUS VideoRoom plugin initialized!
  271.     Version: 9 (0.0.9)
  272.        [janus.plugin.videoroom] JANUS VideoRoom plugin
  273.        This is a plugin implementing a videoconferencing SFU (Selective Forwarding Unit) for Janus, that is an audio/video router.
  274.        Plugin API version: 9
  275. Loading plugin 'libjanus_echotest.so'...
  276. JANUS EchoTest plugin created!
  277. Configuration file: /opt/janus/etc/janus/janus.plugin.echotest.cfg
  278. [janus.plugin.echotest.cfg]
  279.     [general]
  280. JANUS EchoTest plugin initialized!
  281.     Version: 7 (0.0.7)
  282.        [janus.plugin.echotest] JANUS EchoTest plugin
  283.        This is a trivial EchoTest plugin for Janus, just used to showcase the plugin interface.
  284.        Plugin API version: 9
  285. Transport plugins folder: /opt/janus/lib/janus/transports
  286. Loading transport plugin 'libjanus_pfunix.so'...
  287. JANUS Unix Sockets transport plugin created!
  288. Configuration file: /opt/janus/etc/janus/janus.transport.pfunix.cfg
  289. [janus.transport.pfunix.cfg]
  290.     [general]
  291.         enabled: no
  292.         json: indented
  293.     [admin]
  294.         admin_enabled: no
  295. [WARN] Unix Sockets server disabled (Janus API)
  296. [WARN] Unix Sockets server disabled (Admin API)
  297. [WARN] No Unix Sockets server started, giving up...
  298. [WARN] The 'janus.transport.pfunix' plugin could not be initialized
  299. Loading transport plugin 'libjanus_http.so'...
  300. JANUS REST (HTTP/HTTPS) transport plugin created!
  301. Configuration file: /opt/janus/etc/janus/janus.transport.http.cfg
  302. [janus.transport.http.cfg]
  303.     [general]
  304.         json: indented
  305.         base_path: /janus
  306.         threads: unlimited
  307.         http: yes
  308.         port: 8088
  309.         https: yes
  310.         secure_port: 8089
  311.     [admin]
  312.         admin_base_path: /admin
  313.         admin_threads: unlimited
  314.         admin_http: no
  315.         admin_port: 7088
  316.         admin_https: no
  317.     [cors]
  318.     [certificates]
  319.         cert_pem: /etc/letsencrypt/live/janus.schaffengott.me/cert.pem
  320.         cert_key: /etc/letsencrypt/live/janus.schaffengott.me/privkey.pem
  321. Using a thread per connection for the Janus API HTTP webserver
  322. Binding to all interfaces for the Janus API HTTP webserver
  323. HTTP webserver started (port 8088, /janus path listener)...
  324. Using certificates:
  325.     /etc/letsencrypt/live/janus.schaffengott.me/cert.pem
  326.     /etc/letsencrypt/live/janus.schaffengott.me/privkey.pem
  327. Using a thread per connection for the Janus API HTTPS webserver
  328. Binding to all interfaces for the Janus API HTTPS webserver
  329. Joining EchoTest handler thread
  330. EchoTest watchdog started
  331. Joining VideoRoom handler thread
  332. VideoRoom watchdog started
  333. HTTPS webserver started (port 8089, /janus path listener)...
  334. [WARN] Admin/monitor HTTP webserver disabled
  335. [WARN] Admin/monitor HTTPS webserver disabled
  336. JANUS REST (HTTP/HTTPS) transport plugin initialized!
  337.     Version: 2 (0.0.2)
  338.        [janus.transport.http] JANUS REST (HTTP/HTTPS) transport plugin
  339.        This transport plugin adds REST (HTTP/HTTPS) support to the Janus API via libmicrohttpd.
  340.        Plugin API version: 6
  341.        Janus API: enabled
  342.        Admin API: disabled
  343. HTTP/Janus sessions watchdog started
  344. Got a Janus API request from janus.transport.http (0x7fccf0013b50)
  345. Transport task pool, serving request
  346. Creating new session: 7842439921985076
  347. Session created (7842439921985076), create a queue for the long poll
  348. Got a Janus API request from janus.transport.http (0x7fccf8013b50)
  349. Transport task pool, serving request
  350. Creating new handle in session 7842439921985076: 6001061467779967
  351. Got a Janus API request from janus.transport.http (0x7fccf4013b50)
  352. Transport task pool, serving request
  353. Got a Janus API request from janus.transport.http (0x7fccfc002650)
  354. Transport task pool, serving request
  355. [6001061467779967] There's a message for JANUS VideoRoom plugin
  356. Creating a new videoroom
  357. Created videoroom: 5555 (UV4L, public, opus/vp8 codecs, secret: no secret, pin: no pin, pvtid: optional)
  358.  ::: [5678][VP9-SVC Demo Room] 512000, max 6 publishers, FIR frequency of 10 seconds
  359.  ::: [1234][Demo Room] 128000, max 6 publishers, FIR frequency of 10 seconds
  360.  ::: [5555][UV4L] 1333000, max 3 publishers, FIR frequency of 0 seconds
  361. Got a Janus API request from janus.transport.http (0x7fcd08003080)
  362. Transport task pool, serving request
  363. [6001061467779967] There's a message for JANUS VideoRoom plugin
  364. Configuring new participant
  365. Configuring new publisher
  366.   -- Publisher ID: 455599424559301
  367. Preparing JSON event as a reply
  368. [6001061467779967] Sending event to transport...
  369.   >> 0 (Success)
  370. Got a Janus API request from janus.transport.http (0x7fccdc001470)
  371. Transport task pool, serving request
  372. Got a keep-alive on session 7842439921985076
  373. Session 7842439921985076 found... returning up to 1 messages
  374. Got a Janus API request from janus.transport.http (0x7fcce400be50)
  375. Transport task pool, serving request
  376. [6001061467779967] There's a message for JANUS VideoRoom plugin
  377. [6001061467779967] Remote SDP:
  378. v=0
  379. o=- 7317705021647441842 2 IN IP4 127.0.0.1
  380. s=-
  381. t=0 0
  382. a=group:BUNDLE audio video data
  383. a=msid-semantic: WMS stream_label
  384. m=audio 9 UDP/TLS/RTP/SAVPF 111 103 9 102 0 8 105 13 110 113 126
  385. c=IN IP4 0.0.0.0
  386. a=rtcp:9 IN IP4 0.0.0.0
  387. a=ice-ufrag:aPnc
  388. a=ice-pwd:eBQN5BuHpieOb94uQPH6B9U/
  389. a=ice-options:trickle
  390. a=fingerprint:sha-256 BA:7D:B1:A3:29:9E:BA:03:AF:B2:49:AF:B0:0F:5D:6D:04:73:97:AC:A7:D2:97:A5:05:88:07:89:2A:BC:8E:EB
  391. a=setup:actpass
  392. a=mid:audio
  393. a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
  394. a=sendonly
  395. a=rtcp-mux
  396. a=rtpmap:111 opus/48000/2
  397. a=rtcp-fb:111 transport-cc
  398. a=fmtp:111 minptime=10;useinbandfec=1
  399. a=rtpmap:103 ISAC/16000
  400. a=rtpmap:9 G722/8000
  401. a=rtpmap:102 ILBC/8000
  402. a=rtpmap:0 PCMU/8000
  403. a=rtpmap:8 PCMA/8000
  404. a=rtpmap:105 CN/16000
  405. a=rtpmap:13 CN/8000
  406. a=rtpmap:110 telephone-event/48000
  407. a=rtpmap:113 telephone-event/16000
  408. a=rtpmap:126 telephone-event/8000
  409. a=ssrc:3162368426 cname:z05aw3Fmj/J+WQCL
  410. a=ssrc:3162368426 msid:stream_label audio_label
  411. a=ssrc:3162368426 mslabel:stream_label
  412. a=ssrc:3162368426 label:audio_label
  413. m=video 9 UDP/TLS/RTP/SAVPF 96 97 98 99 100 101 127
  414. c=IN IP4 0.0.0.0
  415. a=rtcp:9 IN IP4 0.0.0.0
  416. a=ice-ufrag:aPnc
  417. a=ice-pwd:eBQN5BuHpieOb94uQPH6B9U/
  418. a=ice-options:trickle
  419. a=fingerprint:sha-256 BA:7D:B1:A3:29:9E:BA:03:AF:B2:49:AF:B0:0F:5D:6D:04:73:97:AC:A7:D2:97:A5:05:88:07:89:2A:BC:8E:EB
  420. a=setup:actpass
  421. a=mid:video
  422. a=extmap:2 urn:ietf:params:rtp-hdrext:toffset
  423. a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
  424. a=extmap:4 urn:3gpp:video-orientation
  425. a=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
  426. a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay
  427. a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type
  428. a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/video-timing
  429. a=sendonly
  430. a=rtcp-mux
  431. a=rtcp-rsize
  432. a=rtpmap:96 VP8/90000
  433. a=rtcp-fb:96 goog-remb
  434. a=rtcp-fb:96 transport-cc
  435. a=rtcp-fb:96 ccm fir
  436. a=rtcp-fb:96 nack
  437. a=rtcp-fb:96 nack pli
  438. a=rtpmap:97 rtx/90000
  439. a=fmtp:97 apt=96
  440. a=rtpmap:98 VP9/90000
  441. a=rtcp-fb:98 goog-remb
  442. a=rtcp-fb:98 transport-cc
  443. a=rtcp-fb:98 ccm fir
  444. a=rtcp-fb:98 nack
  445. a=rtcp-fb:98 nack pli
  446. a=rtpmap:99 rtx/90000
  447. a=fmtp:99 apt=98
  448. a=rtpmap:100 red/90000
  449. a=rtpmap:101 rtx/90000
  450. a=fmtp:101 apt=100
  451. a=rtpmap:127 ulpfec/90000
  452. a=ssrc-group:FID 1825918950 783392436
  453. a=ssrc:1825918950 cname:z05aw3Fmj/J+WQCL
  454. a=ssrc:1825918950 msid:stream_label video_label
  455. a=ssrc:1825918950 mslabel:stream_label
  456. a=ssrc:1825918950 label:video_label
  457. a=ssrc:783392436 cname:z05aw3Fmj/J+WQCL
  458. a=ssrc:783392436 msid:stream_label video_label
  459. a=ssrc:783392436 mslabel:stream_label
  460. a=ssrc:783392436 label:video_label
  461. m=application 9 DTLS/SCTP 5000
  462. c=IN IP4 0.0.0.0
  463. a=ice-ufrag:aPnc
  464. a=ice-pwd:eBQN5BuHpieOb94uQPH6B9U/
  465. a=ice-options:trickle
  466. a=fingerprint:sha-256 BA:7D:B1:A3:29:9E:BA:03:AF:B2:49:AF:B0:0F:5D:6D:04:73:97:AC:A7:D2:97:A5:05:88:07:89:2A:BC:8E:EB
  467. a=setup:actpass
  468. a=mid:data
  469. a=sctpmap:5000 webrtc-datachannel 1024
  470. [6001061467779967] Audio has been negotiated, Video has been negotiated, SCTP/DataChannels have been negotiated
  471. [6001061467779967] Setting ICE locally: got OFFER (1 audios, 1 videos)
  472. [6001061467779967] Creating ICE agent (ICE Full mode, controlled)
  473. [6001061467779967] Adding 172.31.10.212 to the addresses to gather candidates for
  474. [6001061467779967] Component state changed for component 1 in stream 1: 1 (gathering)
  475. [6001061467779967] Parsing audio candidates (stream=1)...
  476. [6001061467779967] ICE ufrag (local):   aPnc
  477. [6001061467779967] ICE pwd (local):     eBQN5BuHpieOb94uQPH6B9U/
  478. [6001061467779967] Fingerprint (local) : sha-256 BA:7D:B1:A3:29:9E:BA:03:AF:B2:49:AF:B0:0F:5D:6D:04:73:97:AC:A7:D2:97:A5:05:88:07:89:2A:BC:8E:EB
  479. [6001061467779967] DTLS setup (local):  actpass
  480. [6001061467779967] Setting connect state (DTLS client)
  481. [6001061467779967] Audio mid: audio
  482. [6001061467779967] Peer audio SSRC: 3162368426
  483. [6001061467779967] Parsing video candidates (stream=1)...
  484. [6001061467779967] ICE ufrag (local):   aPnc
  485. [6001061467779967] ICE pwd (local):     eBQN5BuHpieOb94uQPH6B9U/
  486. [6001061467779967] Fingerprint (local) : sha-256 BA:7D:B1:A3:29:9E:BA:03:AF:B2:49:AF:B0:0F:5D:6D:04:73:97:AC:A7:D2:97:A5:05:88:07:89:2A:BC:8E:EB
  487. [6001061467779967] DTLS setup (local):  actpass
  488. [6001061467779967] Setting connect state (DTLS client)
  489. [6001061467779967] Video mid: video
  490. [6001061467779967] Peer video SSRC: 1825918950
  491. [6001061467779967] Peer video SSRC (rtx): 783392436
  492. [6001061467779967] Parsing SCTP candidates (stream=1)...
  493. [6001061467779967] ICE ufrag (local):   aPnc
  494. [6001061467779967] ICE pwd (local):     eBQN5BuHpieOb94uQPH6B9U/
  495. [6001061467779967] Fingerprint (local) : sha-256 BA:7D:B1:A3:29:9E:BA:03:AF:B2:49:AF:B0:0F:5D:6D:04:73:97:AC:A7:D2:97:A5:05:88:07:89:2A:BC:8E:EB
  496. [6001061467779967] DTLS setup (local):  actpass
  497. [6001061467779967] Setting connect state (DTLS client)
  498. [6001061467779967] Data Channel mid: data
  499. Got a sctpmap attribute: 5000 webrtc-datachannel 1024
  500. Will remove payload type 97 (97 rtx/90000)
  501. Will remove payload type 99 (99 rtx/90000)
  502. Will remove payload type 100 (100 red/90000)
  503. Will remove payload type 101 (101 rtx/90000)
  504. Will remove payload type 127 (127 ulpfec/90000)
  505. -------------------------------------------
  506.  >> Anonymized
  507. -------------------------------------------
  508. Setting audio property: true (room 5555, user 455599424559301)
  509. Setting video property: true (room 5555, user 455599424559301)
  510. Setting data property: true (room 5555, user 455599424559301)
  511. Preparing JSON event as a reply
  512. This is involving a negotiation (offer) as well:
  513. v=0
  514. o=- 7317705021647441842 2 IN IP4 1.1.1.1
  515. s=-
  516. t=0 0
  517. m=audio 9 UDP/TLS/RTP/SAVPF 111 103 9 102 0 8 105 13 110 113 126
  518. c=IN IP4 1.1.1.1
  519. a=sendonly
  520. a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
  521. a=rtpmap:111 opus/48000/2
  522. a=rtcp-fb:111 transport-cc
  523. a=fmtp:111 minptime=10;useinbandfec=1
  524. a=rtpmap:103 ISAC/16000
  525. a=rtpmap:9 G722/8000
  526. a=rtpmap:102 ILBC/8000
  527. a=rtpmap:0 PCMU/8000
  528. a=rtpmap:8 PCMA/8000
  529. a=rtpmap:105 CN/16000
  530. a=rtpmap:13 CN/8000
  531. a=rtpmap:110 telephone-event/48000
  532. a=rtpmap:113 telephone-event/16000
  533. a=rtpmap:126 telephone-event/8000
  534. m=video 9 UDP/TLS/RTP/SAVPF 96 98
  535. c=IN IP4 1.1.1.1
  536. a=sendonly
  537. a=extmap:2 urn:ietf:params:rtp-hdrext:toffset
  538. a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time
  539. a=extmap:4 urn:3gpp:video-orientation
  540. a=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01
  541. a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay
  542. a=extmap:7 http://www.webrtc.org/experiments/rtp-hdrext/video-content-type
  543. a=extmap:8 http://www.webrtc.org/experiments/rtp-hdrext/video-timing
  544. a=rtpmap:96 VP8/90000
  545. a=rtcp-fb:96 goog-remb
  546. a=rtcp-fb:96 transport-cc
  547. a=rtcp-fb:96 ccm fir
  548. a=rtcp-fb:96 nack
  549. a=rtcp-fb:96 nack pli
  550. a=rtpmap:98 VP9/90000
  551. a=rtcp-fb:98 goog-remb
  552. a=rtcp-fb:98 transport-cc
  553. a=rtcp-fb:98 ccm fir
  554. a=rtcp-fb:98 nack
  555. a=rtcp-fb:98 nack pli
  556. m=application 9 DTLS/SCTP 5000
  557. c=IN IP4 1.1.1.1
  558. a=sendrecv
  559.  
  560. The publisher is going to send an audio stream
  561. The publisher is going to send a video stream
  562. The publisher is going to open a data channel
  563. The publisher is going to use the opus audio codec
  564. The publisher is going to use the vp8 video codec
  565. Per the answer, the publisher is going to send an audio stream
  566. Per the answer, the publisher is going to send a video stream
  567. Per the answer, the publisher is going to open a data channel
  568. Handling publisher: turned this into an 'answer':
  569. v=0
  570. o=- 7317705021647441842 2 IN IP4 1.1.1.1
  571. s=VideoRoom 5555
  572. t=0 0
  573. c=IN IP4 127.0.0.1
  574. m=audio 9 UDP/TLS/RTP/SAVPF 111
  575. c=IN IP4 127.0.0.1
  576. a=recvonly
  577. a=rtpmap:111 opus/48000/2
  578. a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
  579.  
  580. m=video 9 UDP/TLS/RTP/SAVPF 96
  581. c=IN IP4 127.0.0.1
  582. a=recvonly
  583. a=rtpmap:96 VP8/90000
  584. a=rtcp-fb:96 ccm fir
  585. a=rtcp-fb:96 nack
  586. a=rtcp-fb:96 nack pli
  587. a=rtcp-fb:96 goog-remb
  588. a=rtcp-fb:96 transport-cc
  589. a=extmap:4 urn:3gpp:video-orientation
  590.  
  591. a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay
  592.  
  593. m=application 9 DTLS/SCTP 5000
  594. c=IN IP4 127.0.0.1
  595.  
  596. [6001061467779967] Waiting for candidates-done callback...
  597. [6001061467779967] ICE thread started
  598. [6001061467779967] Gathering done for stream 1
  599. -------------------------------------------
  600.  >> Anonymized
  601. -------------------------------------------
  602. [6001061467779967] Public IP specified and 1:1 NAT mapping enabled (13.125.50.155), using that as host address in the candidates
  603. [6001061467779967] We have 2 candidates for Stream #1, Component #1
  604. [6001061467779967] Stream #1, Component #1
  605. [6001061467779967]   Address:    172.31.10.212:42863
  606. [6001061467779967]   Priority:   2013266431
  607. [6001061467779967]   Foundation: 1
  608. [6001061467779967]     1 1 udp 2013266431 13.125.50.155 42863 typ host[6001061467779967] Stream #1, Component #1
  609. [6001061467779967]   Address:    13.125.50.155:42863
  610. [6001061467779967]   Priority:   1677722111
  611. [6001061467779967]   Foundation: 2
  612. [6001061467779967]     2 1 udp 1677722111 13.125.50.155 42863 typ srflx raddr 172.31.10.212 rport 42863[6001061467779967] Public IP specified and 1:1 NAT mapping enabled (13.125.50.155), using that as host address in the candidates
  613. [6001061467779967] We have 2 candidates for Stream #1, Component #1
  614. [6001061467779967] Stream #1, Component #1
  615. [6001061467779967]   Address:    172.31.10.212:42863
  616. [6001061467779967]   Priority:   2013266431
  617. [6001061467779967]   Foundation: 1
  618. [6001061467779967]     1 1 udp 2013266431 13.125.50.155 42863 typ host[6001061467779967] Stream #1, Component #1
  619. [6001061467779967]   Address:    13.125.50.155:42863
  620. [6001061467779967]   Priority:   1677722111
  621. [6001061467779967]   Foundation: 2
  622. [6001061467779967]     2 1 udp 1677722111 13.125.50.155 42863 typ srflx raddr 172.31.10.212 rport 42863[6001061467779967] Public IP specified and 1:1 NAT mapping enabled (13.125.50.155), using that as host address in the candidates
  623. [6001061467779967] We have 2 candidates for Stream #1, Component #1
  624. [6001061467779967] Stream #1, Component #1
  625. [6001061467779967]   Address:    172.31.10.212:42863
  626. [6001061467779967]   Priority:   2013266431
  627. [6001061467779967]   Foundation: 1
  628. [6001061467779967]     1 1 udp 2013266431 13.125.50.155 42863 typ host[6001061467779967] Stream #1, Component #1
  629. [6001061467779967]   Address:    13.125.50.155:42863
  630. [6001061467779967]   Priority:   1677722111
  631. [6001061467779967]   Foundation: 2
  632. [6001061467779967]     2 1 udp 1677722111 13.125.50.155 42863 typ srflx raddr 172.31.10.212 rport 42863 -------------------------------------------
  633.  >> Merged (1933 bytes)
  634. -------------------------------------------
  635. v=0
  636. o=- 7317705021647441842 2 IN IP4 13.125.50.155
  637. s=VideoRoom 5555
  638. t=0 0
  639. a=group:BUNDLE audio video data
  640. a=msid-semantic: WMS janus
  641. m=audio 9 UDP/TLS/RTP/SAVPF 111
  642. c=IN IP4 13.125.50.155
  643. a=recvonly
  644. a=mid:audio
  645. a=rtcp-mux
  646. a=ice-ufrag:L9Ho
  647. a=ice-pwd:ERG674B1omJIDIAJOP6jSf
  648. a=ice-options:trickle
  649. a=fingerprint:sha-256 13:A7:04:A4:78:F2:6A:34:CC:4C:03:A2:25:67:01:A7:DC:91:1D:6D:87:91:2E:46:59:71:62:4A:28:2F:F6:A6
  650. a=setup:active
  651. a=rtpmap:111 opus/48000/2
  652. a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level
  653. a=candidate:1 1 udp 2013266431 13.125.50.155 42863 typ host
  654. a=candidate:2 1 udp 1677722111 13.125.50.155 42863 typ srflx raddr 172.31.10.212 rport 42863
  655. a=end-of-candidates
  656. m=video 9 UDP/TLS/RTP/SAVPF 96
  657. c=IN IP4 13.125.50.155
  658. a=recvonly
  659. a=mid:video
  660. a=rtcp-mux
  661. a=ice-ufrag:L9Ho
  662. a=ice-pwd:ERG674B1omJIDIAJOP6jSf
  663. a=ice-options:trickle
  664. a=fingerprint:sha-256 13:A7:04:A4:78:F2:6A:34:CC:4C:03:A2:25:67:01:A7:DC:91:1D:6D:87:91:2E:46:59:71:62:4A:28:2F:F6:A6
  665. a=setup:active
  666. a=rtpmap:96 VP8/90000
  667. a=rtcp-fb:96 ccm fir
  668. a=rtcp-fb:96 nack
  669. a=rtcp-fb:96 nack pli
  670. a=rtcp-fb:96 goog-remb
  671. a=rtcp-fb:96 transport-cc
  672. a=extmap:4 urn:3gpp:video-orientation
  673. a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay
  674. a=candidate:1 1 udp 2013266431 13.125.50.155 42863 typ host
  675. a=candidate:2 1 udp 1677722111 13.125.50.155 42863 typ srflx raddr 172.31.10.212 rport 42863
  676. a=end-of-candidates
  677. m=application 9 DTLS/SCTP 5000
  678. c=IN IP4 13.125.50.155
  679. a=sendrecv
  680. a=sctpmap:5000 webrtc-datachannel 16
  681. a=mid:data
  682. a=ice-ufrag:L9Ho
  683. a=ice-pwd:ERG674B1omJIDIAJOP6jSf
  684. a=ice-options:trickle
  685. a=fingerprint:sha-256 13:A7:04:A4:78:F2:6A:34:CC:4C:03:A2:25:67:01:A7:DC:91:1D:6D:87:91:2E:46:59:71:62:4A:28:2F:F6:A6
  686. a=setup:active
  687. a=candidate:1 1 udp 2013266431 13.125.50.155 42863 typ host
  688. a=candidate:2 1 udp 1677722111 13.125.50.155 42863 typ srflx raddr 172.31.10.212 rport 42863
  689. a=end-of-candidates
  690.  
  691. [6001061467779967] Done! Ready to setup remote candidates and send connectivity checks...
  692. [6001061467779967]   -- ICE Trickling is supported by the browser, waiting for remote candidates...
  693. [6001061467779967] Sending event to transport...
  694.  >> Pushing event: 0 (took 100347 us)
  695. Got a Janus API request from janus.transport.http (0x7fccec016dd0)
  696. Transport task pool, serving request
  697. Got a keep-alive on session 7842439921985076
  698. Session 7842439921985076 found... returning up to 1 messages
  699. Got a Janus API request from janus.transport.http (0x7fccf8013630)
  700. Transport task pool, serving request
  701. Got multiple candidates (15)
  702. [6001061467779967] Trickle candidate (audio): candidate:1186470117 1 udp 2122265343 fd51:42f8:caae:d92e::ff 59061 typ host generation 0 ufrag aPnc network-id 2 network-cost 50
  703. [6001061467779967]  Adding remote candidate component:1 stream:1 type:host fd51:42f8:caae:d92e::ff:59061
  704. [6001061467779967]  Transport: UDP
  705. [6001061467779967] ICE already started for this component, setting candidates we have up to now
  706. [6001061467779967] ## Setting remote candidates: stream 1, component 1 (1 in the list)
  707. [6001061467779967] >> Remote Stream #1, Component #1
  708. [6001061467779967]   Address:    fd51:42f8:caae:d92e::ff:59061
  709. [6001061467779967]   Priority:   2122265343
  710. [6001061467779967]   Foundation: 1186470117
  711. [6001061467779967]   Username:   aPnc
  712. [6001061467779967]   Password:   eBQN5BuHpieOb94uQPH6B9U/
  713. [6001061467779967]  Setting remote credentials...
  714. [6001061467779967] Component state changed for component 1 in stream 1: 5 (failed)
  715. [WARN] [6001061467779967] ICE failed for component 1 in stream 1, but let's give it some time... (trickle pending, answer received, alert not set)
  716. [6001061467779967] Creating ICE state check timer with ID 4
  717. [6001061467779967] Remote candidates set!
  718. [6001061467779967] Trickle candidate (audio): candidate:2131708102 1 udp 2122194687 192.168.0.100 47975 typ host generation 0 ufrag aPnc network-id 1 network-cost 50
  719. [6001061467779967]  Adding remote candidate component:1 stream:1 type:host 192.168.0.100:47975
  720. [6001061467779967]  Transport: UDP
  721. [6001061467779967] Component state changed for component 1 in stream 1: 2 (connecting)
  722. [6001061467779967] Discovered new remote candidate for component 1 in stream 1: type=prflx
  723. [6001061467779967] Stream #1, Component #1
  724. [6001061467779967]   Address:    222.97.197.107:47975
  725. [6001061467779967]   Priority:   1853759231
  726. [6001061467779967]   Foundation: remote-1
  727. [6001061467779967] Trickle candidate (video): candidate:1186470117 1 udp 2122265343 fd51:42f8:caae:d92e::ff 53815 typ host generation 0 ufrag aPnc network-id 2 network-cost 50
  728. [6001061467779967] Got a video candidate (index 1) but we're bundling, ignoring...
  729. [6001061467779967] Trickle candidate (video): candidate:2131708102 1 udp 2122194687 192.168.0.100 59170 typ host generation 0 ufrag aPnc network-id 1 network-cost 50
  730. [6001061467779967] Got a video candidate (index 1) but we're bundling, ignoring...
  731. [6001061467779967] Trickle candidate (data): candidate:1186470117 1 udp 2122265343 fd51:42f8:caae:d92e::ff 45776 typ host generation 0 ufrag aPnc network-id 2 network-cost 50
  732. [6001061467779967] Got a data candidate (index 2) but we're bundling, ignoring...
  733. [6001061467779967] Trickle candidate (data): candidate:2131708102 1 udp 2122194687 192.168.0.100 41379 typ host generation 0 ufrag aPnc network-id 1 network-cost 50
  734. [6001061467779967] Got a data candidate (index 2) but we're bundling, ignoring...
  735. [6001061467779967] Trickle candidate (audio): candidate:138142741 1 tcp 1518285567 fd51:42f8:caae:d92e::ff 60869 typ host tcptype passive generation 0 ufrag aPnc network-id 2 network-cost 50
  736. [6001061467779967]  Adding remote candidate component:1 stream:1 type:host fd51:42f8:caae:d92e::ff:60869
  737. [6001061467779967]    Skipping unsupported transport 'tcp' for media
  738. [6001061467779967] Trickle candidate (audio): candidate:831304758 1 tcp 1518214911 192.168.0.100 45007 typ host tcptype passive generation 0 ufrag aPnc network-id 1 network-cost 50
  739. [6001061467779967]  Adding remote candidate component:1 stream:1 type:host 192.168.0.100:45007
  740. [6001061467779967]    Skipping unsupported transport 'tcp' for media
  741. [6001061467779967] Trickle candidate (video): candidate:138142741 1 tcp 1518285567 fd51:42f8:caae:d92e::ff 41325 typ host tcptype passive generation 0 ufrag aPnc network-id 2 network-cost 50
  742. [6001061467779967] Got a video candidate (index 1) but we're bundling, ignoring...
  743. [6001061467779967] Trickle candidate (audio): candidate:4266086002 1 udp 1685987071 222.97.197.107 47975 typ srflx raddr 192.168.0.100 rport 47975 generation 0 ufrag aPnc network-id 1 network-cost 50
  744. [6001061467779967]  Adding remote candidate component:1 stream:1 type:srflx 192.168.0.100:47975 --> 222.97.197.107:47975
  745. [6001061467779967]  Transport: UDP
  746. [6001061467779967] Trickle candidate (video): candidate:4266086002 1 udp 1685987071 222.97.197.107 59170 typ srflx raddr 192.168.0.100 rport 59170 generation 0 ufrag aPnc network-id 1 network-cost 50
  747. [6001061467779967] Got a video candidate (index 1) but we're bundling, ignoring...
  748. [6001061467779967] Trickle candidate (data): candidate:4266086002 1 udp 1685987071 222.97.197.107 41379 typ srflx raddr 192.168.0.100 rport 41379 generation 0 ufrag aPnc network-id 1 network-cost 50
  749. [6001061467779967] Got a data candidate (index 2) but we're bundling, ignoring...
  750. [6001061467779967] Trickle candidate (video): candidate:831304758 1 tcp 1518214911 192.168.0.100 47117 typ host tcptype passive generation 0 ufrag aPnc network-id 1 network-cost 50
  751. [6001061467779967] Got a video candidate (index 1) but we're bundling, ignoring...
  752. [6001061467779967] Trickle candidate (data): candidate:138142741 1 tcp 1518285567 fd51:42f8:caae:d92e::ff 34845 typ host tcptype passive generation 0 ufrag aPnc network-id 2 network-cost 50
  753. [6001061467779967] Got a data candidate (index 2) but we're bundling, ignoring...
  754. [6001061467779967] Trickle candidate (data): candidate:831304758 1 tcp 1518214911 192.168.0.100 46835 typ host tcptype passive generation 0 ufrag aPnc network-id 1 network-cost 50
  755. [6001061467779967] Got a data candidate (index 2) but we're bundling, ignoring...
  756. [6001061467779967] New selected pair for component 1 in stream 1: 1 <-> 4266086002
  757. [6001061467779967]   Component is ready enough, starting DTLS handshake...
  758. [6001061467779967] Creating retransmission timer with ID 6
  759. [6001061467779967] Component state changed for component 1 in stream 1: 3 (connected)
  760. [6001061467779967] ICE send thread started...
  761. [6001061467779967] DTLS established, yay!
  762. [6001061467779967] Computing sha-256 fingerprint of remote certificate...
  763. [6001061467779967] Remote fingerprint (sha-256) of the client is BA:7D:B1:A3:29:9E:BA:03:AF:B2:49:AF:B0:0F:5D:6D:04:73:97:AC:A7:D2:97:A5:05:88:07:89:2A:BC:8E:EB
  764. [6001061467779967]  Fingerprint is a match!
  765. [6001061467779967] Created inbound SRTP session for component 1 in stream 1
  766. [6001061467779967] Created outbound SRTP session for component 1 in stream 1
  767. [6001061467779967] The DTLS handshake for the component 1 in stream 1 has been completed
  768. [6001061467779967] The DTLS handshake has been completed
  769. [6001061467779967] Telling the plugin about it (JANUS VideoRoom plugin)
  770. WebRTC media is now available
  771. [6001061467779967] Sending event to transport...
  772. [6001061467779967] Started thread: setup of the SCTP association
  773. [6001061467779967] Connecting the SCTP association
  774. [6001061467779967] Starting thread for SCTP association
  775. [6001061467779967] DTLS already set up, disabling retransmission timer!
  776. [WARN] [6001061467779967] Not video and not audio? dropping (SSRC 1004700824)...
  777. Got a Janus API request from janus.transport.http (0x7fccf4013b50)
  778. Transport task pool, serving request
  779. No more remote candidates for handle 6001061467779967!
  780. Association change SCTP_COMM_UP, streams (in/out) = (1024/16), supports PR AUTH ASCONF MULTIBUF RE-CONFIG.
  781. [6001061467779967] Opened channel 'uv4l' (id=1) (0/0/0)
  782. [6001061467779967] Connected to the DataChannel peer
  783. Audio SSRC changed, 0 --> 3162368426
  784. [6001061467779967] Notifying that we are receiving audio
  785. [6001061467779967] Sending event to transport...
  786. Video SSRC changed, 0 --> 1825918950
  787. Sending REMB (rasp, 333250)
  788. [6001061467779967] Notifying that we are receiving video
  789. [6001061467779967] Sending event to transport...
  790. Sending REMB (rasp, 444333)
  791. Got a Janus API request from janus.transport.http (0x139f730)
  792. Transport task pool, serving request
  793. Got a keep-alive on session 7842439921985076
  794. Session 7842439921985076 found... returning up to 1 messages
  795. Sending REMB (rasp, 666500)
  796. Sending REMB (rasp, 1333000)
  797. Got a Janus API request from janus.transport.http (0x7fcce4001f90)
  798. Transport task pool, serving request
  799. Got a keep-alive on session 7842439921985076
  800. Session 7842439921985076 found... returning up to 1 messages
  801. [6001061467779967] ICE succeeded, disabling ICE state check timer!
  802. Got a Janus API request from janus.transport.http (0x7fccf00282d0)
  803. Transport task pool, serving request
  804. Got a keep-alive on session 7842439921985076
  805. Session 7842439921985076 found... returning up to 1 messages
  806. Got a Janus API request from janus.transport.http (0x7fccec016dd0)
  807. Transport task pool, serving request
  808. Got a keep-alive on session 7842439921985076
  809. Session 7842439921985076 found... returning up to 1 messages
  810. [6001061467779967] New selected pair for component 1 in stream 1: 1 <-> 4266086002
  811. [WARN] [6001061467779967] Not video and not audio? dropping (SSRC 1552716899)...
  812. [6001061467779967] Component state changed for component 1 in stream 1: 4 (ready)
  813. [6001061467779967] New selected pair for component 1 in stream 1: 1 <-> 4266086002
  814. [WARN] [6001061467779967] Didn't receive video for more than a second...
  815. [6001061467779967] Notifying that we are NOT receiving video
  816. [6001061467779967] Sending event to transport...
  817. [6001061467779967] Notifying that we are receiving video
  818. [6001061467779967] Sending event to transport...
  819. Got a Janus API request from janus.transport.http (0x7fccf8013630)
  820. Transport task pool, serving request
  821. Got a keep-alive on session 7842439921985076
  822. Session 7842439921985076 found... returning up to 1 messages
  823. Got a Janus API request from janus.transport.http (0x7fccf4014c30)
  824. Transport task pool, serving request
  825. Got a keep-alive on session 7842439921985076
  826. Session 7842439921985076 found... returning up to 1 messages
  827. [6001061467779967] New selected pair for component 1 in stream 1: 1 <-> 4266086002
  828. Sending REMB (rasp, 1333000)
  829. [6001061467779967] New selected pair for component 1 in stream 1: 1 <-> 4266086002
  830. [6001061467779967] New selected pair for component 1 in stream 1: 1 <-> 4266086002
  831. Sending REMB (rasp, 1333000)
  832. [6001061467779967] New selected pair for component 1 in stream 1: 1 <-> 4266086002
  833. [6001061467779967] New selected pair for component 1 in stream 1: 1 <-> 4266086002
  834. Sending REMB (rasp, 1333000)
  835. [6001061467779967] New selected pair for component 1 in stream 1: 1 <-> 4266086002
  836. [6001061467779967] New selected pair for component 1 in stream 1: 1 <-> 4266086002
  837. Sending REMB (rasp, 1333000)
  838. [6001061467779967] New selected pair for component 1 in stream 1: 1 <-> 4266086002
  839. [6001061467779967] New selected pair for component 1 in stream 1: 1 <-> 4266086002
  840. Sending REMB (rasp, 1333000)
  841. [6001061467779967] New selected pair for component 1 in stream 1: 1 <-> 4266086002
  842. [6001061467779967] New selected pair for component 1 in stream 1: 1 <-> 4266086002
  843. Sending REMB (rasp, 1333000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement