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