<?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 Re: gstreamer concurrent encode/display  in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-concurrent-encode-display/m-p/679967#M104997</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gstreamer-imx plugins are used in the case, in general one can also try nxp&lt;/P&gt;&lt;P&gt;gstreamer plugins. Difference between community gstreamer-imx plugins and&lt;BR /&gt;nxp gstreamer plugins described on&lt;/P&gt;&lt;P&gt;trac.gateworks.com/wiki/Yocto/gstreamer&lt;/P&gt;&lt;P&gt;nxp gstreamer plugins are described on documentation given on &lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" title="http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;gstreamer-imx are supported by community, please check maintainer of&lt;/P&gt;&lt;P&gt;gstreamer-imx plugins mentioned on&lt;BR /&gt;&lt;A class="jive-link-thread-small" data-containerid="2004" data-containertype="14" data-objectid="445732" data-objecttype="1" href="https://community.nxp.com/thread/445732"&gt;https://community.nxp.com/thread/445732&lt;/A&gt;&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>Mon, 15 May 2017 23:40:13 GMT</pubDate>
    <dc:creator>igorpadykov</dc:creator>
    <dc:date>2017-05-15T23:40:13Z</dc:date>
    <item>
      <title>gstreamer concurrent encode/display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-concurrent-encode-display/m-p/679966#M104996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am trying to display a yuv file to the hdmi port and concurrently h.264 encode this file on a imx6 solo wandboard.. This is a temporary step until we get the camera port running and then we will move the input from the file to input camera CSI port. &amp;nbsp;This is my attempt to perform this task with a script/command line. &amp;nbsp;Note I have tried with and without the ! into queue. I can break up the command below into a hdmi only and encode only which they both work. I am basically trying to merge these 2 commands to concurrently display and encode the input file. &amp;nbsp;Note . I am also converting the command line to C code so I am also looking at how to code this up. This will be part of our main line operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;THIS DOES NOT WORK:&lt;/STRONG&gt; gst-launch-1.0 -v filesrc location=out420.yuv typefind=true ! videoparse name=yuvstrm format=2 width=640 height=360 framerate=30 ! queue ! video/x-raw,format=I420,width=640,height=360 ! imxvpuenc_h264 gop-size=30 bitrate=512 ! h264parse ! matroskamux ! filesink location=test_640x360.mp4 yuvstrm. ! queue ! imxipuvideosink window-x-coord=400 window-y-coord=0 window-width=1080 window-height=1080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: erroneous pipeline: could not link yuvstrm to queue1 OR without the queue&lt;/P&gt;&lt;P&gt;WARNING: erroneous pipeline: could not link yuvstrm to&amp;nbsp;&lt;SPAN&gt;imxipuvideosink &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE: THIS WORKS&lt;/STRONG&gt; gst-launch-1.0 &amp;nbsp;-v filesrc location=out420.yuv typefind=true &amp;nbsp;! videoparse name=yuvstrm format=2 width=640 height=360 framerate=30 &amp;nbsp;! video/x-raw,format=I420,width=640,height=360 ! imxvpuenc_h264 gop-size=30 bitrate=512 ! h264parse ! matroskamux ! filesink location=test_640x360.mp4&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOTE THIS WORKS TOO :&lt;/STRONG&gt; gst-launch-1.0 &amp;nbsp;-v filesrc location=out420.yuv typefind=true &amp;nbsp;! videoparse name=yuvstrm format=2 width=640 height=360 framerate=30 &amp;nbsp;! imxipuvideosink window-x-coord=400 window-y-coord=0 window-width=1080 window-height=1080&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 20:02:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-concurrent-encode-display/m-p/679966#M104996</guid>
      <dc:creator>robertchapin</dc:creator>
      <dc:date>2017-05-15T20:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: gstreamer concurrent encode/display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-concurrent-encode-display/m-p/679967#M104997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gstreamer-imx plugins are used in the case, in general one can also try nxp&lt;/P&gt;&lt;P&gt;gstreamer plugins. Difference between community gstreamer-imx plugins and&lt;BR /&gt;nxp gstreamer plugins described on&lt;/P&gt;&lt;P&gt;trac.gateworks.com/wiki/Yocto/gstreamer&lt;/P&gt;&lt;P&gt;nxp gstreamer plugins are described on documentation given on &lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" title="http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.0.0-LINUX-DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;gstreamer-imx are supported by community, please check maintainer of&lt;/P&gt;&lt;P&gt;gstreamer-imx plugins mentioned on&lt;BR /&gt;&lt;A class="jive-link-thread-small" data-containerid="2004" data-containertype="14" data-objectid="445732" data-objecttype="1" href="https://community.nxp.com/thread/445732"&gt;https://community.nxp.com/thread/445732&lt;/A&gt;&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>Mon, 15 May 2017 23:40:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-concurrent-encode-display/m-p/679967#M104997</guid>
      <dc:creator>igorpadykov</dc:creator>
      <dc:date>2017-05-15T23:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: gstreamer concurrent encode/display</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-concurrent-encode-display/m-p/679968#M104998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Igor , I have been on both of these links and these do not help me with resolving how to concurrently send to hdmi and encode/ make a movie. I have searched your site and googled forever for examples using imx plugins. &amp;nbsp;Is there a location with lots of examples or is their someone else in the community that can help me out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 May 2017 14:26:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-concurrent-encode-display/m-p/679968#M104998</guid>
      <dc:creator>robertchapin</dc:creator>
      <dc:date>2017-05-16T14:26:07Z</dc:date>
    </item>
  </channel>
</rss>

