formatting
This commit is contained in:
@@ -186,7 +186,7 @@ For the 'bookworm' version of Raspberry OS usig rpicam-vid with the silent audio
|
|||||||
### Setup a systemd service for a non-stop streaming
|
### Setup a systemd service for a non-stop streaming
|
||||||
Adapt VIDEO_BITRATE="3500000" to your max network upload speed
|
Adapt VIDEO_BITRATE="3500000" to your max network upload speed
|
||||||
```
|
```
|
||||||
sudo tee /etc/systemd/system/webcam-streamer.service <<EOF
|
sudo nano /etc/systemd/system/webcam-streamer.service
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Webcam Streamer service
|
Description=Webcam Streamer service
|
||||||
Requires=network-online.target
|
Requires=network-online.target
|
||||||
@@ -225,7 +225,6 @@ SyslogIdentifier=webcam-streamer
|
|||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
EOF
|
|
||||||
```
|
```
|
||||||
Reload systemd manager configuration
|
Reload systemd manager configuration
|
||||||
`sudo systemctl daemon-reload`
|
`sudo systemctl daemon-reload`
|
||||||
|
|||||||
Reference in New Issue
Block a user