Implementing Chrome OS Player
This section describes how to implement the Chrome OS Player using the Chrome Management Console.
Using Chrome Management Console
Follow the steps below to set up chrome management console:
- Register for the Chrome Management Console. You need to obtain a license for Chrome Management Console. Contact Google Support to Manage Chrome device settings for more information.
- Enroll your Chrome OS Device into the domain wait for 15 minutes for the device to sync with the Chrome Management Console. To learn more about enrolling chrome device, click here.
- The Chrome Player will be available in the Chrome Web store.
Naming Chrome OS Player
You can assign a user friendly device name to your Chrome player, thereby sending the assigned device name to Adobe Experience Manager (AEM). This capability not only allows you to name your Chrome player but also allows to you to easily assign appropriate content.
Follow the steps below to configure the name in Chrome player:
-
You can optionally allow AV integrators or IT administrators to set the Asset ID and location as part of enterprise enrollment.
-
You will be presented with the options when you can enroll the device.
-
You can set the Asset ID as part of enterprise enrollment as well as in the Chrome management console.
note note NOTE Chrome Players must be enrolled in enterprise enrollment and the Chrome player must be deployed through Chrome Management Console, otherwise the asset ID will return blank (for example, chrome as an extension). The device name is only recorded at the time of registration. Future changes will not be picked up by Adobe Experience Manager (AEM).
Enabling Kiosk Mode
Follow the steps below to enable the Kiosk mode:
-
Log in to the Chrome Developer Console.
-
Browse to Device management > Chrome Management > Device Settings.
-
Scroll down to Kiosk Settings and click Manage Kiosk Applications.
-
Select the AEM Screens Player from the Chrome Web Store.
note note NOTE A recently published app may take about 15 minutes to appear in this list. -
Select AEM Screens Player from the Auto Launch Kiosk App dropdown.
It may take a few minutes depending on the network for the changes to take effect. A reboot is recommended.
Checking Remote Device Status
- Log in to the Chrome Developer Console.
- Browse to Device management > Chrome Devices and select the device you wish to control.
- Click System Activity and troubleshooting.
- Check the Reboot Device and Screen Capture properties of the device. You can also check the device status and health information.
Configuring Remote Configuration of Chrome OS Players
The AEM Screens Player is a Kiosk enabled application that also enables Remote Policy Configuration for Chrome OS Players.
Follow the steps below to configure various options of the player:
- Login to Chrome Management Console.
- Click Device management > Chrome Management > App Management. The AEM Screens Player displays in the list.
- Click the application AEM Screens Player.
- Click Kiosk settings and select select your org (if using a test environment).
- Click on upload configuration file and upload the configuration policy (Json file).
- Click Save. You must reboot the device to sync the policy.
Example Policy JSON file
{
"server": {
"Value": "https://aemscreensdemo.adobeitc.com"
},
"resolution": {
"Value": "auto"
},
"rebootSchedule": {
"Value": "at 4:00am"
},
"enableAdminUI": {
"Value": true
},
"enableOSD": {
"Value": true
},
"enableActivityUI": {
"Value": true
}
}
Policy attributes and purpose
The following table summarizes the policies with their functions.
Using the Screens Remote Control
AEM Screens provides Remote Control functionality. Learn more about this feature here: Screens Remote Control