Created
March 3, 2023 18:39
-
-
Save InBrewJ/8c5235beb89ab06cc7df84c0530d9c59 to your computer and use it in GitHub Desktop.
Run LushRooms Pi (32 bit, VLC version) in docker with working sound (only jack tested)
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 characters
# devices / volumes inspired by: | |
# https://github.com/scottsideleau/docker-vlc | |
PORT=80 | |
sudo docker run -it --rm --network host -p $PORT:$PORT \ | |
--env PORT=$PORT \ | |
-v $HOME/.pulse:/home/vlc/.pulse:rw \ | |
-v /dev/shm:/dev/shm \ | |
-v /dev/snd:/dev/snd \ | |
-v /var/lib/dbus:/var/lib/dbus \ | |
-v /media/usb:/media/usb \ | |
--privileged \ | |
--device /dev/vchiq:/dev/vchiq \ | |
lushroom-player-rpi4.32bit:latest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment