vwout
vwout
To add more detail, this is the command used to reproduce: ``` # valgrind --leak-check=full --show-leak-kinds=all ./nyoci-prefix/bin/nyocictl -p 5684 -i id -P psk coaps://192.168.0.2 coaps://192.168.0.2> get /15001/65543 coaps://192.168.0.2> exit ```...
It looks like the leakage is caused by the SSL sessions. This btree is not cleaned up when the nyoci object closes, this in contrary to the transactions btree.
Thank you for reporting. The plugin indeed only uses UDP. This can be extended to TCP (although I can't test this). The error reported however is caused by a different...
This looks like intended behavior, though influenced by the OBS event scheduler. You seem to have two scenes, both controlling the same camera. Scene1: Run tilt command when scene becomes...
I think I have a solution, as committed in 2e231e2. Just before transitioning a new scene to the program view, so just before executing the start actions, stop actions for...
That's unexpected. How did you update the code? Downloading the latest release or grab the files from GitHub? To be sure you use the latest, use the following files: [obs-visca-control-beta.zip](https://github.com/vwout/obs-visca-control/files/14013943/obs-visca-control-beta.zip)...
Well, calling a preset does not have a stop action. I do see that you are using zoom in and out, which both have stop actions. It however looks like...
@Samtastico Have you by any chance been able to test this further?
> In fact sometimes scenes are deleted and OBS crashes. I managed to reproduce your finding. Can't explain it yet, but I will continue debugging.
I think I found it and fixed it in 46616b6