Skip to content

Instantly share code, notes, and snippets.

@otivedani
Created November 5, 2021 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save otivedani/ddd02fb2973d1f780f110169bbfc2e15 to your computer and use it in GitHub Desktop.
Save otivedani/ddd02fb2973d1f780f110169bbfc2e15 to your computer and use it in GitHub Desktop.
Raspberry Pi Browser Remote
# change username address of your raspi
ssh -t -L 9222:localhost:9222 ubuntu@192.168.1.101 \
chromium --headless --remote-debugging-port=9222 --use-fake-ui-for-media-stream https://webcamtests.com
# open localhost:9222 on local computer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment