Skip to content

IRLToolkit/nginx-rtmp-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-rtmp-auth

A Python script that allows you to authenticate RTMP publishers in nginx-rtmp-module.

Usage:

  • 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)

Getting Help:

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.

IRLTookit Links

About

Authenticate your incoming RTMP connections with an easy to use script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages