Versions Compared

Key

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

...

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

Note: Each platform should configure appmanagerregistry.conf (above template) with proper "url", "platform" and "ver" keys since those are platform specific.

Reference: https://github.com/stagingrdkm/lgpub/blob/master/dac/labci/dactest.py#L36 shall have the ASMS Cloud Base URL and matching platform VER.

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.

...