multistream/README.md
2022-02-05 21:51:14 -05:00

986 B

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!