Simple container with nginx+rtmp module that allows you to test a simple live streaming transmux scenario (RTMP -> HLS)
Simple container with nginx+rtmp module that allows you to test a simple live streaming transmux scenario (RTMP -> HLS)
Containers are not the best options to keep TCP persistent connections open forever. But this has been developed as a simple POC to see what the nginx + RTMP module can do together.
make
, or pull the container from DockerHub (docker pull jcenzano/livejob
)make run
rtmp://localhost:1935/live/streamname
(You can use wirecast, ffmpeg, etc)http://localhost:8080/hls/streamname.m3u8
THAT’S IT!!