mirror of
https://github.com/AkiChase/scrcpy-mask
synced 2025-04-11 06:54:03 +08:00
doc(README): update
This commit is contained in:
parent
8228ffd39b
commit
c76a62eb7f
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -2,7 +2,6 @@
|
||||
name: Bug report
|
||||
about: Create a report to help us improve
|
||||
title: "[BUG] XXX"
|
||||
labels: bug
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
1
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -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
13
.github/ISSUE_TEMPLATE/questiom.md
vendored
Normal 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.
|
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user