1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-07-03 09:02:47 +02:00

Debian Buster package versions are recent enough

This commit is contained in:
Alexandre Iooss
2020-09-14 13:15:47 +02:00
parent ed85463187
commit fb45045f36
4 changed files with 16 additions and 8 deletions

View File

@ -69,3 +69,15 @@ sudo make install
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`.
### Ghostreamer web server
It's WIP.
```
sudo apt install python3-ldap python3-flask
python3 -m venv venv --system-site-packages
source venv/bin/activate
pip install -e .
FLASK_APP=/home/erdnaxe/ghostreamer/ghostream flask run
```