Skip to content

Instantly share code, notes, and snippets.

@guilhermecomum
Last active August 8, 2019 09:40
Show Gist options
  • Save guilhermecomum/b3ac69aec7500e10fed449e02e9c87a0 to your computer and use it in GitHub Desktop.
Save guilhermecomum/b3ac69aec7500e10fed449e02e9c87a0 to your computer and use it in GitHub Desktop.
Android screen mirroring
# Source: https://knowitlabs.no/mirroring-your-android-display-to-mac-or-linux-20b2a7043f85
adb shell "while true; do screenrecord --output-format=h264 -; done" | ffplay -framerate 60 -probesize 32 -sync video -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment