Last active
July 16, 2019 14:33
-
-
Save scorpp/454304ca6c88d7e30697 to your computer and use it in GitHub Desktop.
Revisions
-
scorpp revised this gist
Oct 21, 2015 . 1 changed file with 9 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,9 @@ docker run --rm -ti \ --device=/dev/snd/controlC0 --device=/dev/snd/pcmC0D0p --device=/dev/sndpcmC0D1p --device=/dev/snd/timer \ -p 4713:4713 \ rpi-deb-pulse \ /bin/bash -c "groupadd --gid $(ls -l /dev/snd/controlC0 | cut -d' ' -f4 | xargs getent group | cut -d: -f3) alsadev \ && gpasswd -a pulse alsadev \ && pulseaudio --system --high-priority --no-cpu-limit -v \ -L 'module-alsa-sink device=hw:0,0' \ -L 'module-native-protocol-tcp auth-ip-acl=10.2.0.0/24'" -
scorpp created this gist
Oct 21, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ docker run --rm -ti --device=/dev/snd/controlC0 --device=/dev/snd/pcmC0D0p --device=/dev/sndpcmC0D1p --device=/dev/snd/timer -p 4713:4713 rpi-deb-pulse /bin/bash -c "groupadd --gid $(ls -l /dev/snd/controlC0 | cut -d' ' -f4 | xargs getent group | cut -d: -f3) alsadev && gpasswd -a pulse alsadev && pulseaudio --system --high-priority --no-cpu-limit -v -L 'module-alsa-sink device=hw:0,0' -L 'module-native-protocol-tcp auth-ip-acl=10.2.0.0/24'"