Skip to content

AevumDecessus/docker-nginx-rtmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#docker-nginx-rtmp Automatically pulls nginx and the nginx-rtmp plugin from source and compiles them together into a simple to use Docker file.

Usage with docker-compose:

stream:
  image: aevumdecessus/docker-nginx-rtmp
  hostname: rtmp-stream
  volumes:
    - ./src/nginx.conf:/config/nginx.conf
    - ./recordings:/recordings
  ports:
    - "1935:1935"

Where ./src/nginx.conf is a custom nginx config for your server (exclude if you want to use the builtin one) and ./recordings is a directory with chmod 777 so that the rtmp server's stream recordings are output into a persistent directory outside the container

About

Docker container for nginx/rtmp streams

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages