diff options
Diffstat (limited to 'voctocore/scripts')
-rwxr-xr-x | voctocore/scripts/set-stream-blank-nostream.sh | 2 | ||||
-rwxr-xr-x | voctocore/scripts/set-stream-blank-pause.sh | 2 | ||||
-rwxr-xr-x | voctocore/scripts/set-stream-live.sh | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/voctocore/scripts/set-stream-blank-nostream.sh b/voctocore/scripts/set-stream-blank-nostream.sh new file mode 100755 index 0000000..abdab4b --- /dev/null +++ b/voctocore/scripts/set-stream-blank-nostream.sh @@ -0,0 +1,2 @@ +#!/bin/sh +echo set_stream_blank nostream | nc -q0 localhost 9999 diff --git a/voctocore/scripts/set-stream-blank-pause.sh b/voctocore/scripts/set-stream-blank-pause.sh new file mode 100755 index 0000000..abf3580 --- /dev/null +++ b/voctocore/scripts/set-stream-blank-pause.sh @@ -0,0 +1,2 @@ +#!/bin/sh +echo set_stream_blank pause | nc -q0 localhost 9999 diff --git a/voctocore/scripts/set-stream-live.sh b/voctocore/scripts/set-stream-live.sh new file mode 100755 index 0000000..e2584c8 --- /dev/null +++ b/voctocore/scripts/set-stream-live.sh @@ -0,0 +1,2 @@ +#!/bin/sh +echo set_stream_live | nc -q0 localhost 9999 |