Created
March 12, 2019 11:03
-
-
Save cubapp/96243ebf19c8a64aa09b91d5333d1820 to your computer and use it in GitHub Desktop.
ADB way to cast screen from Android device to ffplay
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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