Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

UI supports ASMR Cloud based app store if proper configuration is available. Firmware need to have the following JSON format with proper details as matching below template.

Code Block
languagejs
root@raspberrypi4-64-rdk-android-mc:~# cat /opt/appmanagerregistry.conf
{
  "app-catalog-cloud": {
    "url": "<ASMR Cloud Base URL>",
    "firmwareVersions": [
      {
        "platform": "rpi4",
        "ver": "1.0.0-aabbccddeeffgghhiijjkkllmmnnooppqq112233-dbg"
      },
      {
        "platform": "ah212",
        "ver": "1.0.0-aabbccddeeffgghhiijjkkllmmnnooppqqrrsstt-dbg"
      }
    ]
  }
} 

Note: DAC bundles can be hosted to mimic the testing. Details can be found

Jira
serverJIRA - 2
serverId11deff04-0380-3a3d-a916-0849d4e573f7
keyRDKUI-444
. This feature may get deprecated when the ASMR Cloud AppStore becomes popular Each platform should configure appmanagerregistry.conf (above template) with proper "url", "platform" and "ver" keys since those are platform specific.

Featured Video Player

The redesigned video player utilizes UVE implementation and has kept the minimal controls such as a progress bar with pause and play buttons. Various player controls are detailed below.

...