Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why does the terminal set up a new instance of scrcpy when I enter a command? #5937

Open
Mrzb3hav1ng opened this issue Mar 19, 2025 · 1 comment

Comments

@Mrzb3hav1ng
Copy link

Hi, I'm a little new to scrcpy and I was wondering if I set something up wrong. Every time I use the windows terminal to change a setting in scrcpy it opens a new instance of scrcpy. Has anyone had this happen or know what's going on?

@rom1v
Copy link
Collaborator

rom1v commented Mar 19, 2025

When you execute scrcpy, it's necessarily a new instance.

You can pass command line parameters on start (scrcpy --record=file.mp4 for example), to pass custom parameters to the instance you are going to launch.

You cannot dynamically change the command line parameters of an scrcpy instance. The only "dynamic changes" are provided by shortcuts (for example Alt+f switches the fullscreen mode).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants