Merge branch 'dev' into 'dev'
Remote ONVIF Control See merge request Shinobi-Systems/Shinobi!226install-with-shinobicctv-user-instead-of-root
commit
7387866aee
|
@ -9,7 +9,7 @@ module.exports = function(s,config,lang,app,io){
|
|||
const controlURLOptions = s.cameraControlOptionsFromUrl(controlBaseUrl,monitorConfig)
|
||||
//create onvif connection
|
||||
const device = new onvif.OnvifDevice({
|
||||
xaddr : 'http://' + controlURLOptions.host + ':' + controlURLOptions.port + '/onvif/device_service',
|
||||
address : controlURLOptions.host + ':' + controlURLOptions.port,
|
||||
user : controlURLOptions.username,
|
||||
pass : controlURLOptions.password
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue