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:
12
README.md
12
README.md
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user