You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build the scrcpy and get the /x/app/scrcpy.exe,but I cant run it successful if dont use ./run x
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
The text was updated successfully, but these errors were encountered:
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.
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)
I build the scrcpy and get the /x/app/scrcpy.exe,but I cant run it successful if dont use ./run x
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
The text was updated successfully, but these errors were encountered: