xori / bootler

A discord bot, written in javascript.
GNU General Public License v3.0
0 stars 2 forks source link

Add nginix rtsp stream repeater #9

Open xori opened 8 years ago

xori commented 8 years ago

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"

xori commented 8 years ago

https://github.com/iizukanao/node-rtsp-rtmp-server

and maybe offer an OBS config file for download to match the video/audio settings https://github.com/iizukanao/node-rtsp-rtmp-server/blob/master/config.coffee

Bootler help me with livestreaming (DM the config file url and generate a stream key) Bootler livestream me (generate a stream key)