Ansible repo for digital ocean projects
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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