Installing Cloud Player

Cloud Player Installation may vary on different platforms. In general, any platform having a modern browser can run the cloud player application by following these steps:

  1. Open the browser and enter the cloud player URL in the address bar.

  2. The browser checks if the Cloud Player is installable, and then shows an install icon in the address bar.

    image

  3. Click the install icon and the install button in the confirmation dialog box. Cloud Player is installed as a standalone application on your device and can be launched using an icon.

NOTE

Cloud Player Install Option

  1. The install option for a PWA is also known as “Add to Home Screen” or A2HS feature. Support for installing PWAs from the Web varies by browser and by platform.

  2. Every browser has different criteria to check if the PWA app is installable or not. Generally, the browser can check (more details here):

    • If the application has a manifest json file with minimal required keys for installing the app on the platform, that is, name, icons, start_url, display
    • If the application has a service worker file with a fetch event listener
    • The app must be served over https
  3. The install option might be visible at different locations in different browsers and device types. Some browsers might hide the install icon in the options menu bar.

Bulk provisioning Cloud Player

To do bulk provisioning of cloud player on multiple devices:

  1. Choose an MDM solution that supports running a browser with a URL in Kiosk mode.

  2. You can apply the same configurations to all the devices by following these steps:

    1. Host config.json on a server such that it is accessible such as: https://<config_server_host>/config.json
    2. To install cloud player and apply the hosted configurations, use cloud player URL such as: https://player.adobescreens.com?playerConfigAddress=https://<config_server_host>
    3. The Cloud Player application looks for config.json at the root of <config_server_host>, then parses the config.json to get the custom configurations and apply those configurations.
    4. These configurations are applied on every reload of the player.

Bulk Provisioning on Chrome OS

Learn more about bulk provisioning on Chrome OS. See Install Cloud Player on Chrome OS.

Configuration required on AEM instances

Based on the type of the AEM instance, click one of the following guides to enable CORS b/w AEM and Cloud Player:

NOTE

Chrome Apps Deprecation by Google

  1. Chrome Apps on Chrome OS Hardware:

    Google has been actively deprecating Chrome Apps in favor of PWA apps, with a planned migration until January 2025. Therefore, the AEM Screens Player app on Chrome OS ceases to function based on the shared timeline. Adobe urges users who are currently using Chrome Player in production to plan for transitioning to the Screens Cloud Player.

  2. Chrome Extension Player on Mac, Windows, and Linux®:

    Due to Google’s deprecation process, starting from Google Chrome version 114, the Screens Chrome Extension Player is no longer supported. Adobe advises that you transition to their Screens Cloud Player for all your development and testing requirements.