jflevesque-genetec
jflevesque-genetec
Hi, First time user of this generator and I'm getting these warnings that seem to prevent the code gen from completing. I am currently trying to understand how I should...
We have tested using the current cloud recording specification to upload encrypted segments and playing them back through an HLS playlist on various devices. We have discovered that frame encryption...
In the current WebRTC specification, there is no way for a peer to inform the other peer that an error has occurred outside of the response to some requests. Examples:...
In RFC8445, host, server reflexive and relay are marked as SHOULD be supported, but we are changing it for SHALL to ensure the most basic WebRTC connectivity requirements are supported...
This PR introduces a new upload limit for cloud recording, to help prevent network spikes when a device uploads a segment to the object storage. Without this type of limit,...
This will be used to validate the integrity of the file in case there was corruption during transit or after storage. This can also help when replicating the data into...
**Describe the bug** When generating client implementation from https://www.onvif.org/ver10/advancedsecurity/wsdl/advancedsecurity.wsdl, the generator generates incorrect code. If you look at the following line: https://github.com/jflevesque-genetec/wcf/blob/2d051c83b3f141ab6dddf51aeb4ce3477981e228/ClassLibrary1/Connected%20Services/ServiceReference1/Reference.cs#L8277 the type specified in the attribute is incorrect....
Fixes #425 Adds an optional attribute in GetServiceCapabilities in the DeviceManagement specification to indicate what type of hardware the client is interacting with.
Add new APIs in the Search and Recording specification to be able to list and export recorded segments towards a cloud storage.
Hi, I've had a situation where I need to raise a signal once a certain number of calls are made on a mock that has void return value. My setup...