iizukanao / node-rtsp-rtmp-server

RTSP/RTMP/HTTP hybrid server
MIT License
1.09k stars 282 forks source link

Authentication RTMP / RTSP #140

Open pharmacapaul opened 4 years ago

pharmacapaul commented 4 years ago

Hi, is it possible to use username and password for RTMP stream input? I tried to uncomment the Authentication in server.coffee but it did not work.

I need to secure RTMP input ... can you help me?!

btw - thanks for the great tool ;)

ijustwant commented 4 years ago

Following thread

pharmacapaul commented 4 years ago

would be awesome to have a something like this "Implement Basic auth for RTSP" for RTMP input.

so that I can use rtmp://USERNAME:PASSWORD@IP:PORT/live/streamname for input and clients connecting.. THANKS in advance!