Skip to content

Instantly share code, notes, and snippets.

@InBrewJ
Created March 3, 2023 18:39
Show Gist options
  • Save InBrewJ/8c5235beb89ab06cc7df84c0530d9c59 to your computer and use it in GitHub Desktop.
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)
# 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