IMX8: Audio through qt multimedia module not working
-
Hi,
Thanks!
Working on imx8mq-evk target. Trying to play .mp3 audio file through qt multimedia in QT app but its not working.
Added the following line for GStreamer support in local.conf, but after that also no sound,
PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer"What could be the reason, any other dependent package to be added in the image.
-
Hi and welcome to devnet,
Did you check that GStreamer outputs the file correctly ?
Do you have all the required GStreamer plugins as well ? -
Hi,
Thanks!
"Did you check that GStreamer outputs the file correctly ? "
Can you share some steps to check this."Do you have all the required GStreamer plugins as well ?"
Could see the available gstreamer1.0-plugins-bad, gstreamer1.0-plugins-good, gstreamer1.0-plugins-ugly & gstreamer1.0-plugins-base. is there any other plugin needed? -
Run the gstreamer command line application to play your file.
-
Hi,
Thanks!
Added asound.conf in "/etc" resolved the issue.
-
@vipul-kumar said in IMX8: Audio through qt multimedia module not working:
resolved the issue.
great. Thank you for sharing and please don't forget to mark your post as solved!