Advertisement
Guest User

Untitled

a guest
Jul 8th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. [MurmurVoice]
  2. ; New voice daemon which will do speaker indication,
  3. ; positional voice, and high quality audio codec. Host voice on the
  4. ; same server, or use Glacier2 to proxy the insecure ICE protocol.
  5. enabled = true
  6.  
  7. ; Hostname to send the user
  8. murmur_host = <murmur-ip>
  9.  
  10. ; Server identifier (normally 1)
  11. murmur_sid = 1
  12.  
  13. ; Endpoint to system running mumble
  14. murmur_ice = tcp -h 127.0.0.1 -p 6502
  15.  
  16. ; Endpoint to this system (not needed for glacier2)
  17. murmur_ice_cb= tcp -h 127.0.0.1 -p 6503
  18.  
  19. ; Parent channel name to use
  20. channel_name = <channel-name> must be the same as the region name
  21.  
  22. ; Enable use of glacier2 (ignore murmur_ice_cb if false)
  23. glacier = true
  24.  
  25. ; the following parameters are only used when working with Glacier 2
  26. ; Glacier proxy
  27. glacier_ice = Glacier2/router:tcp -p 4063 -h <murmur-ip>
  28.  
  29. ; Glacier session user
  30. glacier_user = <glacier2-user-name>
  31.  
  32. ; Glacier session password
  33. glacier_pass = <glacier2-password>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement