then give Bootler the controls to redirect it to Twitch.
Bootler point the camera to [my_stream_key]
Bootler go offline
and when it's not redirecting to Twitch, we could still access it via discord.verworn.ca/stream/user to watch other people with low latency. Something that other stream providers don't do.
Example ffmpeg command to provide low latency on windows.
./ffmpeg -f dshow -i video="screen-capture-recorder" -s 1280x720 -r 20 -rtbufsize 1500M -c:v libx264 -preset veryfast -tune zerolatency -pix_fmt yuv444p -x264opts crf=25:vbv-maxrate=1000:vbv-bufsize=50:intra-refresh=1:slice-max-size=1500:keyint=30:ref=1 -f mpegts "rtmp://nginix:1234/app/live/keeeey"
then give Bootler the controls to redirect it to Twitch.
and when it's not redirecting to Twitch, we could still access it via discord.verworn.ca/stream/user to watch other people with low latency. Something that other stream providers don't do.
Example ffmpeg command to provide low latency on windows.