Skip to content

DavidBindloss/nginx-rtmp-ffmpeg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NGINX w/ RTMP Streaming & FFMPEG

CircleCI Docker Stars Docker Pulls

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 @ david_bindloss/nginx-rtmp-ffmpeg

If you have any issues, please raise them as a 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

Small alpine based docker container for rtmp nginx streaming with ffmpeg baked in.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published