Genymobile / scrcpy

Display and control your Android device
Apache License 2.0
113.61k stars 10.82k forks source link

Use scrcpy-android port to cast from my android phone to another android device (android tv box). But using wired ethernet to achieve low latency using local network #5587

Open uNcrypt opened 1 day ago

uNcrypt commented 1 day ago

So here's what I'm trying to do:

Can i do this? If not is there any way to share my screen to tv (non mhl) Besides using hdmi to type c capture card (it gets hot and my phone is not mhl supported)

Sorry for long question. Please help

parkerlreed commented 1 day ago

scrcpy-android isn't related to this project.

You would need to enable tcpip on the phone

adb tcpip 5555

Plug the phone into the Android box and enable USB tethering (Or connect via Ethernet to an existing network)

Use the phone IP on that Ethernet/USB connection within scrcpy-android to connect.

parkerlreed commented 1 day ago

There's also Tango which can talk to it via USB in the browser (or wired/wireless with their desktop companion application) https://app.tangoapp.dev/

uNcrypt commented 1 day ago

Hey, thanks for replying, i tried to use usb connection and i already turn on the usb debugging and using my charging usb cable to plug in on the port usb on android box. And i plus the type c end on my phone but it just charge. Doesn't show any usb debugging option. Should i use spesific cable?

As for the ethernet can i use my phone network, i dont have wifi. Does this achieve the desired outcome of sharing my screen to my android box which connects my tv? With minimal delay compared to wireless connection? Does this action consume mobile data internet or does it run on local network? Thank u

Monu-debug commented 7 hours ago

I have the same issue,did you find something?