Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/evilfreelancer/docker-nginx-rtmp
- Owner: EvilFreelancer
- License: mit
- Created: 2018-02-08T17:08:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T17:10:15.000Z (about 7 years ago)
- Last Synced: 2024-12-17T06:43:44.848Z (2 months ago)
- Topics: configuration, docker, ffmpeg, nginx, rtmp, streaming
- Language: XSLT
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/