Andrew D.Laptev

Results 32 comments of Andrew D.Laptev

@RogerHardiman Hi! I don't have possibilities to check the base subscription. Can you allow acces to your cams to check base supcription?

Maybe upgrade version up to 1.0, I don't know

@sjkummer Hi again! Also pls send me the response from the cam. This lib was written a long time ago. I'm trying to rewrite it in typescript and modern js,...

@eharaj1 Hi! I'm almost sure that the issue is in timestamp calculation here: https://github.com/agsh/onvif/blob/master/lib/cam.js#L966 For the security reasons system time on the ONVIF device must be the same as on...

@quanminh5030 Hi! Yes, this method is not implemented yet. You can implement it by yourself, basing on a similar method `getVideoSources` as an example: https://github.com/agsh/onvif/blob/master/lib/media.js#L30 Something like this: ```js /**...

@bartbutenaers Hi! I'll try to find a working camera that supports events and investigate this issue. I'll keep you informed. Right now, when skimming through the code, I can't find...

@bartbutenaers Hello! I've prepared a branch with wrapped `events` property into Proxy object: https://github.com/agsh/onvif/tree/events_logging_test So you can change the onvif dependency for you project: `npm i agsh/onvif#events_logging_test` To test that...

@ShilpaSkeintech Hi! I guess that this is message server error. Maybe SPAM, or something else. Can you try to repeat this message with another message client?

@shanmugapriyatr Hi! Can not reproduce your bug. Added check for `message.subject` to be `string` but tests are still passing

@RogerHardiman Hello! Great PR, thanks a lot! I'm waiting for your merge to master :) I'll also make the changes in HTTP headers and PTZ commands in new version here:...