Skip to content

Instantly share code, notes, and snippets.

@cubapp
Created March 12, 2019 11:03
Show Gist options
  • Save cubapp/96243ebf19c8a64aa09b91d5333d1820 to your computer and use it in GitHub Desktop.
Save cubapp/96243ebf19c8a64aa09b91d5333d1820 to your computer and use it in GitHub Desktop.
ADB way to cast screen from Android device to ffplay
adb devices
echo "Wait at least 10secs and use the Android screen"
adb shell screenrecord --output-format=h264 - | ffplay -probesize 1M -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment