<?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中的主题 IMX6 Video Stream Problem</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-Video-Stream-Problem/m-p/772694#M119972</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to stream a video that is located inside the ram by using a Gstreamer pipeline. I am using the following Gstreamer pipeline:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"appsrc name=appsrc format=3 is-live=true ! video/x-raw,width=320, height=240, format=I420 !&amp;nbsp;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;videoconvert ! imxvpuenc_h264 ! rtph264pay ! udpsink host=200.0.0.1 port=5000&lt;/EM&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tested the code using the "fakesink", program reads the correct data. However, I am getting the following errors when I use the pipeline which is above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(could not link videoconvert0 to imxvpuh264enc0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I get the error which is below after changing the width and height values to a greater one such as 640 and 480.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[ERR] Error in opening firmware binary file&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ERR] Please put bin file to /lib/firmware/vpu folder or export VPU_FW_PATH env&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will be more than happy, if you help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2017 11:24:00 GMT</pubDate>
    <dc:creator>gkt</dc:creator>
    <dc:date>2017-12-07T11:24:00Z</dc:date>
    <item>
      <title>IMX6 Video Stream Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-Video-Stream-Problem/m-p/772694#M119972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to stream a video that is located inside the ram by using a Gstreamer pipeline. I am using the following Gstreamer pipeline:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"appsrc name=appsrc format=3 is-live=true ! video/x-raw,width=320, height=240, format=I420 !&amp;nbsp;&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;videoconvert ! imxvpuenc_h264 ! rtph264pay ! udpsink host=200.0.0.1 port=5000&lt;/EM&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I tested the code using the "fakesink", program reads the correct data. However, I am getting the following errors when I use the pipeline which is above.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(could not link videoconvert0 to imxvpuh264enc0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I get the error which is below after changing the width and height values to a greater one such as 640 and 480.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[ERR] Error in opening firmware binary file&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;[ERR] Please put bin file to /lib/firmware/vpu folder or export VPU_FW_PATH env&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will be more than happy, if you help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 11:24:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-Video-Stream-Problem/m-p/772694#M119972</guid>
      <dc:creator>gkt</dc:creator>
      <dc:date>2017-12-07T11:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: IMX6 Video Stream Problem</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/IMX6-Video-Stream-Problem/m-p/772695#M119973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Giray&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;seems "imxvpuh264enc" is part of gstreamer-imx plugins&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/dv1/gstreamer-imx/blob/master/src/vpu/encoder/encoder_h264.c" title="https://github.com/dv1/gstreamer-imx/blob/master/src/vpu/encoder/encoder_h264.c"&gt;gstreamer-imx/encoder_h264.c at master · dv1/gstreamer-imx · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;developed and supported on community&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://lists.yoctoproject.org/listinfo/meta-freescale" title="https://lists.yoctoproject.org/listinfo/meta-freescale"&gt;meta-freescale Info Page&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also one can try nxp nxp gstreamer plugins described in attached Linux Guide&lt;/P&gt;&lt;P&gt;sect.7 Multimedia. Differencies between these two plugins are described on&lt;/P&gt;&lt;P&gt;trac.gateworks.com/wiki/Yocto/gstreamer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;BR /&gt;igor&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 23:00:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/IMX6-Video-Stream-Problem/m-p/772695#M119973</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-12-07T23:00:06Z</dc:date>
    </item>
  </channel>
</rss>

