From f7f8ef174760d94088878ccf9db4fcada3c2aaf0 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 29 Aug 2020 07:30:43 +0200 Subject: Add script for streaming while saving a local copy of the video --- twitch-stream-local-copy.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 twitch-stream-local-copy.sh (limited to 'twitch-stream-local-copy.sh') diff --git a/twitch-stream-local-copy.sh b/twitch-stream-local-copy.sh new file mode 100755 index 0000000..8101bbc --- /dev/null +++ b/twitch-stream-local-copy.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +# Stream on twitch while also saving the video to disk locally + +[ "$#" -ne 5 ] && echo "usage: twitch-stream-local-copy.sh " && exit 1 +./sibs-build/linux_x86_64/release/gpu-screen-recorder -w "$1" -c flv -f "$2" -a "$3" | tee -- "$5" | ffmpeg -i pipe:0 -c:v copy -f flv -- "rtmp://live.twitch.tv/app/$4" -- cgit v1.2.3