Sign inSign up

gwalexofficial/rtmp-server

By gwalexofficial

Updated over 1 year ago

RTMP-Server - since v4.0 with Alpine Linux and latest version from Nginx

Image
0

1.8K

gwalexofficial/rtmp-server repository overview

RTMP-Server for Docker

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

Since v4.0 it use Alpine instead of Debian for better performance

Usage:

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

Build Docker Image self:

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

Tag summary

Content type

Image

Digest

sha256:d89c3e555

Size

8.8 MB

Last updated

over 1 year ago

docker pull gwalexofficial/rtmp-server