Skip to content

DvdGiessen/nginx-rtmp-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nginx-rtmp-docker

Dockerfile for building lightweight nginx + rtmp module for replicating streams

docker pulls docker image size

Usage

How to run the server

docker run -dp 1935:1935 dvdgiessen/nginx-rtmp-docker

How to stream to the server

Set OBS up with the following settings:

  • Go to Settings > Stream.
  • Fill out the following settings:
    • Stream Type: Custom Streaming Server.
    • URL: rtmp://localhost:1935/live. Replace localhost with the IP of where the server is running.
    • Stream key: my-stream-key. This can be anything you want.

How to view the stream

Using VLC:

  • Go to Media > Open Network Stream.
  • Enter the following URL: rtmp://localhost:1935/live/my-stream-key. Replace localhost with the IP of where the server is running, and my-stream-key with the stream key you used when setting up the stream.
  • Click Play.

More info

Docker Hub: https://hub.docker.com/r/dvdgiessen/nginx-rtmp-docker/

About

Dockerfile for building lightweight nginx + rtmp module for replicating streams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published