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