Simple frontend for OvenMediaEngine, using flask
- Install FFMPEG for your respective platform. This will likely be in your repositories on Linux. On Windows, download it from the website and put
ffmpeg.exein the Floonder directory - Download rtsp-simple-server for your respective platform
- Extract and configure. The only 100% required change is to enable the
apioption toyes. - Install the Python dependencies. The simplest way is to execute this command:
pip install --user flask passlib. - Set up
config.py. Renameconfig.template.pytoconfig.pyand set the values as commented. - Run
python3 app.py