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