tiangolo / nginx-rtmp-docker

Docker image with Nginx using the nginx-rtmp-module module for live multimedia (video) streaming.
MIT License
1.1k stars 366 forks source link

limit the diffusion via the stream keys #8

Closed fabb24 closed 4 years ago

fabb24 commented 5 years ago

Hello, Thank you for this work! It works perfectly and I love it.

However, is it possible to allow broadcasting only at certain stream keys to prevent anyone from broadcasting on the server?

If so, how can this be achieved? thank you

tiangolo commented 4 years ago

Thanks for your patience.

I don't think that's possible directly with the rtmp module, you can check more on the official site: https://github.com/arut/nginx-rtmp-module

The way I would solve it would be to add a layer on top that lets some streams coming in but not others, I'm not really sure what would be the correct technological stack to do it though.

github-actions[bot] commented 4 years ago

Assuming the original issue was solved, it will be automatically closed now. But feel free to add more comments or create new issues.

valerio-bozzolan commented 3 years ago

I think this should be re-opened, since it's a killer feature.