scrcpy icon indicating copy to clipboard operation
scrcpy copied to clipboard

Adding a server interface library (API) for clients, "no debugging" option

Open unique-EJ opened this issue 2 years ago • 1 comments

  • [x] I have checked that a similar feature request does not already exist.

Is your feature request related to a problem? Please describe.

Need to understand some C language code if I wanted to help with the development, making alternative UI client.

Describe the solution you'd like

  • A server application programming interface - messages, video stream...

  • Not to use developer options (adb debugging): (Wi-Fi) connection to server device IP port ??

Describe alternatives you've considered (A clear and concise description of any alternative solutions or features you've considered.)

Additional context (Add any other context or screenshots about the feature request here.)

unique-EJ avatar Feb 10 '23 09:02 unique-EJ

@AlynxZhou Yes, mirroring without adb is currently not a goal. It would require the server to be installed as an app, and use the MediaProjection API (with confirmation from the user to capture the screen every time).

Install an app maybe not so bad because we could then integrate sndcpy.

Originally posted by @AlynxZhou in https://github.com/Genymobile/scrcpy/issues/2653#issuecomment-925624754

or make a Bluetooth sound (audio) tool repository to help do this, install software - Linux (Pulseaudio).

unique-EJ avatar Feb 10 '23 23:02 unique-EJ