scrcpy icon indicating copy to clipboard operation
scrcpy copied to clipboard

Using ScreenEncoder separately

Open LxzBUG opened this issue 3 years ago • 1 comments

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

Is your feature request related to a problem? Please describe. I want to use the ScreenEncoder file separately, to capture and encode the screen video stream in an Android project, transmit it through our own service, and display it. However, I don't know how to fill in these parameters, and I'm not sure if I can do it.

Describe the solution you'd like I want to use the screen capturing and encoding feature inside ScreenEncoder separately, and obtain the output stream.

Describe alternatives you've considered I have tried using ScreenEncoder separately, but I couldn't find where some of the default parameters are located.

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

LxzBUG avatar Mar 06 '23 06:03 LxzBUG

Reference this #2971 .

nnnpa31 avatar Mar 07 '23 07:03 nnnpa31