ovenemprex/example/ome_access_control.conf
Trysdyn Black 4c2c82cfc3 Add access key gating to incoming streams
For the moment this is a singleton. One access key will let you stream
to any app or stream key. It's denoted in the form of appending a GET
parameter to the URL like `?access_key=foobarbaz`

This at least means someone who knows the stream URL (frex to view it)
won't also be able to stream.
2025-02-16 17:06:35 -08:00

6 lines
255 B
Text

[Service]
# This is an access key you wish to require in all inbound streams. This must
# be provided as a GET parameter "access_key". For example:
# rtmp://example.org/app/stream?access_key=loginkeyhere
Environment="OVENMONITOR_ACCESS_KEY=loginkeyhere"