Skip to content

Instantly share code, notes, and snippets.

@dbrownidau
Last active September 5, 2018 12:00
Show Gist options
  • Save dbrownidau/de1948a1ec959197a9c51518b2a99ecf to your computer and use it in GitHub Desktop.
Save dbrownidau/de1948a1ec959197a9c51518b2a99ecf to your computer and use it in GitHub Desktop.
Run chrome on a VFB with VNC from headless chrome casting
Xvfb -screen 0 1920x1080x24 &
x11vnc -forever -display :0 &
export DISPLAY=:0
chromium &
#loopback audio for uh... purposes
modprobe snd-aloop
usermod -a G audio <user>
aplay -L #find the audio device
#set your application to list on X loopback device
aplay -D hw:2,0,0 play.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment