Multistream is an application primarily used for allowing users to stream to multiple platforms at once.
Go to file
2022-02-05 21:51:14 -05:00
.github/workflows Improve CI/CD 2022-02-05 21:15:49 -05:00
config Initial commit 2022-02-05 21:04:18 -05:00
multistream Initial commit 2022-02-05 21:04:18 -05:00
.gitignore Initial commit 2022-02-05 21:04:18 -05:00
Dockerfile Initial commit 2022-02-05 21:04:18 -05:00
LICENSE Initial commit 2022-02-05 21:04:18 -05:00
Makefile Initial commit 2022-02-05 21:04:18 -05:00
README.md Update README.md 2022-02-05 21:51:14 -05:00
requirements.txt Initial commit 2022-02-05 21:04:18 -05:00
setup.py Initial commit 2022-02-05 21:04:18 -05:00

Release Publish Release

Multistream

Multistream is an application primarily used for allowing users to stream to multiple platforms at once.

Requirements

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!