tokens: fix bug w/ erroneous "time must be in future" error
(build) commit updated piper client to static assets
deps: update video.js from 7.0 to 7.3
For twitch auth integration you need to set the following in your shell's environment:
TWITCH_CLIENT_ID=<your app's client ID>
TWITCH_CLIENT_SECRET=<your app's current client secret>
Basic usage instructions:
gem install bundler
bundle install
bundle exec padrino start -h <listen IP> -p <listen port>
Admin notes:
You will need to change the config variable in public/javascripts/stream.js
to match
your environment.
You will need to setup a server which serves the HLS (HTTP Live Streaming) segments. An example stack, which has been tested w/ this software, looks something like:
nginx
HTTP server w/ the nginx-rtmp-module
ffmpeg
or OBS
work well.nginx
configuraiton