Album art not displaying on platforms other than rcar3

Won't Fix

Description

Album art is not displaying in mediaplayer on rpi4 and x86-64, but does work on the rcar3 platforms (refhw, h3ulcb-kf, m3ulcb tested).  It seems likely there is a PACKAGECONFIG or RDEPENDS / IMAGE_INSTALL tweak in meta-rcar-gen3 that is keeping it working there.

Environment

None

Activity

Show:

Scott Murray 
August 9, 2022 at 9:32 PM

This is due to LICENSE_FLAGS_ACCEPTED = "commercial" being set in meta-agl-bsp when using the rcar3 BSP, which triggers adding ffmpeg as a dependency when building mpd.  Even the non-ffmpeg decoder codepath for ogg files in mpd ends up using a base64 decoder from libavutils from ffmpeg.  Given we're always setting LICENSE_FLAGS_ACCEPTED = "commercial" for the primary reference platform, I could see just enabling it all the time when building with the agl-demo feature, but I can imagine others disagreeing.  Thoughts,  and ?

Details

Assignee

Reporter

Contract ID

Hardware Platform(s) Affected

Intel Minnowboard
Intel Upsquare
QEMU x86_64
Raspberry Pi 4

Components

Priority

Created August 3, 2022 at 8:20 PM
Updated February 14, 2024 at 12:51 AM
Resolved February 14, 2024 at 12:51 AM