From 4162e9b2720d58df5d19a29f91d5c26034fa7aa0 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 30 Jan 2022 23:24:20 +0100 Subject: Remove dependency on sibs for building --- twitch-stream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twitch-stream.sh') diff --git a/twitch-stream.sh b/twitch-stream.sh index 325fd23..fac052b 100755 --- a/twitch-stream.sh +++ b/twitch-stream.sh @@ -1,4 +1,4 @@ #!/bin/sh [ "$#" -ne 4 ] && echo "usage: twitch-stream.sh " && exit 1 -./sibs-build/linux_x86_64/release/gpu-screen-recorder -w "$1" -c flv -f "$2" -a "$3" | ffmpeg -i pipe:0 -c:v copy -f flv -- "rtmp://live.twitch.tv/app/$4" +./gpu-screen-recorder -w "$1" -c flv -f "$2" -a "$3" | ffmpeg -i pipe:0 -c:v copy -f flv -- "rtmp://live.twitch.tv/app/$4" -- cgit v1.2.3