This repository is a docker-based RTMP server.
It is based on alqutami/rtmp-hls and 簡単ストリーミング中継サーバの作り方. Special thanks for the two projects.
git clone https://github.com/TechnoTUT/rtmp-live-server.git
cd rtmp-live-server
docker-compose up -d
Connect to rtmp://<server-ip-address>/live
with OBS or other streaming software.
Set the stream key to test
and start streaming.
Open http://<server-ip-address>:8080/players/hls.html
in your browser.