Skip to content

GwalexOfficial/rtmp-server-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Docker Hub: https://hub.docker.com/r/gwalexofficial/rtmp-server

About

RTMP-Server - since v4.0 with Alpine Linux and Nginx 1.26.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages