-
-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Description
Hello, thank you for creating this app. By the way, sorry for my bad English.
Previously, I would like to ask about scrcpy without an ADB connection. I have shell (user 2000) access via SSH network, with the following ID :
uid=2000(shell) gid=2000(shell) groups=2000(shell),1004(input),1007(log),1011(adb),1015(sdcard_rw),1028(sdcard_r),1078(ext_data_rw),1079(ext_obb_rw),3001(net_bt_admin),3002(net_bt),3003(inet),3006(net_bw_stats),3009(readproc),3011(uhid),3012(readtracefs) context=u:r:shell:s0
Then, what I want to ask is whether the scrcpy-server can be run manually with a command like this :
sh -c "CLASSPATH=/data/local/tmp/main2.jar app_process / com.genymobile.scrcpy.Server 3.1 scid=659d9ece log_level=info audio=false"
And then, can the image or video stream data be transferred using a listening port other than ADB port, such as busybox httpd or nginx web server, and so on (with netowrk connection)? If that is not possible, is it theoretically feasible?
Thank you.
