https://github.com/numberoverzero/docker-nginx-rtmp
https://github.com/numberoverzero/docker-nginx-rtmp
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/numberoverzero/docker-nginx-rtmp
- Owner: numberoverzero
- License: mit
- Created: 2023-09-26T21:42:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-27T08:06:26.000Z (almost 2 years ago)
- Last Synced: 2025-02-08T09:12:16.154Z (5 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-nginx-rtmp
This is a pair of small, simple docker images that can be used to stand up
an [rtmp](https://en.wikipedia.org/wiki/Real-Time_Messaging_Protocol) server
with authentication.Authentication is simple but cryptographically sound: any events
(publish, play) that you choose to authenticate must include an access key
in the query string. You can provide an access key when starting the image,
or it will generate a cryptographically random one for you.# How do I use it?
For an example of a setup that authenticates on publish but allows anyone
to play streams, see the `demo/` directory.