webcam-stream.sh: use bitreich broker and make executable - brcon2024-hackathon… | |
git clone git://bitreich.org/brcon2024-hackathons git://enlrupgkhuxnvlhsf6lc3fz… | |
Log | |
Files | |
Refs | |
Tags | |
Submodules | |
--- | |
commit 43a951bcfbd4fcba0fe11067fe1ac6b733b38b8d | |
parent 932a9e54c46a99dfc83084646972f171d1648b44 | |
Author: Anders Damsgaard <[email protected]> | |
Date: Sat, 24 Aug 2024 20:00:31 +0200 | |
webcam-stream.sh: use bitreich broker and make executable | |
Signed-off-by: Christoph Lohmann <[email protected]> | |
Diffstat: | |
M mqtt/webcam-stream.sh | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/mqtt/webcam-stream.sh b/mqtt/webcam-stream.sh | |
@@ -4,7 +4,7 @@ | |
# ffmpeg | |
# imcat: https://github.com/stolk/imcat | |
# mosquitto_pub: https://github.com/eclipse/mosquitto | |
-uri="${MQTT_URI:-mqtt://bitreich:[email protected]:65431/}" | |
+uri="${MQTT_URI:-mqtts://bitreich:oogui3queex&[email protected]/}" | |
topic="${MQTT_TOPIC:-faces/$USER}" | |
sleep="${CAM_INTERVAL:-10}" | |
device="${1:-video0}" |