Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/numberoverzero/docker-nginx-rtmp
https://github.com/numberoverzero/docker-nginx-rtmp
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/numberoverzero/docker-nginx-rtmp
- Owner: numberoverzero
- License: mit
- Created: 2023-09-26T21:42:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T08:06:26.000Z (about 1 year ago)
- Last Synced: 2024-10-07T09:06:40.961Z (about 1 month 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.