Andrew D.Laptev

Results 32 comments of Andrew D.Laptev

@RogerHardiman Thanks a lot! Right now I'm trying to connect with @chriswiggins cams in this weekend

@namnm Hi! Can you add these lines to you code ```js // cam - this the instance of your cam cam.on('rawResponse', console.log); cam.setSystemDateAndTime(options, (err, result) => { console.log(options); console.log(result); cam.getSystemDateAndTime((err,...

@RogerHardiman Hello! I think that everything is ok! I've just point out some syntax questions in the review, they are not mandatory at all

And again and again :smile: I'm looking for the node.js jobs with relocation from Russia :laughing: My LinkedIn: https://www.linkedin.com/in/laptev/

@sjkummer Hi! No, nothing changed. I think that something strange in your cam response. Can you send the response? In tests I rely on this sample: https://github.com/agsh/onvif/blob/master/test/serverMockup/media.GetVideoEncoderConfiguration.xml

> PS: If we can achive Media2 support without breaking changes would be great. If we can import all XSL schemes (XSD) from the onvif specs and generate TypeScript files...

Hi! The simplest way, if you are common with javascript, is to use this: https://github.com/agsh/rtsp-ffmpeg or some similar library based on https://ffmpeg.org/ For the highload projects I can suggest https://www.kurento.org/...

@memersond Hi! This is strange. Can you send me the XML to and from the getStreamUri method? I think that the problem hides in this line: `http://192.168.1.27/onvif/device_service http://169.254.68.137/onvif/device_service` And parsing...

@RogerHardiman I saw your improvements and tried to copy them to the typescript version. So, what to do you think now?