GithubHelp home page GithubHelp logo

maquinas07 / alpine-nginx-rtmp Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 2.0 4 KB

Docker image based on Alpine with Nginx compiled from source with the nginx-rtmp-module for live streaming.

Home Page: https://hub.docker.com/r/maquinas07/alpine-nginx-rtmp

License: MIT License

Dockerfile 100.00%
docker nginx-rtmp live-streaming rtmp obs-studio stream server alpine docker-image stream-key

alpine-nginx-rtmp's Introduction

alpine-nginx-rtmp

Dockerfile with minimal install of NGINX and nginx-rtmp-module built on Alpine Linux.

  • NGINX - 1.19.3 Latest release
  • nginx-rtmp-module - 1.2.1 Latest release

Docker Pulls Build Status

Usage

  • Pull docker image and run
docker pull maquinas07/alpine-nginx-rtmp
docker run -p 1935:1935 --rm maquinas07/alpine-nginx-rtmp

For OBS streaming

  • Service: Custom...
  • Server: rtmp://localhost:1935/stream
  • Stream Key: whatever (can be empty)

How to watch the stream

For low latency reproduction you can use FFplay:

ffplay -fflags nobuffer rtmp://localhost:1935/stream/whatever

If the Stream Key is empty then just delete the last path of the URL (I.E. rtmp://localhost:1935/stream)

VLC can also stream RTMP, just add the URL as network media.

For transcoding using ffmpeg

Check out alfg/docker-nginx-rtmp

alpine-nginx-rtmp's People

Contributors

maquinas07 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

alpine-nginx-rtmp's Issues

h.265 support?

tried to stream using h.265 but the stream is all black... does this support h.265 at all?

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.