kyriesent / node-rtsp-stream

Stream any RTSP stream and output to websocket for consumption by jsmpeg (https://github.com/phoboslab/jsmpeg). HTML5 streaming video! Requires ffmpeg.
MIT License
451 stars 166 forks source link

Does this module support RTSP authorization verification? #38

Closed xiaojinhe2 closed 5 years ago

xiaojinhe2 commented 5 years ago

Some cameras' RTSPs require authorization to access them. Now this module seems to be not authorized to access RTSP.

kyriesent commented 5 years ago

I think you can do this in the rtsp:// url.

https://stackoverflow.com/questions/27223873/set-username-password-in-rtsp-url#46825436

kyriesent commented 5 years ago

This is really a question about ffmpeg, not this module.