Skip to content

RoblabWh/nginx-rtmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

docker build -t nginx-rtmp .

Running

Run server on native ports and with the option to store vods permanently on the host

docker run --rm --net=host [-v /PATH/TO/VOD:/vod] nginx-rtmp

Run server with port mapping and permanent vod option

docker run --rm -p [HOST_IP:]HOST_PORT:80 -p [HOST_IP:]HOST_PORT:1935 [-v /PATH/TO/VOD:/vod] nginx-rtmp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages