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

how to run the build scrcpy #4683

Open
tingfengwanxiao opened this issue Feb 19, 2024 · 2 comments
Open

how to run the build scrcpy #4683

tingfengwanxiao opened this issue Feb 19, 2024 · 2 comments

Comments

@tingfengwanxiao
Copy link

I build the scrcpy and get the /x/app/scrcpy.exe,but I cant run it successful if dont use ./run x
image

1.How can I use this build version like release version by only run scrcpy.exe will work
2.How can I add arg and run in build version like --Nr file.mp4

@rom1v
Copy link
Collaborator

rom1v commented Feb 19, 2024

How can I use this build version like release version by only run scrcpy.exe will work

./run just set some environment variables to find the icon and the scrcpy-server.
To create a standalone release, you must put all these files and the dll in the same folder.

See the release script.

How can I add arg and run in build version like --Nr file.mp4

./run x -Nr file.mp4

@tingfengwanxiao
Copy link
Author

ok,this solved,thank you.but when I Build everything from sources and I run it ,find problem
INFO: Renderer: direct3d
ERROR: Demuxer 'audio': stream disabled due to connection error
I find it same to #4656 ,I can't replace scrcpy-server you provide simply because I wan't change som file in server and compile myself scrcpy-server,so How can I do to compile it sucessful to run.(PS:I needn't audio,can forbid it and only use video)

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