Versions Compared

Key

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

...

RDK Services is work on top of RDK Shell which is an application management native component that provides the Wayland Composition. RDK Shell will be a small shared library and a sample binary is available to validate and also integrated as a an RDK Service

Yocto Build Steps

...

Code Block
languagebash
titleBug fixes and Bluetooth feature changes (optional)
collapsetrue
#### bug fixes
# video rendering issue fix
(cd meta-cmf-raspberrypi; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-cmf-raspberrypi" refs/changes/26/45126/12 && git cherry-pick FETCH_HEAD)
# remove WAYLAND_DISPLAY from wpeframework.service
(cd meta-rdk-video; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk-video" refs/changes/44/44844/3 && git cherry-pick FETCH_HEAD)

#### thunder nano services for RPi
# recipe to enable thunder nano services
(cd meta-cmf-video; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-cmf-video" refs/changes/33/44633/4 && git cherry-pick FETCH_HEAD)
# enable bluetooth configuration on WPE Framework
(cd meta-rdk-video; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk-video" refs/changes/45/44845/5 && git cherry-pick FETCH_HEAD)
# changes required on bluez5 for RDK dependency
(cd meta-rdk-ext; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-rdk-ext" refs/changes/38/44338/3 && git cherry-pick FETCH_HEAD)
# add thunder nano services to RPi RDK images
(cd meta-cmf-raspberrypi; git fetch "https://code.rdkcentral.com/r/components/generic/rdk-oe/meta-cmf-raspberrypi" refs/changes/35/44635/6 && git cherry-pick FETCH_HEAD)

...

URL: https://px-apps.sys.comcast.net/lightning_apps/SwitcherApp/dist/index.html

Image Modified


Metrological's App

Image AddedImage AddedImage AddedImage Added





Controller UI



After setting the proper Binding IP address to WPE Framework, the controller UI is launched with the plugins info.

...

S.NoSupported PluginsTotal Test CasesPASS CountFAIL Count
1Controller menu110
2Device Info110
3Display Info101
4Location Sync101
5Messenger101
6Monitor101
7OCDM101
8Player Info101
9Trace Control110
10com.comcast.StateObserver101
11org.rdk.AVInput413
12org.rdk.ActivityMonitor633
13org.rdk.ContinueWatching404
14org.rdk.DeviceDiagnostics202
15org.rdk.DisplaySettings413011
16org.rdk.FrameRate532
17org.rdk.HdcpProfile321
18org.rdk.HdmiInput431
19org.rdk.LoggingPreferences321
20org.rdk.Network1376
21org.rdk.RDKShell27720
22org.rdk.ScreenCapture211
23org.rdk.System261610
24org.rdk.Timer743
25org.rdk.UserPreferences321
26org.rdk.Warehouse853
27org.rdk.Wifi17611
28org.rdk.Xcast431
29org.rdk.dataCapture312
Total1929993

Known Issues

  • Jira
    serverJIRA
    columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
    serverId11deff04-0380-3a3d-a916-0849d4e573f7
    keyREFPLTV-604
     - 
    OCDM.json at /etc/WPEFramework/plugins directory  directory has a syntax error in the "systems" parameter. An empty double quote ("") to be given as "systems":"", Because of this controller UI doesn't show the complete controls
  • Video playback to be confirmed
  • Jira
    serverJIRA
    columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
    serverId11deff04-0380-3a3d-a916-0849d4e573f7
    keyREFPLTV-598
     - App's UI will be rendered on TV only after removing WAYLAND_DISPLAY env. variable from /lib/systemd/system/wpeframework.serviceBluetooth Control plugin from Thunder nano services is failed to launch
  • By default residentApp will launch on WebKitBrowserafter 45 seconds of post-boot, switcherApp to be set from the ResidentApp tab from controller UIYoutube app is not properly launched from Switcher App

Issues in JIRA

Build Issues

...