aboutsummaryrefslogtreecommitdiff
path: root/twitch-stream.sh
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-07-24 18:21:21 +0200
committerdec05eba <dec05eba@protonmail.com>2022-07-24 18:21:21 +0200
commit061f885fc6e5d3a4f44e52dfb398dc7829c4479a (patch)
treeca7058bf395cd695a501a56d5a690666c31bd875 /twitch-stream.sh
parentbe69d51f25189dba52f0c0d97906e9d1af3986fd (diff)
Add info about flatpak
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"