Replies: 1 comment
-
|
TCP over WebSocket is a non-standard connection method, and noVNC's websockify-js implementation is buggy on connection detection (the WebSocket connection always successes but then closed if upstream TCP socket fails), so we don't support it now. We have helper methods and documentations on how to implement a WebSocket connection yourself: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently facing a technical issue that needs to be resolved: After upgrading the device system to Android 15, the original WebSocket connection method based on scrcpy version 0.0.21 has caused an inability to screen mirroring. Attempting to update the scrcpy package to version 3.3.3 failed to resolve the issue. I am now planning to upgrade scrcpy to the latest version (2.1.1+), but I have found that a similar WebSocket connection method as in version 0.0.21 cannot be found in the new version. Although it has been confirmed that TCP connections can be used, there are differences between it and the WebSocket connection method in version 0.0.21.
Beta Was this translation helpful? Give feedback.
All reactions