scrcpy
scrcpy copied to clipboard
Does scrcpy have some kind of api?
Hi, I want to write my application using scrcpy as a basis, is there an api through some protocol? For example a socket or other network protocol
There is no libscrcpy, but you can use the server only and write your own client. However, there is absolutely no guarantee of protocol stability (it is an internal protocol for scrcpy and may change at any time).
I have to document how to use the server somewhere, but you can get an example here (based on scrcpy v1.25).