Implementing Chrome OS Player implementing-chrome-os-player
This section describes how to implement the Chrome OS Player using the Chrome Management Console.
Using Chrome Management Console using-chrome-management-console
Follow the steps below to set up the Chrome management console:
- Register for the Chrome Management Console. You must 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 and 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 is available in the Chrome Web Store.
Naming Chrome OS Player name-chrome
You can assign a user-friendly device name to your Chrome Player, thus sending the assigned device name to Adobe Experience Manager (AEM). This capability not only lets you name your Chrome Player but also lets you easily assign appropriate content.
Follow the steps below to configure the name in Chrome Player:
-
You can optionally allow Audio-Video integrators or IT administrators to set the Asset ID and location as part of enterprise enrollment.
-
You are presented with the options when you can enroll the device.
-
You can set the Asset ID as part of enterprise enrollment and 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 returns blank (for example, Chrome as an extension). The device name is only recorded at the time of registration. Future changes do not get picked up by Adobe Experience Manager (AEM).
Enabling Kiosk Mode 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.
-
Click 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. -
Click 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 checking-remote-device-status
- Log in to the Chrome Developer Console.
- Browse to Device Management > Chrome Devices and click the device you want 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 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 the various options of the player:
- Log in to the 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 click your org (if using a test environment).
- Click upload configuration file and upload the configuration policy (JSon file).
- Click Save. Reboot the device so you can sync the policy.
Example Policy JSON file 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 policy-attributes-and-purpose
The following table summarizes the policies with their functions.
Using the Screens Remote Control using-remote-control
AEM Screens provides Remote Control functionality. Learn more about this feature here: Screens Remote Control