Code Monkey home page Code Monkey logo

nginx-rtmp's Introduction

Docker RTMP server

Prereqs

In order to run the image, Docker is reqiured.

Setup

There are two ways of downloading the images.

Recommended build: the easiest way is to pull it directly from docker hub by running:
docker pull aweponken/nginx-rtmp

Manual build: if you want to build it yourself you can clone the GitHub repo and then build the docker by running the following commands:

  • git clone https://github.com/Aweponken/nginx-rtmp.git
  • cd nginx-rtmp
  • docker build -t aweponken/nginx-rtmp .

Configurations

This image exposes port 1935 for RTMP streams and has 1 channel open: "live". The configuration file can be found in /usr/local/nginx/conf/nginx.conf

Running

To run the container and bind port 1935 and 5001 to the host machine; run the following:
docker run -p 1935:1935 -p 5001:80 -d aweponken/nginx-rtmp

Check that nginx is running by hitting http://localhost:5001 in a browser.

OBS Configuration

Under broadcast settings, set the follwing parameters:

Streaming Service: Custom
Server: rtmp://<your server ip>/live
Play Path/Stream Key: test

Watching the steam

In your favorite RTMP video player connect to the stream using the URL:

rtmp://<your server ip>/live/test

Credits

Big thanks to:

nginx-rtmp's People

Contributors

aweponken avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

nginx-rtmp's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.