Sign inSign up

ngrie/nginx-rtmp

By ngrie

Updated over 6 years ago

Image
1

1.6K

ngrie/nginx-rtmp repository overview

nginx-rtmp-docker

A docker image running NGINX with the nginx-http-flv-module (which includes the nginx-rtmp-module).

Git repository: https://github.com/ngrie/nginx-rtmp-docker
Docker image: https://hub.docker.com/r/ngrie/nginx-rtmp

Usage

docker run -d -p 1935:1935 ngrie/nginx-rtmp
Use a custom NGINX configuration

The (basic) default configuration can be found here. It can be overridden like this:

docker run -d -p 1935:1935 -v /path/to/nginx.conf:/etc/nginx/nginx.conf ngrie/nginx-rtmp

Tag summary

Content type

Image

Digest

Size

13.8 MB

Last updated

over 6 years ago

docker pull ngrie/nginx-rtmp