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
tar -xzf pi_webrtc-v1.0.5_MQTT_raspios-bookworm-arm64.tar.gz
63
71
```
64
72
65
73
### 4. Setup MQTT
66
74
67
75
An MQTT server is required for communication between devices. For remote access, free cloud options include [HiveMQ](https://www.hivemq.com) and [EMQX](https://www.emqx.com/en).
68
-
> [!TIP]
69
-
> **Is MQTT registration necessary, and why is MQTT needed?**<br/>
76
+
77
+
<details>
78
+
<summary>
79
+
<b>💡 Is MQTT registration necessary, and why is MQTT needed?</b>
80
+
</summary>
81
+
70
82
> MQTT is one option for signaling P2P connection information between your camera and the client UI. WHEP, on the other hand, runs an HTTP service locally and does not require a third-party server. It is only suitable for devices with a public hostname. If you choose to self-host an MQTT server (e.g., [Mosquitto](doc/SETUP_MOSQUITTO.md)) and need to access the signaling server remotely via mobile data, you may need to set up DDNS, port forwarding, and SSL/TLS.
71
83
84
+
</details>
85
+
72
86
## Running the Application
73
87
74
-
* Set up the MQTT settings on your [Pi Camera App](https://github.com/TzuHuanTai/Pi-Camera) or [Pi Camera Web](https://picamera.live), and create a new device in the settings to get a `UID`.
88
+
* Set up the MQTT settings on your [Pi Camera App](https://github.com/TzuHuanTai/Pi-Camera-App) or [Pi Camera Web](https://picamera.live), and create a new device in the **Settings** page to get a `UID`.
75
89
* Run the command based on your network settings and `UID` on the Raspberry Pi:
0 commit comments