For the complete documentation index, see llms.txt. This page is also available as Markdown.
PlayersTizenSamsungInstallation

Automate CMS credentials for Samsung Tizen SoC

Once configured, connect a USB to your Samsung Soc for an easier way to provide CMS credentials. Follow the steps to automate credentials on Player start up.

Create JSON file

You will need to create a JSON file, named cms_settings.json that will contain the credentials you want to pass to the monitor.

Below is the correct format for that JSON file:

{
"CMSUrl":"http://yourCMSUrl",
"CMSPassword":"yourCMSPassword",
"CMSEmail":"your@email.com"
}

If you do not have a License Pool when installing your player, leave it as ""

USB setup

The cms_settings.json file must be saved to the root directory of your USB.

When following the steps for a USB installation, this JSON file must be saved to the root directory on the USB device and not in the SSSP folder for the player WGT.

Automate credentials

On installation or restart, the Player will start automatically.

You will see the credentials for your CMS pre-populated on the Connect to CMS page.

The Player will automatically check for these credentials as long as the CMS address and CMS Key fields are empty.

Last updated

Was this helpful?