sahilchaddha / node-rtsp-recorder

Records and saves RTSP Video Streams
66 stars 29 forks source link

Using User and Password over the ip camera #8

Open rodrigogiraudo opened 5 years ago

rodrigogiraudo commented 5 years ago

I am trying to connect to my camera buy it needs username and password and there is no place to add them. I have checked the model for the recorder and I see these info is not contemplated. Anyone coult bypass this?

av01d commented 5 years ago
var rec = new Recorder({
   url: 'rtsp://user:password@192.168.1.5:554/h264Preview_01_sub'
   ...
});