<?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>topic plugin Gstreamer pour IMX 95 in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2136558#M239385</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Hi&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I'm trying to get gstreamer on Yocto on an IMX 95 verdin card with a minimal image.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I have the gstreamer executable but without any plugins. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;What line should I put in local.conf for the Bitbake recipe?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I need the plugin for H264 compression, in particular.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Greetings&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Olivier&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jul 2025 12:27:01 GMT</pubDate>
    <dc:creator>OlivierG</dc:creator>
    <dc:date>2025-07-18T12:27:01Z</dc:date>
    <item>
      <title>plugin Gstreamer pour IMX 95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2136558#M239385</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Hi&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I'm trying to get gstreamer on Yocto on an IMX 95 verdin card with a minimal image.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I have the gstreamer executable but without any plugins. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;What line should I put in local.conf for the Bitbake recipe?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I need the plugin for H264 compression, in particular.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Greetings&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Olivier&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 12:27:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2136558#M239385</guid>
      <dc:creator>OlivierG</dc:creator>
      <dc:date>2025-07-18T12:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: plugin Gstreamer pour IMX 95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2136601#M239390</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-huuid="17349224196443715229"&gt;The i.MX95 utilizes GStreamer as its multimedia framework. &lt;/SPAN&gt;&lt;SPAN data-huuid="17349224196443716500"&gt;Specifically, the gstreamer-imx plugins, which leverage the i.MX multimedia capabilities, are used on this platform. &lt;/SPAN&gt;&lt;SPAN data-huuid="17349224196443713675"&gt;Yocto Linux, a common embedded Linux distribution, also uses GStreamer as its default multimedia framework, you need to build the imx-image-multimedia or the imx-image-full to have it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The i.MX95 SoC features 4K@60fps H.264/H.265 VPU decoder.&lt;/P&gt;
