yocto5.4.24 Qt5Multimedia qmlvideo video play is not working
-
hi ~
I build imx8qxp yocto 5.4.24 image with command bitbake fsl-image-qt5
modify the local.conf as below :
IMAGE_INSTALL_append = "\
qtmultimedia \
qtmultimedia-examples \
qtmultimedia-plugins \
qtmultimedia-qmlplugins \
packagegroup-qt5-imx \
packagegroup-fsl-gstreamer1.0 \
packagegroup-fsl-gstreamer1.0-full \
"
I execute the qmlvideo demo
/usr/share/qt5/examples/multimedia/video/qmlvideo
For this only blank screen is coming in imx8qxp board
Also i have tried
#gplay-1.0 test.mp4
#gst-launch-1.0 filesrc location=/home/root/test.mp4 ! qtdemux name=d d.video_0 ! queue ! h264parse ! v4l2h264dec ! imxvideoconvert_g2d ! queue ! waylandsink
it works fine. Kindly suggest where i am doing wrong. thanks.