License Activation

The StCore SDK Demo provides full functionality but includes a 5-minute time limitation. To remove this restriction, you must activate your instance using the Activate method, which performs license validation.

To obtain a license, please contact ImpleoTV Sales. The license and activation key will be sent to you by email from the ImpleoTV Administration Center.

Activation Example

// Activate instance using a license path
string license;
string licenseError;
m_KlvPlayer.Activate(licPath, out license, out licenseError);

For older versions (license + key files):

// Activate instance using separate license and key files
m_KlvPlayer.Activate("KlvPlayer", @"MyKlvPlayer.Key.lic", "B1ED44DE-154F6591-525FDBB8-60569BB8"); 

Getting Node Info

No license is needed for SDK evaluation - it will work in demo mode (with some restrictions).

STANAG 4609 Player SDK.NET is a node-locked software, so you have to get a license (after purchasing the SDK) in order to lift demo restrictions. Please install it and fill out an online form, providing the Node Info string for the target machine. Node Info string can be seen when you run the demo app, as shown below.

⚠️ Important: The license is tied to the specific machine. Make sure you collect the Node Info from the machine you intend to run the software on.

Easiest method: Use demo applications:

Console Demo App

NodeInfo in the console DemoApp

If your computer is offline or you're unable to copy the Node Info text, take a photo of the license page with the QR code clearly visible, and send it to us instead.