add GStreamer helper scripts
This commit is contained in:
7
scripts/stop_stream.sh
Executable file
7
scripts/stop_stream.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
# Stop streaming
|
||||
|
||||
SOCKET="/tmp/vizion_control.sock"
|
||||
|
||||
echo "Stopping stream..."
|
||||
echo '{"command":"stop_stream"}' | socat - UNIX-CONNECT:$SOCKET
|
||||
Reference in New Issue
Block a user