動作
Feature #87
已結束
SC
SC
Run multiple mount points on Icecast2 with MPD/MPC
Feature #87:
Run multiple mount points on Icecast2 with MPD/MPC
動作
是由 Sashiba Chou 於 超過 4 年 前加入. 於 超過 4 年 前更新.
port "6600"
audio_output{
...
port "8000"
...
}
port "6601"
audio_output{
...
port "8000"
...
}
sudo mpd --no-daemon --stdout --verbose &
sudo mpd --no-daemon --stdout --verbose &
mpc -h localhost -p 6600 play
mpc -h localhost -p 6601 play