Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
7fa1dd16c8 | |||
24dba4e485 |
34
README.md
34
README.md
@ -1 +1,33 @@
|
|||||||
# Multistream
|

|
||||||
|
[](https://github.com/meteoritesolutions/multistream/actions/workflows/release.yaml)
|
||||||
|
|
||||||
|
# Multistream
|
||||||
|
|
||||||
|
Multistream is an application primarily used for allowing users to stream to multiple platforms at once.
|
||||||
|
|
||||||
|
## Requirements
|
||||||
|
|
||||||
|
- Python 3.9+
|
||||||
|
|
||||||
|
- [NGINX](https://nginx.org/) 1.19+
|
||||||
|
|
||||||
|
- [NGINX RTMP Module](https://github.com/arut/nginx-rtmp-module)
|
||||||
|
|
||||||
|
## Installing
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install multistream
|
||||||
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Once installed, you can run Multistream with the `multistream` command!
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# 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!
|
||||||
|
Reference in New Issue
Block a user