illuspas / Node-Media-Server

A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
https://www.npmjs.com/package/node-media-server
MIT License
5.9k stars 1.51k forks source link

Is there a way to change the way stream keys are authenticated? #532

Closed ex-nix closed 1 year ago

ex-nix commented 2 years ago

I need to make sure that only one person is able to stream to a given stream name, and making the stream key the same as the stream name works against this. Where in the code or in the configuration do I go to change the way stream keys are used to authenticate the user?