Skip to content

Latest commit

 

History

History
78 lines (54 loc) · 1.67 KB

README.md

File metadata and controls

78 lines (54 loc) · 1.67 KB

Nginx

Dockerized Nginx Server with the nginx-rtmp-module

Docker Hub : garychen/nginx

Qeek version use Qeek-dev's nginx-rtmp-module support bitrate information Qeek-dev's nginx-rtmp-module

Nginx version history

Build

# build base on alpine
make alpine

# alpine-qeek version
make alpine-qeek

# build alpine-qeek support ffmpeg intel hardware acceleration
make alpine-qeek-ffmpeg

# Build All 
make

Run Nginx Server

# run alpine image
make alpine-run 

# run alpine-qeek image
make alpine-qeek-run

# run alpine-qeek image
make alpine-qeek-ffmpeg-run

Container Control

Note: alpine no bash

# exec into container
make bash

# stop container
make stop

Image Size

Docker Hub : garychen/nginx

FFmpeg Dependency

Contributing

Contributions are most welcome!