aboutsummaryrefslogtreecommitdiff
path: root/twitch-stream.sh
diff options
context:
space:
mode:
Diffstat (limited to 'twitch-stream.sh')
-rwxr-xr-xtwitch-stream.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/twitch-stream.sh b/twitch-stream.sh
index 28d0eb1..12928c9 100755
--- a/twitch-stream.sh
+++ b/twitch-stream.sh
@@ -2,4 +2,4 @@
[ "$#" -ne 3 ] && echo "usage: twitch-stream.sh <window_id> <fps> <livestream_key>" && exit 1
active_sink="$(pactl get-default-sink).monitor"
-./gpu-screen-recorder -w "$1" -c flv -f "$2" -a "$active_sink" | ffmpeg -i pipe:0 -c:v copy -f flv -- "rtmp://live.twitch.tv/app/$3"
+./gpu-screen-recorder -w "$1" -c flv -f "$2" -a "$active_sink" "rtmp://live.twitch.tv/app/$3"