diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-03-31 23:37:39 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-06-21 14:40:36 +0200 |
commit | e223556b5de2b7eebd995ac61ddd99a3b1f1ac6d (patch) | |
tree | a276c9e1de879ea56f85813d41c6950de8525218 /twitch-stream.sh | |
parent | 19dfa524d4bd2963531868c141af635fe31c3efd (diff) |
Rename to gpu screen recorder
Diffstat (limited to 'twitch-stream.sh')
-rwxr-xr-x | twitch-stream.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twitch-stream.sh b/twitch-stream.sh index 3c10544..d4da530 100755 --- a/twitch-stream.sh +++ b/twitch-stream.sh @@ -1,4 +1,4 @@ #!/bin/sh [ "$#" -ne 3 ] && echo "usage: twitch-stream.sh <window_id> <fps> <livestream_key>" && exit 1 -sibs build --release && ./sibs-build/linux_x86_64/release/hardware-screen-recorder "$1" h264 "$2" | ffmpeg -i pipe:0 -c:v copy -f flv "rtmp://live.twitch.tv/app/$3" +sibs build --release && ./sibs-build/linux_x86_64/release/gpu-screen-recorder "$1" h264 "$2" | ffmpeg -i pipe:0 -c:v copy -f flv "rtmp://live.twitch.tv/app/$3" |