TareqAlqutami / rtmp-hls-server

a docker file to create a streaming server that supports RTMP, HLS and DASH content based on nginx and nginx-rtmp-module.
MIT License
402 stars 193 forks source link

how to enable user pass for OBS? #36

Closed siavashfazli closed 2 years ago

siavashfazli commented 2 years ago

Hi dear! I need to set a user pass for my specific stream key to restrict others to access my stream key. How can I enable authorization??

TareqAlqutami commented 2 years ago

Hello @siavashfazli , I think stream auth doesn't come natively with rtmp module. It requires an additional package to do it. I never used it myself but here are some packages that can be added to do the job:

siavashfazli commented 2 years ago

@TareqAlqutami Thank you, I'll check them.