Details
Details
Assignee
George Kiagiadakis
George KiagiadakisReporter
Manikandan
ManikandanFix versions
Hardware Platform(s) Affected
NXP i.MX6
Components
Affects versions
Priority
Created February 24, 2021 at 7:41 AM
Updated June 21, 2023 at 8:09 PM
Resolved June 21, 2023 at 8:09 PM
Hi,
I created Qt/Qml application for playing .mp3 files. Added, a multimedia module for the project .pro file and included the <Audio> qml element to play audio files. The problem is I can't able to hear a sound while trying to play .mp3 files from my application.
local.conf added the following line for GStreamer support, but after that also no sound,
PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer"
Any other packages need to include Qt multimedia enabling GStreamer support? or Suggest some other ways to play audio files from the AGL Qml application.
Help me! How to play sample audio files from the AGL application?
Thank you.