Roger Hardiman

Results 284 comments of Roger Hardiman

Thanks for the PR. I have a question. I'd hard coded the Pull timeout to 5 seconds in my original code as it was less than the default Socket Timeout...

Just a general comment for this PR and your others. They all look good so thanks for the PRs. I've got a load of work on at the moment so...

I have cameras and IP Encoders from Axis, Avigilon, Bosch, HikVision here, plus the RPOS Project (the NodeJS Open Source ONVIF Camera Stack I maintain) Roger

Hi. A year ago @bl0ggy (Jessy Simeon) did a load of Pull Requests to improve ONVIF support. They were really good, but at the time I was too busy to...

Andrew, Chris, could you take a look at this change please. The SOAP standard allows you to pass the API function in a HTTP header as well as it being...

Hi there Thanks for investigating the issue. > Maybe, we should introduce an option to enable/disable the media 2 support There are no CCTV viewing systems I've seen where you...

I've just used SOAP UI for testing (it is loaded with the ONVIF WSDLs) and pointed it at a Bosch camera. I can see the differente in _GovLength_ and _Profile_...

So looks like what we need to add to the Documentation is details of the returned data if Media Version is 1 and details of the returned data if Media...

Hi @sjkummer I added just enough Media2 API code for my own needs - all I needed was JPEG URIs and RTSP Stream URIs. I did not care about getting...

the ONVIF library runs on a NodeJS on the server side where you can make TCP and UDP network connections (like 'dgram uses'. Are you trying to include it browser...