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
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 `doctor` command. Use `rpi-connect doctor` to identify 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
110
+
✓ Wayland compositor available
111
+
✓ Screen sharing services enabled and active
77
112
✓ Communication with Raspberry Pi Connect API
78
113
✓ Authentication with Raspberry Pi Connect API
79
114
✓ Peer-to-peer connection candidate via STUN
@@ -82,8 +117,7 @@ If Connect can communicate properly on your network, you should see output simil
82
117
83
118
If Connect can't communicate properly on your network, you'll see an "x" instead of a check next to the failing test case. Ask your network administrator to enable the following connections on your network:
84
119
85
-
* unauthenticated HTTPS requests to the Raspberry Pi Connect API on port 443 of `api.connect.raspberrypi.com`
86
-
* authenticated requests to the Raspberry Pi Connect API on port 443 of `api.connect.raspberrypi.com`
120
+
* HTTPS requests to the Raspberry Pi Connect API on port 443 of `api.connect.raspberrypi.com`
87
121
* requests to Raspberry Pi Connect STUN or TURN servers on UDP port 3478 of all of the following:
0 commit comments