Pieter Viljoen
- Total activity 112
- Last activity
- Member since
- Following 0 users
- Followed by 2 users
- Votes 5
- Subscriptions 27
Comments
Recent activity by Pieter Viljoen-
Sergey pointed me to the nx_open client, did not know it existed, I'll look at the pattern of use in your C++ update logic.
-
I noticed that NxWitness downloads and release API's today report the same version: Download: "version": "5.0.0.35270" Release: "version": "5.0.0.35270" But I also now see that release removed v...
-
This is super useful, thank you. Q on logLevel, is DEBUG2 is not listed, is that now VERBOSE?
-
Thx, where do I see that full description you pasted, my mediaserver.conf only has a few entries?
-
I got code working, waiting for your answers on previous post before I move forward. Interpreting builds and versions using release.json: https://github.com/ptr727/NxWitness/blob/develop/CreateMatr...
-
Thank you, the information was useful. I have a few questions as I've been writing code to reliably create stable, latest, and beta tags from versions. // TODO: Questions for Nx// - Do we need to ...
-
My bad, I screwed up the conditional file testing on builds prior to 4.3 with the stable tag, I just fixed it, the stable tags should now be able to launch the root-tool again. Please feel free to ...
-
I've never tried updating the server inside docker, it kinda goes against how docker is supposed to be updated, I just update docker when a new server is released. But, the `./run: line 14: /opt/ne...
-
As long as you use host networking, the MAC address and BIOS information will be that of the host machine, and the license id will not change, you can see it in the hardware log file.
-
Got it, https://dwspectrum.digital-watchdog.com/api/utils/downloads Is there a way to get the latest / beta patch version reported, maybe a parameters in the query, or a different API? E.g. Nx API ...