RTMP-Server - since v4.0 with Alpine Linux and latest version from Nginx
1.8K
For amd64 systems: docker run -d --name rtmp-server --restart always -p 8090:80 -p 1935:1935 gwalexofficial/rtmp-server:latest
For arm64 systems: docker run -d --name rtmp-server --restart always -p 8090:80 -p 1935:1935 gwalexofficial/rtmp-server:latest-arm64
Stream-URL: rtmp://ip:1935/publish/{live}
Watch-URL: rtmp://ip:1935/publish/{live}
Stats-URL: http://ip:8090/stats
{live} is your streamkey, that can be anything
wget https://raw.githubusercontent.com/GwalexOfficial/rtmp-server-docker/main/Dockerfile
Build Image: docker build --no-cache -t rtmp-server .
Run Container: docker run -d --name rtmp-server --restart always -p 8090:80 -p 1935:1935 rtmp-server
GitHub: https://github.com/GwalexOfficial/rtmp-server-docker
Content type
Image
Digest
sha256:d89c3e555…
Size
8.8 MB
Last updated
over 1 year ago
docker pull gwalexofficial/rtmp-server