Roger Hardiman

Results 287 comments of Roger Hardiman

It is possible this will not work. The original ONVIF API for video codec changes was called "the Media API", I'll call it "Media1"). It supported JPEG, MPEG-4 and H264...

You may be lucky and find the XML for the Media2 setVideoEncoderConfiguration is exactly the same as in Media1, so it is just Namespace changes. But on some of the...

can you try with the latest code from github please. getProfiles and getVideoSources have always needed authentication, so nothing new there. But this library used to parse the error string...

Thanks for testing and letting me know.

The change in the code that fixed this issue is in the Master Branch and has been there since January. In your project, were you pulling in a specific version...

thank you for the extra pair of eyes here and helping me with the commits.

The commit from March 2nd was to try and get a D-Link camera working and Media2 API (so I could use H265 streams). It was a bit of an experiment...

Could you goback to the camera with 19.12 firmware and tell me what the dropdown options are where it says "Digest", just below the 19.12 version string. Thanks

Many thanks If the camera is set to Digest&ws-username token then the existing ONVIF library would have worked. For 10+ years the library has only supported WS-Username (also called WS-Security)...

Quick question, then the cameras is in Digest only mode, can ONVIF Device Manager talk to it? I thought ODM only supported WS-Security but was interested to see what ODM...