Ansible repo for digital ocean projects
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

28 righe
361 B

  1. Server side /etc/mpd.conf:
  2. audio_output {
  3. type "httpd" name "My HTTP Stream"
  4. encoder "vorbis" # optional, vorbis or lame
  5. port "8000" #
  6. bind_to_address "your-server-IP-addr-here" # optional, IPv4 or IPv6
  7. quality "5.0" # do not define if bitrate is d$
  8. always_on "yes"
  9. tags "yes"
  10. format "44100:16:1"
  11. max_clients "0" # optional 0=no limit
  12. }