Skip to content

ljstadler/nginx-rtmp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nginx-rtmp-docker

Docker image for NGINX compiled with nginx-http-flv-module

Usage

  • docker run -d --name nginx-rtmp -p 1935:1935 ghcr.io/ljstadler/nginx-rtmp-docker
  • Broadcasting URL: rtmp://{HOST}:{PORT}/stream
  • Viewing URL: rtmp://{HOST}:{PORT}/stream/{KEY}

Modifying nginx.conf

  • Create an nginx.conf file
  • Mount /usr/local/nginx/conf/nginx.conf:
    docker run -d --name nginx-rtmp -p 1935:1935 -v ./nginx.conf:/usr/local/nginx/conf/nginx.conf ghcr.io/ljstadler/nginx-rtmp-docker

About

Docker image for NGINX compiled with nginx-http-flv-module

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 3

  •  
  •  
  •