-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid all viewers gaining access to stream key? #654
Comments
You should use authentication |
I've looked at the authentication section of the docs: https://github.com/illuspas/Node-Media-Server?tab=readme-ov-file#authentication I can't really make sense of what they're trying to explain here, perhaps some translation issue or something. In the end it suggests that a final request URL of e.g. Does this mean that the streamer would still provide a stream key which ends up being their stream name? but the URL that each streamer enters into the |
is this saying that for each streamer, they would have a unique URL that they stream to which would include a hash of the above where |
Whenever a user streams they provide a stream key which ends up being the stream name and whenever someone consumes a stream, they make a request to a URL which includes this stream name. Meaning any viewer has access to any streamers stream key and could hijack the stream.
How are we supposed to tackle this?
e.g.
rtmp://mydomain.com/live
and stream key:mysecretkey
mysecretkey.flv
The text was updated successfully, but these errors were encountered: