Skip to content

LLiuHuan/nginx-http-flv-module-docker

Repository files navigation

Introduce

The official image of nginx-http-flv-module is four years ago, so the project needs to get the latest version.

  1. This project uses the latest version of nginx-http-flv-module. The current version is 1.2.11
  2. Both rtmp and http nginx parsing is stream, which can be modified if necessary.

Use

  1. Run container
    docker run --name flv -p 31935:1935 -p 39000:9000 -itd lliuhuan/nginx-http-flv-module
  2. Using OBS and other software to push streams
Server: rtmp://127.0.0.1:31935/stream
Secret Key: t55

image
3. Play using IINA or other HTTP video playback tools
http://127.0.0.1:39000/stream?app=stream&stream=t55 image

Build images by workflow

Automatically execute workflow, build Docker image, and upload Docker Hub when push tag is v*

1. Add secrets in this repo:

  1. Add your Docker account and password in the settings -> secrets
DOCKER_USERNAME is your Docker account
ACCESS_TOKEN is your Docker password

2. Push tag about v*

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages