<?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 mosaic in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-mosaic/m-p/237332#M19096</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use&amp;nbsp; a sabrelite from boundary devices.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 May 2013 07:09:33 GMT</pubDate>
    <dc:creator>ieio</dc:creator>
    <dc:date>2013-05-16T07:09:33Z</dc:date>
    <item>
      <title>gstreamer mosaic</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-mosaic/m-p/237328#M19092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to create a mosaic of multiple rstp flows using videomixer element on a sabrelite.&lt;/P&gt;&lt;P&gt;Each flow should be a tile.&lt;/P&gt;&lt;P&gt;I started with two flows&lt;/P&gt;&lt;P&gt;gst-launch -e videomixer name=mix \&lt;/P&gt;&lt;P&gt;sink_0::xpos=0&amp;nbsp;&amp;nbsp; sink_0::ypos=0 \&lt;/P&gt;&lt;P&gt;sink_1::xpos=320 sink_1::ypos=0 \&lt;/P&gt;&lt;P&gt;sink_2::xpos=0&amp;nbsp;&amp;nbsp; sink_2::ypos=0 \&lt;/P&gt;&lt;P&gt;! videobox ! mfw_isink sync=false\&lt;/P&gt;&lt;P&gt;&amp;nbsp; rtspsrc location=rtsp://192.168.94.100:554/live.sdp&amp;nbsp; ! rtpmp4vdepay ! vpudec low-latency=true frame-plus=1 framedrop=true&amp;nbsp; ! videoscale ! video/x-raw-yuv,width=320,height=240 ! mix.sink_0 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; rtspsrc location=rtsp://192.168.94.101:554/live.sdp&amp;nbsp; ! rtpmp4vdepay ! vpudec low-latency=true frame-plus=1 framedrop=true&amp;nbsp; ! videoscale ! video/x-raw-yuv,width=320,height=240 ! mix.sink_1 \&lt;/P&gt;&lt;P&gt;&amp;nbsp; videotestsrc pattern=2 ! videoscale! video/x-raw-yuv,width=640,height=480 ! mix.sink_2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but what I get is&amp;nbsp; the following log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MFW_GST_ISINK_PLUGIN 3.0.2 build on Dec 19 2012 10:56:54.&lt;/P&gt;&lt;P&gt;Setting pipeline to PAUSED ...&lt;/P&gt;&lt;P&gt;[INFO]&amp;nbsp; Product Info: i.MX6Q/D/S&lt;/P&gt;&lt;P&gt;vpudec versions :smileyhappy:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; plugin: 3.0.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wrapper: 1.0.24(VPUWRAPPER_ARM_LINUX Build on Dec 18 2012 07:12:03)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vpulib: 5.4.6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; firmware: 2.1.7.33576&lt;/P&gt;&lt;P&gt;[INFO]&amp;nbsp; Product Info: i.MX6Q/D/S&lt;/P&gt;&lt;P&gt;vpudec versions :smileyhappy:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; plugin: 3.0.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; wrapper: 1.0.24(VPUWRAPPER_ARM_LINUX Build on Dec 18 2012 07:12:03)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vpulib: 5.4.6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; firmware: 2.1.7.33576&lt;/P&gt;&lt;P&gt;Pipeline is live and does not need PREROLL ...&lt;/P&gt;&lt;P&gt;Setting pipeline to PLAYING ...&lt;/P&gt;&lt;P&gt;New clock: GstSystemClock&lt;/P&gt;&lt;P&gt;ERROR: from element /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc1/GstUDPSrc:udpsrc1: Internal data flow error.&lt;/P&gt;&lt;P&gt;Additional debug info:&lt;/P&gt;&lt;P&gt;gstbasesrc.c(2582): gst_base_src_loop (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc1/GstUDPSrc:udpsrc1:&lt;/P&gt;&lt;P&gt;streaming task paused, reason not-negotiated (-4)&lt;/P&gt;&lt;P&gt;Execution ended after 2150406996 ns.&lt;/P&gt;&lt;P&gt;Setting pipeline to PAUSED ...&lt;/P&gt;&lt;P&gt;Setting pipeline to READY ...&lt;/P&gt;&lt;P&gt;Setting pipeline to NULL ...&lt;/P&gt;&lt;P&gt;Freeing pipeline ...&lt;/P&gt;&lt;P&gt;[---&amp;gt;FINALIZE isink&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any ideas of where I could be wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 10:06:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-mosaic/m-p/237328#M19092</guid>
      <dc:creator>ieio</dc:creator>
      <dc:date>2013-05-14T10:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: gstreamer mosaic</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-mosaic/m-p/237329#M19093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. simplify the pipeline you are currently using, use only one stream. Better to debug one stream first.&lt;/P&gt;&lt;P&gt;2. You may also need to add a capsfilter element after the depay element, specifying the resolution. If you server is streaming using GStreamer, you can add -v in those pipelines and then copy and paste these caps into your board pipeline.&lt;/P&gt;&lt;P&gt;3. Freescale has a GST element which scales and does also color conversion, it is call mfw_ipucsc, check this &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-93448"&gt;link&lt;/A&gt; for more examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 May 2013 17:15:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-mosaic/m-p/237329#M19093</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-05-14T17:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: gstreamer mosaic</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-mosaic/m-p/237330#M19094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;it works using mfw_ipucsc.&lt;/P&gt;&lt;P&gt;How many flows can I scale with mfw_ipucsc? It seems it cannot work with more than 2 flows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 08:30:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-mosaic/m-p/237330#M19094</guid>
      <dc:creator>ieio</dc:creator>
      <dc:date>2013-05-15T08:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: gstreamer mosaic</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-mosaic/m-p/237331#M19095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, which board do you have? MX6S? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 May 2013 16:55:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-mosaic/m-p/237331#M19095</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-05-15T16:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: gstreamer mosaic</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-mosaic/m-p/237332#M19096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use&amp;nbsp; a sabrelite from boundary devices.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 07:09:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-mosaic/m-p/237332#M19096</guid>
      <dc:creator>ieio</dc:creator>
      <dc:date>2013-05-16T07:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: gstreamer mosaic</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/gstreamer-mosaic/m-p/237333#M19097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh sorry, you specified the board (sabrelite) in your issue description. Let me query your question internally and let you know ASAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 May 2013 18:08:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/gstreamer-mosaic/m-p/237333#M19097</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-05-16T18:08:09Z</dc:date>
    </item>
  </channel>
</rss>

