Ansible repo for digital ocean projects
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

28 lignes
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. }