Advertisement
metalx1000

Stream Android screen over SSH

Feb 27th, 2023
1,707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | None | 0 0
  1. #start sshd in termux on rooted device,
  2. #then connect to the device from a Desktop machine like this:
  3. ssh <ip address> -p8022 "sudo screenrecord --output-format=h264 -"| ffplay - 2>/dev/null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement