<?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 Gstreamer source - two sinks in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-source-two-sinks/m-p/840246#M128888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do the same thing. My sink is rtmp server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is when I use streaming to only local it's working fine with below pipe:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 imxv4l2videosrc device=/dev/video1 imx-capture-mode=4 fps-n=30 ! video/x-raw,width=1280,height=720,framerate=30/1 ! timeoverlay ! imxipuvideosink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I want to sink it to local + rtmp server, I could see lot of latency and frame drops on local as well. Here is the pipeline that I am using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 imxv4l2videosrc device=/dev/video1 imx-capture-mode=4 fps-n=30 ! video/x-raw,width=1280,height=720,framerate=30/1 ! timeoverlay ! tee name="local" local. ! queue !&amp;nbsp; imxipuvideosink local. ! queue ! imxipuvideotransform ! imxvpuenc_h264 bitrate=8000&amp;nbsp; ! h264parse ! flvmux ! rtmpsink location=rtmp://192.168.0.56/live&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2018 12:53:10 GMT</pubDate>
    <dc:creator>harshal_patel</dc:creator>
    <dc:date>2018-06-29T12:53:10Z</dc:date>
    <item>
      <title>Gstreamer source - two sinks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-source-two-sinks/m-p/840246#M128888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to do the same thing. My sink is rtmp server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue is when I use streaming to only local it's working fine with below pipe:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 imxv4l2videosrc device=/dev/video1 imx-capture-mode=4 fps-n=30 ! video/x-raw,width=1280,height=720,framerate=30/1 ! timeoverlay ! imxipuvideosink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I want to sink it to local + rtmp server, I could see lot of latency and frame drops on local as well. Here is the pipeline that I am using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch-1.0 imxv4l2videosrc device=/dev/video1 imx-capture-mode=4 fps-n=30 ! video/x-raw,width=1280,height=720,framerate=30/1 ! timeoverlay ! tee name="local" local. ! queue !&amp;nbsp; imxipuvideosink local. ! queue ! imxipuvideotransform ! imxvpuenc_h264 bitrate=8000&amp;nbsp; ! h264parse ! flvmux ! rtmpsink location=rtmp://192.168.0.56/live&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any clue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 12:53:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-source-two-sinks/m-p/840246#M128888</guid>
      <dc:creator>harshal_patel</dc:creator>
      <dc:date>2018-06-29T12:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Gstreamer source - two sinks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-source-two-sinks/m-p/840247#M128889</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/Yuri"&gt;Yuri&lt;/A&gt;‌ Can you please help here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 06:15:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-source-two-sinks/m-p/840247#M128889</guid>
      <dc:creator>harshal_patel</dc:creator>
      <dc:date>2018-07-03T06:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Gstreamer source - two sinks</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-source-two-sinks/m-p/840248#M128890</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;&amp;nbsp; I think, it makes sense to insert queue elements (buffers) in the stream.&lt;/P&gt;&lt;P&gt;&lt;BR /&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>Tue, 03 Jul 2018 07:59:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Gstreamer-source-two-sinks/m-p/840248#M128890</guid>
      <dc:creator>Yuri</dc:creator>
      <dc:date>2018-07-03T07:59:16Z</dc:date>
    </item>
  </channel>
</rss>

