Skip to content

henrikmaa/nginx-rtmp-raspi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

page title tags date
Nginx build with RTMP module for Raspberry Pi
nginx raspberry pi
2018-11-10

Overview

Builds nginx from source in a Docker container for running RTMP server with HLS

Usage

Build image with build.sh

Run Docker container with image nginx-rtmp-raspi and ports 8080 and 1935 published.

docker run -d --name nginx-rtmp -P 8080:8080 -P 1935:1935 nginx-rtmp-raspi

Run the ffmpeg service on the host to forward video to nginx. Currently in as an upstart service, but easy to update for systemd or other process manager.

Refs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 73.4%
  • HTML 23.8%
  • Shell 2.8%