Sign inSign up

aevumdecessus/docker-nginx-rtmp

By aevumdecessus

•Updated over 10 years ago

Build the docker-nginx-rtmp image directly from source

Image
4

1.4K

aevumdecessus/docker-nginx-rtmp repository overview

#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

Tag summary

Content type

Image

Digest

sha256:403d19227…

Size

192.5 MB

Last updated

over 10 years ago

docker pull aevumdecessus/docker-nginx-rtmp