Andrew D.Laptev
Andrew D.Laptev
@akomelj Hello! Thank you very much for pointing out the problem and suggesting a solution! Sorry for the very late answer  Yes, this behavior will help on the connection...
Work continues https://github.com/agsh/onvif/pull/221
@RogerHardiman I didn't see the specs in ONVIF for Digest Authentication. This is the same SOAP protocol, I'm still at this point: https://github.com/agsh/onvif/issues/185 :slightly_frowning_face: > But there is one great...
@AdyRock Hi! I've never worked with cameras through NVR. This case needs a lot of investigation and ONVIF specification study (https://github.com/onvif/specs). Because current subscription works with cameras only and I...
@vladmandic Hi! Can you send the xml error responses from `absoluteMove`? I think that the trouble is in https://github.com/agsh/onvif/blob/master/lib/ptz.js#L525 method. But I'm not sure. Can you test you cam with...
Oh I guess that's the problem @RogerHardiman mentioned here: https://github.com/agsh/onvif/blob/master/lib/ptz.js#L471
Wow! You are using a new version written in typescript, as I can see :smile: `/onvif/src/utils.ts:106:11` It is not ready yet and has never been published. Thanks! Can you add...
This is ok, thank you for your interest!) I'm just try to rewrite the old js code with callbacks into typescript and promises. And any bug reports are welcome) And...
Oh, this is my mistake in compatibility module here, I suppose: https://github.com/agsh/onvif/blob/v1/src/compatibility/cam.ts#L248 I'll check when I have free time
@momoAmch looks nice to me. Thanks! Should I make a new release to put it to the npm?