aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/twitch-stream.sh
blob: 451b9809a60975966d748c85cc17af91c28a72d2 (plain)
1
2
3
4
5
#!/bin/sh

[ "$#" -ne 3 ] && echo "usage: twitch-stream.sh <window_id> <fps> <livestream_key>" && exit 1
active_sink=default_output
gpu-screen-recorder -w "$1" -c flv -f "$2" -bm cbr -q 8000 -a "$active_sink" -o "rtmp://live.twitch.tv/app/$3"