2023-06-06 16:33:42 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2023-06-09 18:44:47 +02:00
|
|
|
source .env
|
|
|
|
|
|
|
|
# Inicializiraj kamero
|
|
|
|
url="$VIR/cm?cmnd=WcInit"
|
|
|
|
curl "$url"
|
|
|
|
|
2023-06-06 16:33:42 +02:00
|
|
|
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
|
|
|
|
cd $SCRIPT_DIR/mjpeg-relay
|
|
|
|
python2 relay.py http://localhost:8989/stream
|