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
{{ message }}
This repository was archived by the owner on Feb 16, 2025. It is now read-only.
As of rpi-connect and rpi-connect-lite 2.4.0, rpi-connect doctor will
now include checks for screen sharing support as well as connectivity
testing. Document these extra checks and suggest its use if screen
sharing is unexpectedly unavailable.
If Connect states that screen sharing is unavailable, it cannot connect to the dedicated Connect WayVNC service.
38
+
If Connect states that screen sharing is unavailable, one or more requirements for screen sharing support are not met. To help debug the problem, `rpi-connect` and `rpi-connect-lite` include the `rpi-connect doctor` to command to identify any issues with screen sharing.
39
39
40
-
To find out more about the cause of the issue, run the following commands to check the status of the Connect WayVNC service:
If the service fails to start or doesn't exist, ensure that your environment meets the following criteria:
@@ -63,7 +96,6 @@ For screen sharing, Connect can only share an existing graphical desktop session
63
96
64
97
Connect usually communicates between devices without requiring changes to your network or firewall. However, especially restrictive networks can sometimes block Connect communication. To help debug problems with such networks, `rpi-connect` and `rpi-connect-lite` include the `rpi-connect doctor` command. `rpi-connect doctor` runs a series of tests to check that Connect communication functions properly on your network.
65
98
66
-
67
99
To run these tests on your device, run the following command:
68
100
69
101
[source,console]
@@ -74,6 +106,9 @@ $ rpi-connect doctor
74
106
If Connect can communicate properly on your network, you should see output similar to the following:
75
107
76
108
----
109
+
Screen sharing is supported by this version of rpi-connect
0 commit comments