aboutsummaryrefslogtreecommitdiff
path: root/voctocore/scripts/av-source-background-loop.sh
diff options
context:
space:
mode:
Diffstat (limited to 'voctocore/scripts/av-source-background-loop.sh')
-rwxr-xr-xvoctocore/scripts/av-source-background-loop.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/voctocore/scripts/av-source-background-loop.sh b/voctocore/scripts/av-source-background-loop.sh
deleted file mode 100755
index 8b16487..0000000
--- a/voctocore/scripts/av-source-background-loop.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-while true; do cat ~/bg.ts || exit 1; done |\
- ffmpeg -re -i - \
- -map 0:v \
- -c:v rawvideo \
- -f matroska \
- tcp://localhost:16000