File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -58,15 +58,17 @@ Use the [Raspberry Pi Imager](https://www.raspberrypi.com/software/) to install
5858### 2. Install Dependencies
5959
6060``` bash
61+ sudo apt update
62+ sudo apt full-upgrade
6163sudo apt install libmosquitto1 pulseaudio libavformat59 libswscale6
6264```
6365
6466### 3. Download & Unpack
6567
6668Prepare the binary file from [ Releases] ( https://github.com/TzuHuanTai/RaspberryPi_WebRTC/releases ) .
6769``` bash
68- wget https://github.com/TzuHuanTai/RaspberryPi_WebRTC/releases/latest/download/pi_webrtc-v1.0.6-rc.1_MQTT_raspios -bookworm-arm64.tar.gz
69- tar -xzf pi_webrtc-v1.0.6-rc.1_MQTT_raspios -bookworm-arm64.tar.gz
70+ wget https://github.com/TzuHuanTai/RaspberryPi_WebRTC/releases/latest/download/pi_webrtc-v1.0.6-rc.2_raspios -bookworm-arm64.tar.gz
71+ tar -xzf pi_webrtc-v1.0.6-rc.2_raspios -bookworm-arm64.tar.gz
7072```
7173
7274### 4. Set Up MQTT
You can’t perform that action at this time.
0 commit comments