SRT/SLS-Server - since v4.0 with Alpine Linux and newest SRT version
1.7K
For amd64 systems: docker run -d --name srt-server --restart always -p 8181:8181/tcp -p 8282:8282/udp gwalexofficial/srt-server:latest
For arm64 systems: docker run -d --name srt-server --restart always -p 8181:8181/tcp -p 8282:8282/udp gwalexofficial/srt-server:latest-arm64
Stream-URL: srt://ip:8282/publish/live/{stream}
Watch-URL: rtmp://ip:8282/publish/live/{stream}
Stats-URL: http://ip:8181/stats
{stream} is your streamkey, that can be anything
wget https://raw.githubusercontent.com/GwalexOfficial/srt-server-docker/main/Dockerfile
Build Image: docker build --no-cache -t srt-server .
Run Container: docker run -d --name srt-server --restart always -p 8181:8181/tcp -p 8282:8282/udp srt-server
GitHub: https://github.com/GwalexOfficial/srt-server-docker
Content type
Image
Digest
sha256:149709251…
Size
19.8 MB
Last updated
over 1 year ago
docker pull gwalexofficial/srt-server