Guest User

Untitled

a guest
Nov 20th, 2018
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.70 KB | None | 0 0
  1. diff --git a/opt/janus/etc/janus/janus.cfg b/home/atoppi/src/janus-gateway/conf/janus.cfg.sample
  2. index 43571c8d..5f663438 100644
  3. --- a/opt/janus/etc/janus/janus.cfg
  4. +++ b/home/atoppi/src/janus-gateway/conf/janus.cfg.sample
  5. @@ -16,8 +16,8 @@ events_folder = /opt/janus/lib/janus/events                   ; Event handlers folder
  6.  ;pid_file = /path/to/janus.pid         ; PID file to create when Janus has been
  7.                                                                         ; started, and to destroy at shutdown
  8.  ;interface = 1.2.3.4           ; Interface to use (will be used in SDP)
  9. -debug_level = 5                                ; Debug/logging level, valid values are 0-7
  10. -debug_timestamps = yes         ; Whether to show a timestamp for each log line
  11. +debug_level = 4                                ; Debug/logging level, valid values are 0-7
  12. +;debug_timestamps = yes                ; Whether to show a timestamp for each log line
  13.  ;debug_colors = no                     ; Whether colors should be disabled in the log
  14.  ;debug_locks = yes                     ; Whether to enable debugging of locks (very verbose!)
  15.  ;api_secret = janusrocks               ; String that all Janus requests must contain
  16. @@ -120,7 +120,7 @@ cert_key = /opt/janus/share/janus/certs/mycert.key
  17.  [media]
  18.  ;ipv6 = true
  19.  ;max_nack_queue = 500
  20. -rfc_4588 = yes
  21. +;rfc_4588 = yes
  22.  ;rtp_port_range = 20000-40000
  23.  ;dtls_mtu = 1200
  24.  ;no_media_timer = 1
  25. @@ -144,7 +144,7 @@ rfc_4588 = yes
  26.  ; be used for gathering candidates, and enable or disable the
  27.  ; internal libnice debugging, if needed.
  28.  [nat]
  29. -stun_server = stun.voip.eutelia.it
  30. +;stun_server = stun.voip.eutelia.it
  31.  ;stun_port = 3478
  32.  nice_debug = false
  33.  ;full_trickle = true
Advertisement
Add Comment
Please, Sign In to add comment