scrcpy
scrcpy copied to clipboard
adb specifies the IP address and port to output video data
Hello Is there a way to directly throw the source video data of H264 to the designated tcp server if it is not forwarded through adb? When starting with adb, pass to the specified tcp server IP and port, I want to embed this into my own project But there is no way to use adb forwarding, can directly specify the IP and port If the link is successful, start throwing data Throw it to the link if it is unsuccessful and try repeatedly Can this be achieved at present? The device already has root access Thank you