Sebastian Schmid

Results 20 comments of Sebastian Schmid

Thanks for your fast response. I have publish a quick example here: https://github.com/sjkummer/nestjs-grpc-stream-helloworld See the README for details how to setup run the GRPC client and server **Important:** The server...

Hi there, Can you clarify if this is actually a bug or just a lack of documentation? Best regards, Sebastian

Any updated on this? Also: The other way round does not work either. The server does not get an 'error' on 'completed' event after a client-grpc-stream stopps/disconnects (I am using...

Well, as a workarround, make sure to never set `Meteor.client.allowSelfSignedSSL = true` while using the "ws:" scheme

Hm, in fact, I installed it from GIT. But doesn't the bootstrap script uninstall existing versions before installing the new one (AFAIK logs telling this) ? Could a new commandline-parameter...

I was able to fix my corrupted salt installation as follows: - Switch to the repo packages: `sudo sh bootstrap-salt.sh -M` - Remove salt packages using `apt` - Find and...

Camera: AXIS M2026-LE Mk II Firmware: 9.80.1 Maybe related to Media2 API changes? @RogerHardiman `media2Support` is set to true XML: ``` profile_1 h264 user0 4 0 ON 180 default_1 h264...

If I enforce `media2Support` to be false, it's working fine (again). With `media2Support` set to true, the attributes are in the XML as follows: ``` ``` To me, it seems...

In chapter 5.12.14 of https://www.onvif.org/specs/srv/media/ONVIF-Media2-Service-Spec-v100.pdf I found the following definiton for `VideoEncoder2Configuration` ``` ``` Note: `GovLength` and `Profile` are defined as attributes, not elements. That looks like the discrepancy. Both,...

I think there is a general decision to make: Should the API of this lib change depending on the Media version used (breaking change, harder for the application developers who...