Ansible repo for digital ocean projects
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627
  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. }