add GStreamer helper scripts
This commit is contained in:
9
scripts/start_stream.sh
Executable file
9
scripts/start_stream.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
# Quick start script - starts streaming with default pipeline
|
||||
|
||||
SOCKET="/tmp/vizion_control.sock"
|
||||
|
||||
echo "Starting stream with default pipeline (videoconvert ! autovideosink)..."
|
||||
echo '{"command":"start_stream"}' | socat - UNIX-CONNECT:$SOCKET
|
||||
|
||||
echo "Stream started. Use stop_stream.sh to stop."
|
||||
Reference in New Issue
Block a user