mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-23 01:32:19 +00:00
20 lines
602 B
Markdown
20 lines
602 B
Markdown
|
# Ghostream
|
||
|
|
||
|
*Boooo!* A simple streaming server with authentication and open-source technologies.
|
||
|
|
||
|
![logo](doc/ghostream.svg)
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
### NGINX
|
||
|
|
||
|
Copy [60-ghostream.conf module](doc/nginx/modules-available/60-ghostream.conf) to `/etc/nginx/modules-available/60-ghostream.conf`.
|
||
|
|
||
|
Copy [ghostream site](doc/nginx/sites-available/ghostream) to `/etc/nginx/sites-available/ghostream`.
|
||
|
|
||
|
### OvenMediaEngine
|
||
|
|
||
|
Copy [Server.xml](doc/ovenmediaengine/conf/Server.xml) to `/usr/share/ovenmediaengine/conf/Server.xml`.
|
||
|
|
||
|
Now enable and start OvenMediaEngine, `sudo systemctl enable --now ovenmediaengine`.
|