<?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: How to rewind GStreamer / VPU playback? in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/How-to-rewind-GStreamer-VPU-playback/m-p/276902#M31058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leonardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm experiencing the Fast Forward / Rewind issue. After multiple seeks (random numbers of seeks) in the H264 clip, IMX crash and need a reboot.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Do you have more information about this issue ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;VPU fw = 2.3.10_r40778&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Nicolas&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Oct 2014 17:37:21 GMT</pubDate>
    <dc:creator>nicolasimx</dc:creator>
    <dc:date>2014-10-02T17:37:21Z</dc:date>
    <item>
      <title>How to rewind GStreamer / VPU playback?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-rewind-GStreamer-VPU-playback/m-p/276898#M31054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm playing back MP4 videos on iMX.6 with a gstreamer pipeline like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filesrc location=%s typefind=true ! aiurdemux ! vpudec ! mfw_v4lsink&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This pipeline works for play, pause, and fast-forward, but in rewind moving objects leave a trail of corrupted macro-blocks. I enter rewind like this (rate == -2.0, ms == current position in ms):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; gst_element_seek ((GstElement*)pipeline, rate, GST_FORMAT_TIME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (GstSeekFlags)(GST_SEEK_FLAG_FLUSH | GST_SEEK_FLAG_KEY_UNIT | GST_SEEK_FLAG_SKIP),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GST_SEEK_TYPE_NONE, 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GST_SEEK_TYPE_SET, ms * 1000000);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd be satisfied if I could work around this by only showing key frames during rewind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 11:54:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-rewind-GStreamer-VPU-playback/m-p/276898#M31054</guid>
      <dc:creator>adriancox</dc:creator>
      <dc:date>2013-08-27T11:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to rewind GStreamer / VPU playback?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-rewind-GStreamer-VPU-playback/m-p/276899#M31055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Adrian,&lt;/P&gt;&lt;P&gt;have you seen the gplay source code? With it, I am not seeing any macro-brock when rewinding. Source code is located on LTIB's gst-fsl-plugins package.&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, 27 Aug 2013 15:06:44 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-rewind-GStreamer-VPU-playback/m-p/276899#M31055</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-08-27T15:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to rewind GStreamer / VPU playback?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-rewind-GStreamer-VPU-playback/m-p/276900#M31056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get the same issue in gplay. I think it may be an encoding issue with the file, as rewind in VLC is also very poor quality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 08:16:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-rewind-GStreamer-VPU-playback/m-p/276900#M31056</guid>
      <dc:creator>adriancox</dc:creator>
      <dc:date>2013-08-28T08:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to rewind GStreamer / VPU playback?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-rewind-GStreamer-VPU-playback/m-p/276901#M31057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see. Try better quality videos and see if you see the same blocks. In the other hand, there is a problem when doing many seeks (FF, REW), if you find this, it is a known issue...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2013 19:06:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-rewind-GStreamer-VPU-playback/m-p/276901#M31057</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-08-28T19:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to rewind GStreamer / VPU playback?</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/How-to-rewind-GStreamer-VPU-playback/m-p/276902#M31058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leonardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm experiencing the Fast Forward / Rewind issue. After multiple seeks (random numbers of seeks) in the H264 clip, IMX crash and need a reboot.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Do you have more information about this issue ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;VPU fw = 2.3.10_r40778&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Nicolas&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 17:37:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/How-to-rewind-GStreamer-VPU-playback/m-p/276902#M31058</guid>
      <dc:creator>nicolasimx</dc:creator>
      <dc:date>2014-10-02T17:37:21Z</dc:date>
    </item>
  </channel>
</rss>

