Webpage where you can configure a delay for any YouTube stream, and it will automatically maintain it. It solves the skipping problem when because of network lag a stream with delay goes to LIVE, and as a result, participants miss this skipped fragment.
Here you can monitor multiple YouTube, JW, Facebook, and other live broadcasts simultaneously.
It provides usefull features:
Because of the CORS policy, we can’t access the videos with JavaScript directly. That’s why a Chrome Extension is required to enable VU meters, lowest quality selection, and other features.
During live translations, we sometimes use multiple vMix systems. This web interface allows us to control multiple vMix systems in a master-slave relationship and much more.
This repo contains the server and dev configs like prettier for the sub-repos.
Clone this repo if you want to contribute to any of the projects.
$ git clone --recurse-submodules git@github.com:live-miracles/live-miracles.github.io.git
$ make # will start the server at port 3000
Adding new repo:
$ git submodule add git@github.com:live-miracles/other-repo.git path/inside/your/repo
Formatting code:
$ make pretty # Format all files
$ make pretty DIR=vmix-master # format files in a specific folder