doc(README): update

This commit is contained in:
AkiChase 2025-03-10 16:43:29 +08:00
parent 8228ffd39b
commit c76a62eb7f
4 changed files with 14 additions and 3 deletions

View File

@ -2,7 +2,6 @@
name: Bug report
about: Create a report to help us improve
title: "[BUG] XXX"
labels: bug
assignees: ''
---

View File

@ -2,7 +2,6 @@
name: Feature request
about: Suggest an idea for this project
title: "[Feature] XXX"
labels: enhancement
assignees: ''
---

13
.github/ISSUE_TEMPLATE/questiom.md vendored Normal file
View File

@ -0,0 +1,13 @@
---
name: Question
about: Ask a question about scrcpy-mask
title: "[Question] XXX"
assignees: ''
---
**Describe the Question**
A clear and concise description of what the bug is.
**Additional context**
Add any other context about the problem here.

View File

@ -10,7 +10,7 @@ I express my deep respect and gratitude to the developers of the Scrcpy project.
Because screen mirroring may involve latency and blurriness issues, this project takes a different approach by directly abandoning screen mirroring and instead using a transparent mask to display the content behind the window (which can be AVD, low-latency screen mirroring provided by your phone manufacturers, etc.), Completely eliminates the problem of poor screen casting experience inherent in Scrcpy.
**If you really need screen mirroring and don't mind the latency and performance issues,** you can use the Android app [ScreenStream](https://github.com/dkrivoruchko/ScreenStream) for LAN screen mirroring. Scrcpy MAsk has been adapted to work with ScreenStream since version `v0.5.0`. While its performance may leave something to be desired, it is ready to use out of the box.
**If you really need screen mirroring and don't mind the latency and performance issues,** you can use the Android app [ScreenStream](https://github.com/dkrivoruchko/ScreenStream) for LAN screen mirroring. Scrcpy Mask has been adapted to work with ScreenStream since version `v0.5.0`. While its performance may leave something to be desired, it is ready to use out of the box.
Furthermore, to better support interaction between Scrcpy Mask and Android devices, I have made some modifications to the scrcpy-server, leading to the creation of a separate branch project called [scrcpy-mask-server](https://github.com/AkiChase/scrcpy-mask-server).