Skip to content

therysin/rtmpserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Very light image.

Based on:

rtmp-server-module commit 2fb11df (aprrox March 2024) (https://github.com/arut/nginx-rtmp-module)
nginx 1.26.1
alpine 3.20

Example Compose Usage:

version: '3.7'

services:
  rtmpserver:
    image:  ghcr.io/therysin/rtmpserver/rtmp:latest
    container_name: rtmpserver
    restart: unless-stopped
    ports:
      - 1935:1935

Access your stream:

rtmp://<serverIP>:1935/live/<streamkey>

About

Minimal RTMP server on nginx (alpine based)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages