Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evilfreelancer/docker-nginx-rtmp

Docker image with Nginx+RTMP inside (Debian Stretch based)
https://github.com/evilfreelancer/docker-nginx-rtmp

configuration docker ffmpeg nginx rtmp streaming

Last synced: 6 days ago
JSON representation

Docker image with Nginx+RTMP inside (Debian Stretch based)

Awesome Lists containing this project

README

        

# Nginx RTMP server

Debian Stretch based container of Nginx streaming server with RTMP patch.

## Parameters of Nginx

List of parameters:

Path prefix: "/opt/nginx"
Binary file: "/opt/nginx/sbin/nginx"
Modules path: "/opt/nginx/modules"
Configuration prefix: "/opt/nginx/etc"
Configuration file: "/opt/nginx/etc/nginx.conf"
Pid file: "/opt/nginx/logs/nginx.pid"
Error log file: "/opt/nginx/logs/error.log"
Http access log file: "/opt/nginx/logs/access.log"

## Example of docker-compose.yml

mysql:
image: evilfreelancer/nginx-rtmp:latest
ports:
- "80:80"
- "1935:1935"
volumes:
- ./configs:/opt/nginx/etc
- ./logs:/opt/nginx/logs

# Links

* https://nginx.org/download/
* https://github.com/arut/nginx-rtmp-module
* https://ffmpeg.org/releases/