Skip to content

Instantly share code, notes, and snippets.

@eugenelee0420
Last active August 5, 2018 10:00
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 eugenelee0420/6a26bc08268b6893cd77ad11e5c41a3f to your computer and use it in GitHub Desktop.
Save eugenelee0420/6a26bc08268b6893cd77ad11e5c41a3f to your computer and use it in GitHub Desktop.
Cast android screen to computer using adb, then display using ffplay
adb shell screenrecord --size=1280x720 --output-format=h264 --bit-rate=16m - | ffplay -framedrop -framerate 60 -bufsize 16M -probesize 16M -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment