Skip to content

lavvy/nginx-rtmp-ffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGINX with RTMP Streaming Module & FFMPEG

Build Status

A simple easy to use all-in-one box for creating a streaming RTMP server.

This project is on the Docker Hub @ dbindloss/nginx-rtmp-ffmpeg, and on GitHub @ DavidBindloss/nginx-rtmp-ffmpeg

If you have any issues, please raise them as a GitHub tracked issue., I don't check the comments on Docker Hub.

Installation

First pull the docker image

docker pull dbindloss/nginx-rtmp-ffmpeg

Then to run

docker run dbindloss/nginx-rtmp-ffmpeg

The nginx config file is located at /etc/nginx/nginx.conf so if you want to override it with your own you can either write your own Dockerfile

FROM dbindloss/nginx-rtmp-ffmpeg

COPY nginx.conf /etc/nginx/nginx.conf

Or you can volume mount a new nginx configuration file from the command line

docker run -v nginx.conf:/etc/nginx/nginx.conf dbindloss/nginx-rtmp-ffmpeg

The basic nginx.conf doesn't allow you to do all that much. Some other nginx config examples can be found in the examples directory.

About

A dockerfile for Nginx RTMP & FFMPEG.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages