From 061f885fc6e5d3a4f44e52dfb398dc7829c4479a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 24 Jul 2022 18:21:21 +0200 Subject: Add info about flatpak --- 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 28d0eb1..12928c9 100755 --- a/twitch-stream.sh +++ b/twitch-stream.sh @@ -2,4 +2,4 @@ [ "$#" -ne 3 ] && echo "usage: twitch-stream.sh " && 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" -- cgit v1.2.3