Ansible repo for digital ocean projects
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

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