...
| Code Block | ||||
|---|---|---|---|---|
| ||||
[old components here] \
rialto-ocdm \
rialto-gstreamer \
rialto-client \
rialto-server \
rialto-servermanager" |
In xione's yocto, there's a routine, which removes librdkgstreamerutils.so from the image, which causes RialtoServer to crash on initalisation.
Add the below patch in meta-rdk-sky:
| Code Block |
|---|
diff --git a/recipes-core/images/comcast-mediaclient-%.bbappend b/recipes-core/images/comcast-mediaclient-%.bbappend
index 16dfa8a8..96be7b23 100644
--- a/recipes-core/images/comcast-mediaclient-%.bbappend
+++ b/recipes-core/images/comcast-mediaclient-%.bbappend
@@ -52,7 +52,6 @@ remove_netflix_files() {
rm -rf ${IMAGE_ROOTFS}/lib/rdk/fixNetflixDobbyContainerPermissions.sh
rm -rf ${IMAGE_ROOTFS}/usr/bin/sky-nrdplugin
rm -rf ${IMAGE_ROOTFS}/usr/lib/libJavaScriptCore.so
- rm -rf ${IMAGE_ROOTFS}/usr/lib/librdkgstreamerutils.so
rm -rf ${IMAGE_ROOTFS}/usr/lib/libvorbisidec.so.1
rm -rf ${IMAGE_ROOTFS}/usr/lib/libvorbisidec.so.1.0.3
} |
Rialto requires protobuf at least v. 3.7.0. On Morty, following lines have to be added to auto.conf file:
...