&lt;P&gt;Before starting video playback, please, ensure that the display is connected to the board.&lt;/P&gt;
&lt;P&gt;The following commands can be used to start video playback (&lt;STRONG&gt;1.mov&lt;/STRONG&gt; is a media file):&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;gst-play&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;gst-play /path/to/1.mov
&lt;/PRE&gt;
&lt;UL&gt;
&lt;LI&gt;gplay-1.0&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;gplay-1.0 /path/to/1.mov
&lt;/PRE&gt;
&lt;UL&gt;
&lt;LI&gt;gst-launch&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;This method is for advanced users. Please study this document before the start: &lt;A class="external text" href="https://raw.githubusercontent.com/compulab-yokneam/Documentation/master/pdfs/i.MX8GStreamerUserGuide.pdf" target="_blank"&gt;i.MX8GStreamerUserGuide.pdf&lt;/A&gt;&lt;/P&gt;
&lt;PRE&gt;gst-launch-1.0 -v filesrc location=/path/to/1.mov&amp;nbsp;! qtdemux name=d.video_0&amp;nbsp;! h264parse&amp;nbsp;! avdec_h264&amp;nbsp;! autovideosink&lt;/PRE&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 13:40:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2136601#M239390</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-07-18T13:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: plugin Gstreamer pour IMX 95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2153431#M240155</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The problem is not the command line&lt;/P&gt;&lt;P&gt;The Yocto build doest not provide any gstreamer plugin.&lt;/P&gt;&lt;P&gt;Whatever the command, I get&lt;BR /&gt;ERROR: pipeline could not be constructed: no element &amp;lt;plugin name&amp;gt;&lt;/P&gt;&lt;P&gt;What line should i put in local.conf for the Bitbake recipe?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2025 08:24:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2153431#M240155</guid>
      <dc:creator>OlivierG</dc:creator>
      <dc:date>2025-08-18T08:24:27Z</dc:date>
    </item>
    <item>
      <title>Re: plugin Gstreamer pour IMX 95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2154420#M240192</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Yes, you build the&amp;nbsp;bitbake imx-image-full, now the iMX95 still on beta phase where it can not be possible to obtain the fill gstreamer functionality.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 19 Aug 2025 12:44:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2154420#M240192</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-08-19T12:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: plugin Gstreamer pour IMX 95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2155010#M240216</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I build the imx-image-full and i get the followings errors&lt;/P&gt;&lt;P&gt;ERROR: onnxruntime-1.17.1-r0 do_configure: ExecutionError('/home/olivier/Dev/yocto/buildImx95Full/tmp/work/armv8a-poky-linux/onnxruntime/1.17.1/temp/run.do_configure.553602', 1, None, None)&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/olivier/Dev/yocto/buildImx95Full/tmp/work/armv8a-poky-linux/onnxruntime/1.17.1/temp/log.do_configure.553602&lt;/P&gt;&lt;P&gt;ERROR: Task (/home/olivier/Dev/yocto/sources/meta-imx/meta-imx-ml/recipes-libraries/onnxruntime/onnxruntime_1.17.1.bb:do_configure) failed with exit code '1'&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 07:15:23 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2155010#M240216</guid>
      <dc:creator>OlivierG</dc:creator>
      <dc:date>2025-08-20T07:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: plugin Gstreamer pour IMX 95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2155408#M240227</link>
      <description>&lt;P&gt;Please download the 6.6.52 BSP that has better performance with the MX95:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.nxp.com/design/design-center/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX" target="_blank"&gt;https://www.nxp.com/design/design-center/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applications-processors:IMXLINUX&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;and erase and restart for scratch yocto.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2025 16:34:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2155408#M240227</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-08-20T16:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: plugin Gstreamer pour IMX 95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2156674#M240267</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i upgrade to the latest version&lt;/P&gt;&lt;P&gt;I get:&lt;/P&gt;&lt;P&gt;ERROR: tensorflow-lite-2.18.0-r0 do_configure: Execution of '/home/olivier/Dev/Yocto2/buildImx95/tmp/work/armv8a-mx95-poky-linux/tensorflow-lite/2.18.0/temp/run.do_configure.1782864' failed with exit code 1&lt;BR /&gt;ERROR: Logfile of failure stored in: /home/olivier/Dev/Yocto2/buildImx95/tmp/work/armv8a-mx95-poky-linux/tensorflow-lite/2.18.0/temp/log.do_configure.1782864&lt;BR /&gt;ERROR: Task (/home/olivier/Dev/Yocto2/sources/meta-imx/meta-imx-ml/recipes-libraries/tensorflow-lite/tensorflow-lite_2.18.0.bb:do_configure) failed with exit code '1'&lt;/P&gt;&lt;P&gt;I precise that i need&amp;nbsp;tensorflow&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 09:43:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2156674#M240267</guid>
      <dc:creator>OlivierG</dc:creator>
      <dc:date>2025-08-22T09:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: plugin Gstreamer pour IMX 95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2156830#M240269</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;The error is different to the first thread please Create a new one for this, but erase everything and reintalls&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 22 Aug 2025 14:55:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2156830#M240269</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2025-08-22T14:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: plugin Gstreamer pour IMX 95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2157374#M240289</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I started from a blank directory&lt;/P&gt;&lt;P&gt;the error is due to a download problem&lt;BR /&gt;&lt;A href="https://gitlab.arm.com/kleidi/kleidiai/-/archive/cddf991af5de49fd34949fa39690e4e906e04074/kleidiai-cddf991af5de49fd34949fa39690e4e906e04074.zip" target="_blank"&gt;https://gitlab.arm.com/kleidi/kleidiai/-/archive/cddf991af5de49fd34949fa39690e4e906e04074/kleidiai-cddf991af5de49fd34949fa39690e4e906e04074.zip&lt;/A&gt;&lt;BR /&gt;is not available&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/ARM-software/kleidiai/archive/cddf991af5de49fd34949fa39690e4e906e04074.zip" target="_blank"&gt;https://github.com/ARM-software/kleidiai/archive/cddf991af5de49fd34949fa39690e4e906e04074.zip&lt;/A&gt; is available&lt;/P&gt;&lt;P&gt;i would like to modify the recipe to download this link instead&lt;/P&gt;&lt;P&gt;Attached the entire error log&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 07:12:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2157374#M240289</guid>
      <dc:creator>OlivierG</dc:creator>
      <dc:date>2025-08-25T07:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: plugin Gstreamer pour IMX 95</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2158960#M240345</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Finally the problem is due to a download problem du to the firewall&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Olivier&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 08:23:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/plugin-Gstreamer-pour-IMX-95/m-p/2158960#M240345</guid>
      <dc:creator>OlivierG</dc:creator>
      <dc:date>2025-08-27T08:23:31Z</dc:date>
    </item>
  </channel>
</rss>

