NetrisTV / ws-scrcpy

Web client prototype for scrcpy.
MIT License
1.6k stars 315 forks source link

How can i use one device to control all device? #266

Open tiennguyen12g opened 1 year ago

tiennguyen12g commented 1 year ago

Hello everyone, if you have experience with this case, please give me some solution.

Question:

  1. How can i use one device to control all device? ex: I watch Tiktok video, when i scroll to next video or increase/decrease volume, i want other devices do the same thing.
  2. Does the ws-scrcpy project provide the ability to show all devices in a single web window? Thank all you. Hope to see your help
  3. How to make the web auto display new device when we connect device to computer via usb cable?
drauggres commented 1 year ago
  1. Not without modifications. Input events are sent ontly to a specific device.
  2. No. But it's relatively easy to implement.
  3. It already works automatically. And there is no need to forward ports manually. Something is wrong with your build.
tiennguyen12g commented 1 year ago
  1. Not without modifications. Input events are sent ontly to a specific device.
  2. No. But it's relatively easy to implement.
  3. It already works automatically. And there is no need to forward ports manually. Something is wrong with your build.

Thank bro. I will try...

ganzi01234 commented 2 months ago

Has implemented this function? We are currently researching how to implement this feature