This commit is contained in:
Martin Selbmann 2020-09-22 21:54:49 +02:00
parent 5050163fa7
commit e3e3061529
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
folder="/mnt/video"
player="cvlc"
playerparam="--play-and-exit --quiet --no-osd -A=alsa --alsa-output-device=hw:2"
playerparam="--play-and-exit --quiet --no-osd -A alsa --alsa-output-device hw:2"
pgrepplayer="vlc"
swupgpio=23

View File

@ -6,7 +6,7 @@ swupgpio=23
swdowngpio=25
player="cvlc"
playerparam="--play-and-exit --quiet --no-osd -A=alsa --alsa-audio-device=hw:2"
playerparam="--play-and-exit --quiet --no-osd -A alsa --alsa-audio-device hw:2"
pgrepplayer="vlc"
cmdgpio="$(command -v gpio)"