Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • Build Dependencies
  • Building Rialto
  • Playing Test streams with Rialto
  • Running YouTube with Rialto
  • Known Issues
  • Failure Analysis Guidelines


Build Dependencies

Prerequisite - Build the Raspberry Pi Image (RPI 4B model reference platform for RDKV - RDK - RDK Central Wiki)

...

SUMMARY = "Rialto-ocdm"
LICENSE = "CLOSED"
SRC_URI += "git://git@github.com/rdkcentral/rialto-ocdm.git;protocol=ssh;branch=master"
SRCREV = "${AUTOREV}"
 
DEPENDS = "openssl jsoncpp glib-2.0 gstreamer1.0 gstreamer1.0-plugins-base wpeframework-clientlibraries rialto"
 
S = "${WORKDIR}/git"
inherit cmake
FILES_SOLIBSDEV = ""
 
FILES_${PN} += "${PKG_CONFIG_DIR}/*.pc"
FILES_${PN} += "${libdir}/libocdmRialto.so"













Building Rialto

Rialto can be built using following command:

bitbake rialto rialto-gstreamer rialto-ocdm



Running YouTube with Rialto

...