<?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: Streaming Overlapped (Composed) Videos over RTP in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-Overlapped-Composed-Videos-over-RTP/m-p/710515#M110466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;You may look at section 7 (Multimedia) of “i.MX_Linux_User's_Guide.pdf”&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;regarding supported GStreamer features: in particular section 7.3.15 (Video &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;composition) may help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.1.0_LINUX_DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" title="http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.1.0_LINUX_DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.1.0_LINUX_DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Summary page :&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;A class="link-titled" href="http://www.nxp.com/products/microcontrollers-and-processors/arm-based-processors-and-mcus/i.mx-applications-processors/developer-resources/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW" title="http://www.nxp.com/products/microcontrollers-and-processors/arm-based-processors-and-mcus/i.mx-applications-processors/developer-resources/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW"&gt;i.MX 6 / i.MX 7 Series Software and Development Tool|NXP&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Wed, 30 Aug 2017 05:58:09 GMT</pubDate>
    <dc:creator>Yuri</dc:creator>
    <dc:date>2017-08-30T05:58:09Z</dc:date>
    <item>
      <title>Streaming Overlapped (Composed) Videos over RTP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-Overlapped-Composed-Videos-over-RTP/m-p/710514#M110465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to implement a system that takes live camera stream, overlays some text and symbols (using Alpha-Channel transparency); and transmits it over RTP/UDP, as a single video (from one port). Both host and client systems have &lt;A href="http://www.nxp.com/products/microcontrollers-and-processors/arm-based-processors-and-mcus/i.mx-applications-processors/i.mx-6-processors/i.mx-6quadplus-processor-quad-core-high-performance-advanced-3d-graphics-hd-video-advanced-multimedia-arm-cortex-a9-core:i.MX6QP" rel="nofollow noreferrer"&gt;i.MX6QP&lt;/A&gt; on. For now, I am trying to figure out the GStreamer and pipeline system with gst-launch, and only using test patterns as video sources.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a simplified diagram to show what I'm trying to achieve:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="ss.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/29283iA18FB9D82DB1F5A9/image-size/large?v=v2&amp;amp;px=999" role="button" title="ss.png" alt="ss.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen the &lt;A href="https://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good/html/gst-plugins-good-plugins-videomixer.html" rel="nofollow noreferrer"&gt;videomixer&lt;/A&gt; plugin, but from what I understand, it is only used for &lt;STRONG&gt;overlaying and playing videos&lt;/STRONG&gt;, not for creating 'transmittable' video streams. (I can use it with xvimagesink, but I couldn't achieve to implement the pipeline with udpsink. And I couldn't find a workaround for it.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't been able to find right tools/methods to implement the system described above. Am I right about the videomixer plugin? If so, what do you suggest me to do? Any help is appreciated, thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;P.S. : I have asked the same question on S.O., but it seems that this is a more appropriate place.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Aug 2017 11:42:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-Overlapped-Composed-Videos-over-RTP/m-p/710514#M110465</guid>
      <dc:creator>denizdayan</dc:creator>
      <dc:date>2017-08-29T11:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming Overlapped (Composed) Videos over RTP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-Overlapped-Composed-Videos-over-RTP/m-p/710515#M110466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;You may look at section 7 (Multimedia) of “i.MX_Linux_User's_Guide.pdf”&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;regarding supported GStreamer features: in particular section 7.3.15 (Video &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;composition) may help.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.1.0_LINUX_DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product" title="http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.1.0_LINUX_DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType=product"&gt;http://www.nxp.com/webapp/Download?colCode=L4.1.15_2.1.0_LINUX_DOCS&amp;amp;Parent_nodeId=1337699481071706174845&amp;amp;Parent_pageType…&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Summary page :&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;A class="link-titled" href="http://www.nxp.com/products/microcontrollers-and-processors/arm-based-processors-and-mcus/i.mx-applications-processors/developer-resources/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW" title="http://www.nxp.com/products/microcontrollers-and-processors/arm-based-processors-and-mcus/i.mx-applications-processors/developer-resources/i.mx-6series-i.mx-7series-software-and-development-tool-resources:IMX_SW"&gt;i.MX 6 / i.MX 7 Series Software and Development Tool|NXP&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Yuri&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Wed, 30 Aug 2017 05:58:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-Overlapped-Composed-Videos-over-RTP/m-p/710515#M110466</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2017-08-30T05:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming Overlapped (Composed) Videos over RTP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-Overlapped-Composed-Videos-over-RTP/m-p/710516#M110467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/YuriMuhin_ng" rel="nofollow noopener noreferrer" target="_blank"&gt;YuriMuhin_ng&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Thank you so much for the guidance. Unfortunately, I have no access to my setup for a week, so I am not able to try example pipelines with &lt;STRONG&gt;imxcompositor_g2d&lt;/STRONG&gt;.&amp;nbsp;&lt;/P&gt;&lt;P&gt;So you say that I can direct the composed video (created using imxcompositor_g2d) to the ethernet line? The first example in the document you've shown is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;gst-launch-1.0 imxcompositor_{xxx} name=comp sink_1::xpos=160 sink_1::ypos=120 ! overlaysink videotestsrc ! comp.sink_0 videotestsrc ! comp.sink_1&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I modify the pipeline like below, would it work?&lt;/P&gt;&lt;PRE&gt;
gst-launch-1.0 imxcompositor_{xxx} name=comp sink_1::xpos=160 sink_1::ypos=120 ! udpsink host=19.10.1.22 port=5000 videotestsrc ! comp.sink_0 videotestsrc ! comp.sink_1 &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like I said, I cannot try it for now, but I did&amp;nbsp;some tryings with another plugin, named&amp;nbsp;&lt;STRONG&gt;imxg2dcompositor&lt;/STRONG&gt;, with similar&amp;nbsp;pipeline structure and couldn't achieve to receive properly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Aug 2017 11:51:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-Overlapped-Composed-Videos-over-RTP/m-p/710516#M110467</guid>
      <dc:creator>denizdayan</dc:creator>
      <dc:date>2017-08-30T11:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Streaming Overlapped (Composed) Videos over RTP</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Streaming-Overlapped-Composed-Videos-over-RTP/m-p/710517#M110468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; This is advantage of Gstreamer using, that we can just insert needed (proper) element in pipeline&lt;/P&gt;&lt;P&gt;to get required functionality.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yuri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Sep 2017 04:24:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Streaming-Overlapped-Composed-Videos-over-RTP/m-p/710517#M110468</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2017-09-04T04:24:09Z</dc:date>
    </item>
  </channel>
</rss>

