Files
multistream/README.md
2022-02-05 21:50:42 -05:00

880 B

Release Publish Release

Multistream

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!