Skip to content

A playground for testing different capabilities of scrcpy

License

Notifications You must be signed in to change notification settings

jonathanlee06/scrcpy-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

scrcpy-playground

A playground for testing different capabilities of scrcpy

1. multi-window scrcpy

By default scrcpy supports launching multiple instances of scrcpy window by specifiying the device serial from adb devices command. However, it lacks the convenience of a simple command, which it requires you to check for the devices serial you want to mirror and enter the command one-by-one. Therefore, I've written a simple shell script to simplify the process. Check out the code here:

while read sn device; do
    scrcpy -s $sn &
done < <(adb devices | sed '1d')

Check out the file here

More to come...


:octocat: Author

Jonathan Lee

📑 Licenses

This project is licensed under the MIT license. See the LICENSE file for more info.

About

A playground for testing different capabilities of scrcpy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages