Multistream is an application primarily used for allowing users to stream to multiple platforms at once.
.github/workflows | ||
config | ||
multistream | ||
.gitignore | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
requirements.txt | ||
setup.py |
Multistream
Multistream is an application primarily used for allowing users to stream to multiple platforms at once.
Requirements
-
Python 3.9+
-
NGINX 1.19+
Installing
pip install multistream
Usage
Once installed, you can run Multistream with the multistream
command!
# Set directory in which generated config will be placed
export NGINX_CONFIG_DIRECTORY="/etc/nginx/conf.d/"
multistream
If everything is configured properly, you'll have a RTMP
server running on 127.0.0.1
. You can set your streaming software to point at rtmp://127.0.0.1/livestream
and go LIVE!