We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
after successful starting the frontend , no stream (any decoder) is starting Listening on: http://xyz:8000 http://[xxx:xx:xxxx:xxxx:xxx]:8000 http://xx.xx.xx.xx:8000 http://[::1]:8000 http://127.0.0.1:8000 [xx.xx.xx.xx:5555] failed to spawn adb process spawn adb ENOENT Error: spawn adb ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19) at onErrorNT (internal/child_process.js:469:16) at processTicksAndRejections (internal/process/task_queues.js:84:21) [xx.xx.xx.xx:5555] adb process (-s xx.xx.xx.xx:5555 shell CLASSPATH=/data/local/tmp/scrcpy-server.jar nohup app_process / com.genymobile.scrcpy.Server 1.16-ws1 ERROR 0 8000000 60 -1 false - false true 0 false false - web 8886 2>&1 > /dev/null) exited with code -4058 [xx.xx.xx.xx:5555] error: failed to start server
http://127.0.0.1:8000/#!action=stream&udid=xx.xx.xx.xx%3A5555&decoder=broadway&ip=xx.xx.xx.xx&port=8886
Do you have any suggestions?
Thanks
The text was updated successfully, but these errors were encountered:
Are you sure adb is available in the $PATH?
adb
Sorry, something went wrong.
scrcpy-win64-v1.16 includes adb.exe, but this project does not. Preferable way to get it is to install android platform tools.
scrcpy-win64-v1.16
adb.exe
Thanks, that helped
Merge pull request NetrisTV#44 from HardBoiledSmith/DEV-14062
7528afb
DEV-14062 [라미엘] iOS 도입 - 라미엘 안드로이드와 화면과 동작 일치시키기
No branches or pull requests
Hi,
after successful starting the frontend , no stream (any decoder) is starting
Listening on: http://xyz:8000 http://[xxx:xx:xxxx:xxxx:xxx]:8000 http://xx.xx.xx.xx:8000 http://[::1]:8000 http://127.0.0.1:8000
[xx.xx.xx.xx:5555] failed to spawn adb process spawn adb ENOENT
Error: spawn adb ENOENT
at Process.ChildProcess._handle.onexit (internal/child_process.js:267:19)
at onErrorNT (internal/child_process.js:469:16)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
[xx.xx.xx.xx:5555] adb process (-s xx.xx.xx.xx:5555 shell CLASSPATH=/data/local/tmp/scrcpy-server.jar nohup app_process / com.genymobile.scrcpy.Server 1.16-ws1 ERROR 0 8000000 60 -1 false - false true 0 false false - web 8886 2>&1 > /dev/null) exited with code -4058
[xx.xx.xx.xx:5555] error: failed to start server
http://127.0.0.1:8000/#!action=stream&udid=xx.xx.xx.xx%3A5555&decoder=broadway&ip=xx.xx.xx.xx&port=8886
Do you have any suggestions?
Thanks
The text was updated successfully, but these errors were encountered: