Hendrik Baekeland
- Total activity 96
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 4
- Subscriptions 20
Comments
Recent activity by Hendrik Baekeland-
>All the output is sent to stderr since it's not buffered.But I don't see any plugins output. I tried to use NX_PRINT, NX_OUTPUT, std::cout and std::cerr. I don't see any messages from the plugin.
-
But I have another issue. For some reason there is no output in the stdout.log file. There is only a string stdout of "mediaserver" is redirected to this file ("C:\\Windows\\system32\\config\\syste...
-
Hello Andrey, Thanks for answer,I invoked /api/iniConfig API and result is "C:\\Windows\\system32\\config\\systemprofile\\AppData\\Local\\nx_ini\\". I created this folder and created files inside o...
-
Thank you for your answer Andrey, It's more detailed and technical description of what I've done and it may help to someone with the same issue.
-
Hello Evgeny,Are there any working examples?Right now I tried to write all available data to one file and read it. I wasn't able to read it with gstreamer, mpv and ffplay. ffplay says "could not fi...
-
Thanks Eugeny, Could you please help me with a frame decoding? I already asked about it here https://support.networkoptix.com/hc/en-us/community/posts/360048911014-How-to-decode-compressed-frame-Wh...
-
Thanks Sergey
-
Thanks for answer Sergey,Will this serverId remain the same after server reinstallation?I want to use HWID approximately in the same way it's used in Nx licensing, i.e. I need something stable, som...
-
I need a HWID (it's GET/ec2/getHardwareIdsOfServers in the HTTP API)I want to use this id in pair with our licence key, so we will know that some particular licence is used on some particular hardw...
-
Sorry, actually now I'm surprised that I didn't receive segfault. I changed code to the following:void DeviceAgent::applySettings(int test) {m_testSetting = test;Result<const ISettingsResponse*>* ...