<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>i.MX Processors中的主题 Re: Video playback using qt4-embedded on Yocto</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Video-playback-using-qt4-embedded-on-Yocto/m-p/540022#M85290</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&amp;nbsp; Igor,&lt;/P&gt;&lt;P&gt;Before we switched back to qt4-embedded, we did spend a month to test qt5.&amp;nbsp; In fact, we found there are more problems when we try to use QtMultimedia to play the video.&amp;nbsp; It seems the problem only occurs to the frame buffer framework, not X-Window.&amp;nbsp; The error we got when we tried to play video using Qt5 and QtMultimedia is &lt;/P&gt;&lt;P&gt;==============&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 14px;"&gt;The QMediaPlayer object does not have a valid service. Please check the media service plugins are installed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 14px;"&gt;===============&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 14px;"&gt;However, we did install every gstreamer 1.0 codec in the image.&amp;nbsp; It could be a reason that we use framebuffer device and eglfs in Yocto 3.14.28 and there are quite a few discussion about eglfs support of Qt5 on i.mx6 boards.&amp;nbsp; Did you have any chance to play video on frame buffer device on i.mx6 sabresd board?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jun 2016 01:31:56 GMT</pubDate>
    <dc:creator>vincentchou</dc:creator>
    <dc:date>2016-06-17T01:31:56Z</dc:date>
    <item>
      <title>Video playback using qt4-embedded on Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-playback-using-qt4-embedded-on-Yocto/m-p/540019#M85287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear support,&lt;/P&gt;&lt;P&gt;We came across a dragging issue which we could not solve for weeks.&amp;nbsp; Currently we built core-image-base and qt4-embedded based on Yocto 3.14.26 for Sabresd board with necessary components listed as the following.&lt;/P&gt;&lt;P&gt;local.conf&lt;/P&gt;&lt;P&gt;===============&lt;/P&gt;&lt;P&gt;MACHINE ??= 'imx6solosabresd'&lt;/P&gt;&lt;P&gt;DISTRO ?= 'poky'&lt;/P&gt;&lt;P&gt;PACKAGE_CLASSES ?= "package_rpm"&lt;/P&gt;&lt;P&gt;EXTRA_IMAGE_FEATURES = "debug-tweaks"&lt;/P&gt;&lt;P&gt;USER_CLASSES ?= "buildstats image-mklibs image-prelink"&lt;/P&gt;&lt;P&gt;PATCHRESOLVE = "noop"&lt;/P&gt;&lt;P&gt;BB_DISKMON_DIRS = "\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${TMPDIR},1G,100K \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${DL_DIR},1G,100K \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; STOPTASKS,${SSTATE_DIR},1G,100K \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${TMPDIR},100M,1K \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${DL_DIR},100M,1K \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ABORT,${SSTATE_DIR},100M,1K" &lt;/P&gt;&lt;P&gt;PACKAGECONFIG_append_pn-qemu-native = " sdl"&lt;/P&gt;&lt;P&gt;PACKAGECONFIG_append_pn-nativesdk-qemu = " sdl"&lt;/P&gt;&lt;P&gt;ASSUME_PROVIDED += "libsdl-native"&lt;/P&gt;&lt;P&gt;CONF_VERSION = "1"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMAGE_INSTALL_append = " \&lt;/P&gt;&lt;P&gt;&amp;nbsp; freetype jpeg libpng zlib dbus openssl glib-2.0 gstreamer gst-plugins-base sqlite3 tiff icu \&lt;/P&gt;&lt;P&gt;&amp;nbsp; pulseaudio \&lt;/P&gt;&lt;P&gt;&amp;nbsp; qt4-embedded \&lt;/P&gt;&lt;P&gt;&amp;nbsp; libqt-embedded3support4 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; libqt-embeddedclucene4 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; libqt-embeddedcore4 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; libqt-embeddeddbus4 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; libqt-embeddedgui4 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; libqt-embeddedhelp4 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; libqt-embeddedmultimedia4 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; libqt-embeddednetwork4 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; libqt-embeddedscript4 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; libqt-embeddedscripttools4 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; libqt-embeddedsql4 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; libqt-embeddedsvg4 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; libqt-embeddedtest4 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; libqt-embeddedxml4 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; qt4-embedded-fonts-ttf-dejavu \&lt;/P&gt;&lt;P&gt;&amp;nbsp; qt4-embedded-fonts-ttf-vera \&lt;/P&gt;&lt;P&gt;&amp;nbsp; qt4-embedded-plugin-iconengine-svgicon \&lt;/P&gt;&lt;P&gt;&amp;nbsp; qt4-embedded-plugin-imageformat-gif \&lt;/P&gt;&lt;P&gt;&amp;nbsp; qt4-embedded-plugin-imageformat-ico \&lt;/P&gt;&lt;P&gt;&amp;nbsp; qt4-embedded-plugin-imageformat-jpeg \&lt;/P&gt;&lt;P&gt;&amp;nbsp; qt4-embedded-plugin-imageformat-mng \&lt;/P&gt;&lt;P&gt;&amp;nbsp; qt4-embedded-plugin-imageformat-svg \&lt;/P&gt;&lt;P&gt;&amp;nbsp; qt4-embedded-plugin-imageformat-tiff \&lt;/P&gt;&lt;P&gt;&amp;nbsp; qt4-embedded-plugin-phonon-backend-gstreamer \&lt;/P&gt;&lt;P&gt;&amp;nbsp; qt4-embedded-plugin-script-dbus \&lt;/P&gt;&lt;P&gt;&amp;nbsp; qt4-embedded-plugin-sqldriver-sqlite \&lt;/P&gt;&lt;P&gt;&amp;nbsp; gst-plugins-good \&lt;/P&gt;&lt;P&gt;&amp;nbsp; gst-plugins-bad \&lt;/P&gt;&lt;P&gt;&amp;nbsp; gst-fsl-plugin \&lt;/P&gt;&lt;P&gt;&amp;nbsp; gst-meta-base \&lt;/P&gt;&lt;P&gt;&amp;nbsp; libxml2 libcheck liboil libpng \&lt;/P&gt;&lt;P&gt;&amp;nbsp; "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BB_NUMBER_THREADS = '4'&lt;/P&gt;&lt;P&gt;PARALLEL_MAKE = '-j 4'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DL_DIR ?= "${BSPDIR}/downloads/"&lt;/P&gt;&lt;P&gt;ACCEPT_FSL_EULA = ""&lt;/P&gt;&lt;P&gt;PREFERRED_PROVIDER_virtual/mesa = ""&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DISTRO_FEATURES_remove = " wayland directfb "&lt;/P&gt;&lt;P&gt;=============== &lt;/P&gt;&lt;P&gt;Unfortunately we found we could not show any video based on the gstreamer0.1 inside qt4-embedded.&amp;nbsp; However, gstreamer0.1 could work independently.&amp;nbsp; Interestingly the audio playback is find inside qt4-embedded.&amp;nbsp; The error we got when decoding video is missing gstreamer0.1-plugins-good but gst-plugins-good has been installed in the image.&amp;nbsp; The display is a standard LCD display.&amp;nbsp; Could anyone share his/her experience to tell us how to configure qt4-embedded to make it support mp4 video playback?&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;P&gt;@&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 10:28:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-playback-using-qt4-embedded-on-Yocto/m-p/540019#M85287</guid>
      <dc:creator>vincentchou</dc:creator>
      <dc:date>2016-06-16T10:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Video playback using qt4-embedded on Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-playback-using-qt4-embedded-on-Yocto/m-p/540020#M85288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a correction of my question. The Yocto version should be 3.14.28&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 10:46:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-playback-using-qt4-embedded-on-Yocto/m-p/540020#M85288</guid>
      <dc:creator>vincentchou</dc:creator>
      <dc:date>2016-06-16T10:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Video playback using qt4-embedded on Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-playback-using-qt4-embedded-on-Yocto/m-p/540021#M85289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vincent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nxp L3.14.28 supports only QT5, please refer to attached Yocto Guide&lt;/P&gt;&lt;P&gt;Table 1. Freescale Yocto project images, Linux Guide sect.8.4 Qt 5.&lt;/P&gt;&lt;P&gt;For QT4 one can try to follow&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/docs/DOC-94066"&gt;Building QT for i.MX6&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;igor&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 12:59:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-playback-using-qt4-embedded-on-Yocto/m-p/540021#M85289</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2016-06-16T12:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Video playback using qt4-embedded on Yocto</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Video-playback-using-qt4-embedded-on-Yocto/m-p/540022#M85290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&amp;nbsp; Igor,&lt;/P&gt;&lt;P&gt;Before we switched back to qt4-embedded, we did spend a month to test qt5.&amp;nbsp; In fact, we found there are more problems when we try to use QtMultimedia to play the video.&amp;nbsp; It seems the problem only occurs to the frame buffer framework, not X-Window.&amp;nbsp; The error we got when we tried to play video using Qt5 and QtMultimedia is &lt;/P&gt;&lt;P&gt;==============&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 14px;"&gt;The QMediaPlayer object does not have a valid service. Please check the media service plugins are installed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 14px;"&gt;===============&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: arial, sans-serif; font-size: 14px;"&gt;However, we did install every gstreamer 1.0 codec in the image.&amp;nbsp; It could be a reason that we use framebuffer device and eglfs in Yocto 3.14.28 and there are quite a few discussion about eglfs support of Qt5 on i.mx6 boards.&amp;nbsp; Did you have any chance to play video on frame buffer device on i.mx6 sabresd board?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 01:31:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Video-playback-using-qt4-embedded-on-Yocto/m-p/540022#M85290</guid>
      <dc:creator>vincentchou</dc:creator>
      <dc:date>2016-06-17T01:31:56Z</dc:date>
    </item>
  </channel>
</rss>

