mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-02-03 13:21:49 +02:00
add microphone.m3u
This commit is contained in:
parent
31ce33b440
commit
a372c25017
@ -55,5 +55,6 @@ Streaming port: 8800
|
||||
- <https://wiki.archlinux.org/index.php/Music_Player_Daemon/Tips_and_tricks>
|
||||
- <https://wiki.archlinux.org/index.php/Streaming_With_Icecast>
|
||||
- <https://stmllr.net/blog/streaming-audio-with-mpd-and-icecast2-on-raspberry-pi/>
|
||||
- <https://www.musicpd.org/doc/user/input_plugins.html>
|
||||
|
||||
[1]: https://www.musicpd.org/
|
||||
|
@ -10,6 +10,10 @@ input {
|
||||
plugin "curl"
|
||||
}
|
||||
|
||||
input {
|
||||
plugin "alsa"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "alsa"
|
||||
name "Default Audio Device"
|
||||
|
@ -10,6 +10,10 @@ input {
|
||||
plugin "curl"
|
||||
}
|
||||
|
||||
input {
|
||||
plugin "alsa"
|
||||
}
|
||||
|
||||
audio_output {
|
||||
type "alsa"
|
||||
name "Default Audio Device"
|
||||
|
3
mpd/playlists/microphone.m3u
Normal file
3
mpd/playlists/microphone.m3u
Normal file
@ -0,0 +1,3 @@
|
||||
#EXTM3U
|
||||
#EXTINF:-1,microphone
|
||||
alsa://plughw:1,0
|
Loading…
x
Reference in New Issue
Block a user