JWPlayer Configuration and SetUp

This JSON file is used to connect the Nomad Media system to your JWPlayer system

{
    "PropertyId":"{propertyId}",
    "ClientId":"{clientId}",
    "ClientSecret":"{secret}"
}
Field NameComments
PropertyIdThe site ID is a unique identifier for an account property (sometimes called Property ID). Find it on the Properties page under the Property Name column.
ClientIdThe API Key Name. See Figure #1 below.
ClientSecretThe API Key Secret. See Figure #2 below.


JWPlayer Authentication Documentation
https://developer.jwplayer.com/jwplayer/reference/api-v2-authentication

JWPlayer API Credentials Page
https://dashboard.jwplayer.com/#/account/apicredentials


This JSON file is located as a root node in your system configuration file: e.g. demo3.json

{
	"BaseUrl": "https://api.jwplayer.com/v2/",
	"JWPlayerSecretKey": "nomad/projectId/jwplayerSecret",
	"PageSize": 10,
	"MaxPages": 100,
	"BaseImportPath": "JWPlayer",
	"MultiThread": false
}
Field NameComments
BaseUrlThe base url for the JWPlayer API
JWPlayerSecretThe path and name of the secret in AWS which points to the above file containing the clientid, clientsecret, and propertyid
PageSizeHow many items to return per page in regards to the JWPlayer API.
MaxPagesThe maximum amount of pages to read through in regards to the JWPlayer API.
BaseImportPathThe root folder that will be created in your Nomad Media installation.
MultiThreadIf in production this value should be true
📘

Notes

Importing of playlists is not supported at this time.
Importing of externally hosted content is not supported at this time.

JWPlayer Categories become your folder structure in Nomad Media