<?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: Frame drops during playing video in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Frame-drops-during-playing-video/m-p/650668#M99548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly version of the Linux kernel do you use? There was the known memory fragmentation issue with the 3.0.35 kernel that caused the similar effects. So, the better way is to always use the latest kernel available.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Artur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jan 2017 07:39:45 GMT</pubDate>
    <dc:creator>art</dc:creator>
    <dc:date>2017-01-31T07:39:45Z</dc:date>
    <item>
      <title>Frame drops during playing video</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Frame-drops-during-playing-video/m-p/650667#M99547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using gstreamer pipeline to play UDP stream on i.MX6 quad.&amp;nbsp; The following is the command I'm using:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt; gst-launch-1.0 udpsrc do-timestamp=false uri=udp://127.0.0.1:12345 caps="video/mpegts" ! queue ! aiurdemux streaming-latency=400 name=d d. ! queue max-size-time=0 ! vpudec ! queue ! overlaysink sync=true d. ! queue ! beepdec ! volume volume=0.1 ! pulsesink sync=true&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I've added "max-size-time=0" between aiurdemux and vpudec to avoid choppy audio noise.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Video quality in beginning is good, but after several minutes running video for some time, the video shows a lot of frame drops, and shows the following log messages:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: from element /GstPipeline:pipeline0/GstOverlaySink:overlaysink0: A lot of buffers are being dropped.&lt;/P&gt;&lt;P&gt;Additional debug info:&lt;/P&gt;&lt;P&gt;XXX/bld-x11/tmp/work/cortexa9hf-vfp-neon-poky-Linux-gnueabi/gstreamer1.0/1.6.0-r0/gstreamer-1.6.0/libs/gst/base/gstbasesink.c(2846): gst_base_sink_is_too_loate (): /GstPipeline:pipeline0/GstOverlaySink:overlaysink0: There may be timestamping problem, or this computer is too slow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw this thread and tried vpudec frame-plus=16 ! queue max-size-bytes=0 max-size-time=0&amp;nbsp;but didn't help.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/320249"&gt;https://community.nxp.com/thread/320249&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any idea to solve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 11:00:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Frame-drops-during-playing-video/m-p/650667#M99547</guid>
      <dc:creator>masayukiyamamot</dc:creator>
      <dc:date>2017-01-27T11:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Frame drops during playing video</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Frame-drops-during-playing-video/m-p/650668#M99548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What exactly version of the Linux kernel do you use? There was the known memory fragmentation issue with the 3.0.35 kernel that caused the similar effects. So, the better way is to always use the latest kernel available.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Artur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 07:39:45 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Frame-drops-during-playing-video/m-p/650668#M99548</guid>
      <dc:creator>art</dc:creator>
      <dc:date>2017-01-31T07:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Frame drops during playing video</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Frame-drops-during-playing-video/m-p/650669#M99549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Artur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your comment.&amp;nbsp; I forgot to mention, but the Linux Kernel version I use is :&lt;/P&gt;&lt;P&gt;$ uname -a&lt;/P&gt;&lt;P&gt;Linux imx6qsabreauto 4.1.15-1.2.0~g77f6154 #1 SMP PREEMPT Thu Jan 26 14+46+28 JST 2017 armvl GNU/Linux&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe this is the latest version I can get from the latest bitbake repo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Masa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2017 01:40:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Frame-drops-during-playing-video/m-p/650669#M99549</guid>
      <dc:creator>masayukiyamamot</dc:creator>
      <dc:date>2017-02-01T01:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Frame drops during playing video</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Frame-drops-during-playing-video/m-p/650670#M99550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually, the latest BSP is the L4.1.15_2.0.0 one, available for download from the NXP web site:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://www.nxp.com/products/software-and-tools/software-development-tools/i.mx-software-and-tools/i.mx-6-series-software-and-development-tool-resources:IMX6_SW" title="http://www.nxp.com/products/software-and-tools/software-development-tools/i.mx-software-and-tools/i.mx-6-series-software-and-development-tool-resources:IMX6_SW"&gt;i.MX 6 Series Software and Development Tool|NXP&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try it first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, refer to the Chapter 7 "Multimedia", especially, to the Section 7.3.12 "RTP/UDP MPEGTS streaming" of the attached document to try various UDP streaming settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Artur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2017 07:52:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Frame-drops-during-playing-video/m-p/650670#M99550</guid>
      <dc:creator>art</dc:creator>
      <dc:date>2017-02-06T07:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Frame drops during playing video</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Frame-drops-during-playing-video/m-p/650671#M99551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Artur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the latest BSP, but there was no improvement in the picture.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've looked up i.MX_Linux_User's_Guide.pdf, but the information did not help on this issue.&lt;/P&gt;&lt;P&gt;Can you comment on any other suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;$ uname -a&lt;/P&gt;&lt;P&gt;Linux imx6qsabreauto 4.1.15+gb63f3f5 #4 SMP PREEMPT Tue Feb 21 18:00:23 JST 2017 armv7l armv7l armv7l GNU/Linux&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Mar 2017 04:53:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Frame-drops-during-playing-video/m-p/650671#M99551</guid>
      <dc:creator>masayukiyamamot</dc:creator>
      <dc:date>2017-03-06T04:53:20Z</dc:date>
    </item>
  </channel>
</rss>

