A Python script that allows you to authenticate RTMP publishers in nginx-rtmp-module.
- Build NGINX with nginx-rtmp-module and see the example conf for how to setup authentication with the script.
- Install dependencies:
pip3 install -r requirements.txt
- Edit config.ini with general settings, then edit authentication.json with your applications and stream names (also called stream keys)
- Run with
sudo python3 rtmpauth.py
(sudo not needed if you are using a port number over 1000)
If you need help, just open a new issue and describe with as much detail as possible the issue you are having. We will get back to you as soon as possible.