diff options
Diffstat (limited to 'voctocore')
-rwxr-xr-x | voctocore/scripts/av-source-background-loop.sh | 6 |
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 |