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
| ''' | |
| Connect to an existing, ADB forwarded Android "scrcpy" session | |
| and pipe the video stream into FFPlay | |
| https://github.com/Genymobile/scrcpy/ | |
| ''' | |
| import socket | |
| import struct | |
| import sys |