<?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: Freescale's hardware accelerated h264 codec in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270354#M29078</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for all the help so far. Things are getting closer, but I am still getting some inexplicable behaviour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To refresh what we are doing. It is a full screen videophone using SIP. So when a call is established we need audio &amp;amp; video, receive &amp;amp; transmit, media streams. I internally map these to four separate pipelines, each run in their own thread within our application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is for two reasons, in a SIP call you can have any combination of those four streams at any given moment, and it can change at any time, for example when put on hold, so you would have to stop a single pipeline, reconstruct it, and restart it. Easier just to have one each.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second reason is constructing a pipeline that does four different streams simultaneously is tricky. The syntax is arcane and the pipeline does not "roll" at the slightest mistake. I have not had much luck in the past getting such complicated pipelines going.&lt;/P&gt;&lt;P&gt;&lt;TT&gt;&lt;/TT&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;With this set up, whenever we make calls, the video freezes and we get a large number (several per second) messages of the form:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;mxc_ipu_hl_lib.c:956 ipu is busy&lt;SPAN style="font-size: 10.0pt; font-family: 'Courier New';"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;And here is the interesting bit. If I make the call with video in one direction only, &lt;STRONG&gt;it works perfectly&lt;/STRONG&gt;!&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;This sounds like some sort of threading contention issue, and you cannot have an encoder and decoder running at the same time. This does not make sense, of course. It &lt;EM&gt;must&lt;/EM&gt; be able to do this. But I have no clue what I might be doing that causes the problem. The two pipelines are:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;"appsrc stream-type=0 is-live=true name=videoAppSource ! application/x-rtp, media=video, payload=113, clock-rate=90000, encoding-name=H264 ! rtph264depay name=videoDepacketiser ! queue max-size-buffers=1000 ! mfw_vpudecoder name=videoDecoder ! mfw_ipucsc ! mfw_v4lsink sync=false name=videoSinkDevice"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"mfw_v4lsrc name=videoSourceDevice ! mfw_ipucsc ! video/x-raw-yuv, format=(fourcc)I420, width=352, height=288, framerate=(fraction)90000/3000 ! mfw_vpuencoder codec-type=2 name=videoEncoder ! queue max-size-buffers=1000 ! rtph264pay config-interval=5 name=videoPacketiser pt=113 mtu=1444 ! appsink name=videoAppSink sync=true async=false max-buffers=10 drop=false"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jul 2013 02:49:17 GMT</pubDate>
    <dc:creator>rjongbloed</dc:creator>
    <dc:date>2013-07-08T02:49:17Z</dc:date>
    <item>
      <title>Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270320#M29044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-size: 12pt; font-family: 'Times New Roman', serif; color: black;"&gt;I installed the Freescale's codecs following i.MX Linux Mulimedia Framework User's Guide.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-size: 12pt; font-family: 'Times New Roman', serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-size: 12pt; font-family: 'Times New Roman', serif; color: black;"&gt;While trying to use a h264 codec we get the following error:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-size: 12pt; font-family: 'Times New Roman', serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-size: 12pt; font-family: 'Times New Roman', serif; color: black;"&gt;0:11.053 PExternalT...0x2f2be420 GStreamer mfw_gst_h264_getbuffer: &amp;gt;&amp;gt;DECODER: Error -4 in allocating the Framebuffer[0]&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN style="font-style: inherit; font-size: 12pt; font-family: 'Times New Roman', serif; color: black;"&gt;Could anybody point to a document that may help to interpret codec errors? What the&amp;nbsp; "Error -4" means?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="jive-thread-reply-btn" style="margin: 26px 0px -10px; font-size: 0.9em; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;/P&gt;&lt;DIV class="jive-thread-reply-btn-correct" style="font-style: inherit; font-family: inherit;"&gt;&lt;A _jive_internal="true" href="https://community.nxp.com/thread/304416" style="margin: 0 20px 0 0; padding: 2px 14px 4px 28px; font-weight: bold; font-style: inherit; font-family: inherit; color: #3778c7; background-color: #f3f3f3;"&gt;iMX53 VPU usage&lt;/A&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;I printed that question in my old thread, but I have doubts because the old thread status assumed answered. That is a reason I reprinted the question starting new thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 12:57:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270320#M29044</guid>
      <dc:creator>rostislav</dc:creator>
      <dc:date>2013-06-03T12:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270321#M29045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rostislav,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems that error comes when trying to allocate memory. Could you post the gstreamer pipeline? Also attached the produced log when the pipeline is run with the parameter '--gst-debug=*mfw*:5'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, I do not know about the error number (-4), not really informative :smileysad:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 16:28:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270321#M29045</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-06-03T16:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270322#M29046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a test script which pretty much does exactly what the application does. Substituting x264 and running on a normal PC, this pipeline does work. On the embedded system, bang!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;#!/bin/sh&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ENC="mfw_vpuencoder codec-type=2"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;DEC="mfw_h264decoder"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;#ENC="x264enc"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;#DEC="ffdec_h264"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;gst-launch \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; "videotestsrc" ! \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; "ffmpegcolorspace" ! \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; "video/x-raw-yuv,format=(fourcc)I420,width=352,height=288,framerate=(fraction)90000/3000" ! \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; "$ENC" ! \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; "rtph264pay" "mtu=1444" "pt=107" ! \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; "application/x-rtp,media=video,payload=107,clock-rate=90000,encoding-name=H264" ! \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; "rtph264depay" ! \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; "$DEC" ! \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; "ffmpegcolorspace" ! \&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; "ximagesink" "display=:0.0"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;and this is the output:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;H264D_ARM11_02.06.01&amp;nbsp; build on Jul 12 2011 13:38:27.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;MFW_GST_H264_DECODER_PLUGIN 2.0.3-1-179-e630aa8d build on Dec 26 2011 16:04:09.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Setting pipeline to PAUSED ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[INFO]&amp;nbsp; Product Info: i.MX53&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;VPU Version: firmware 1.4.41; libvpu: 5.3.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;MFW_GST_VPU_ENCODER_PLUGIN 2.0.3-1-179-e630aa8d build on Dec 26 2011 15:58:19.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Pipeline is PREROLLING ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Caught SIGSEGV accessing address 0x180f&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;#0&amp;nbsp; 0x2ad1d976 in ?? ()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;#1&amp;nbsp; 0x2ad31722 in ?? ()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Spinning.&amp;nbsp; Please run 'gdb gst-launch 16089' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;^CCaught interrupt -- handling interrupt.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Interrupt: Stopping pipeline ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ERROR: pipeline doesn't want to preroll.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Setting pipeline to NULL ...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;^C&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the SEGV is disappointing!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 01:25:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270322#M29046</guid>
      <dc:creator>rjongbloed</dc:creator>
      <dc:date>2013-06-04T01:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270323#M29047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;+ ENC="vpuenc"&lt;/P&gt;&lt;P&gt;+ DEC="vpudec"&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ mfw_ipucsc instead of ffmpegcolorspace&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;+ mfw_v4lsink instead of ximagesink&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 16:18:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270323#M29047</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-06-04T16:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270324#M29048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately, I get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WARNING: erroneous pipeline: no element "vpuenc"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;and when I do a gst-inspect, I get:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;lucid@lucid-desktop:~/projects$ gst-inspect | grep vpu&lt;BR /&gt;mfw_vpuencoder:&amp;nbsp; mfw_vpuencoder: Freescale: Hardware (VPU) Encoder&lt;BR /&gt;mfw_vpudecoder:&amp;nbsp; mfw_vpudecoder: Freescale: Hardware (VPU) Decoder&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;is there something else we should install?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 23:30:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270324#M29048</guid>
      <dc:creator>rjongbloed</dc:creator>
      <dc:date>2013-06-04T23:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270325#M29049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh Sorry, you are on MX53. Can you try those codecs (mfw_*) ? There is nothing more you need to install. You got the HW accelerated gstreamer elements you need to use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jun 2013 16:32:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270325#M29049</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-06-05T16:32:20Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270326#M29050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, that has got us a bit further. Now there seems to be a transparency issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any additional documentation on the mfw_v4lsink?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Linux_Multimedia_Framework_User_Guide.pdf file I have doesn't say much about it.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jun 2013 00:21:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270326#M29050</guid>
      <dc:creator>rjongbloed</dc:creator>
      <dc:date>2013-06-06T00:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270327#M29051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have dug into this further. Going back to the gst-launch script, there is nothing appearing on the screen and there are occasional&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;[WARN]&amp;nbsp; VPU mutex couldn't be locked before timeout expired&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;messages appearing. And when I do the ^C, I get&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;ERROR: pipeline doesn't want to preroll.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which implies something is stuck. While I am not really an expert in gstreamer, the pipeline looks OK and does work on a normal PC, with changes to the codecs etc. So, it has to be something subtle with the mfw_* stuff. I have attached a full trace log file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 00:51:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270327#M29051</guid>
      <dc:creator>rjongbloed</dc:creator>
      <dc:date>2013-06-07T00:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270328#M29052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leonardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please recommend some documents regarding the codecs?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 12:24:58 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270328#M29052</guid>
      <dc:creator>rostislav</dc:creator>
      <dc:date>2013-06-07T12:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270329#M29053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only information you can get comes from either the document you pointed out or typing gst-inspect to the specific element. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 15:23:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270329#M29053</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-06-07T15:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270330#M29054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By codecs you mean freescale gstreamer elements? If yes, as I told Robert, only the Multimedia User Guide and gst-inspect from the command line are the sources of info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 15:26:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270330#M29054</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-06-07T15:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270331#M29055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert, you issue will be escalated. I ran out of ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Jun 2013 15:28:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270331#M29055</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-06-07T15:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270332#M29056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Leonardo,&lt;/P&gt;&lt;P&gt;Could you please involve anybody who is related to the &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;freescale gstreamer elements development. We need to find a solution for the problem.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 15:35:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270332#M29056</guid>
      <dc:creator>rostislav</dc:creator>
      <dc:date>2013-06-11T15:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270333#M29057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your issue has been pushed to an internal query and it is currently being investigate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some observations from my side:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Do you observe the same issue without the (de)pay elements? Please construct a pipeline with just filesrc, enc, dec and filesink.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Why do you encode then decode at the same pipeline? your board should be streaming ( encoding + rtppaying) and your host should be doing the playback (decoding + depaying) but you have everything on a single pipeline. I know on PC works fine, but I do not understand the purpose of that pipeline.&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, 11 Jun 2013 15:59:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270333#M29057</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-06-11T15:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270334#M29058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. Yes that works.But why does the (de)pay elements work fine when using codecs on a normal x86 PC?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. This is for test purposes only. Imagine that it is really two pipelines on two different machines. As in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch \&lt;/P&gt;&lt;P&gt;&amp;nbsp; "videotestsrc" ! "mfw_ipucsc" ! \&lt;/P&gt;&lt;P&gt;&amp;nbsp; "video/x-raw-yuv,format=(fourcc)I420,width=352,height=288,framerate=(fraction)90000/3000" ! \&lt;/P&gt;&lt;P&gt;&amp;nbsp; "mfw_vpuencoder codec-type=2" ! \&lt;/P&gt;&lt;P&gt;&amp;nbsp; "rtph264pay" "mtu=1444" "pt=107" ! \&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;packets are sent via RTP on a UDP socket to another machine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch \&lt;/P&gt;&lt;P&gt;&amp;nbsp; "application/x-rtp,media=video,payload=107,clock-rate=90000,encoding-name=H264" ! \&lt;/P&gt;&lt;P&gt;&amp;nbsp; "rtph264depay" ! \&lt;/P&gt;&lt;P&gt;&amp;nbsp; "mfw_vpudecoder" ! \&lt;/P&gt;&lt;P&gt;&amp;nbsp; "mfw_ipucsc" ! \&lt;/P&gt;&lt;P&gt;&amp;nbsp; "mfw_v4lsink"&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;All I did for testing was not do the packets over the wire bit.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 01:03:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270334#M29058</guid>
      <dc:creator>rjongbloed</dc:creator>
      <dc:date>2013-06-12T01:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270335#M29059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For point 2, have you run those two pipelines (on separate machines)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 15:26:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270335#M29059</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-06-12T15:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270336#M29060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Both pipelines run on the same machine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jun 2013 15:43:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270336#M29060</guid>
      <dc:creator>rostislav</dc:creator>
      <dc:date>2013-06-12T15:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270337#M29061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I only have one machine to play with, so I have not tried that mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the principle of having an encoder and and a decoder running in a consecutive pipeline rather than two parallel pipelines should be a valid test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As it works without the (de)pay stages, I am guessing there is an issue with getting the NALU's in a format that mfw_decoder likes. Is there any information on that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you actually know of anyone that has a working pipeline for receiving RTP packets?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 00:13:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270337#M29061</guid>
      <dc:creator>rjongbloed</dc:creator>
      <dc:date>2013-06-13T00:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270338#M29062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert.&lt;/P&gt;&lt;P&gt;Yes, the pipeline you are running is valid, that is no doubt. on MX53 I have not seen any pipelines like the ones you are seeing. On MX6, there are some pipelines I have executed but using a &lt;STRONG&gt;&lt;EM&gt;RTP bin&lt;/EM&gt;&lt;/STRONG&gt; element, but I do not know what issues you will face on your setup; take a look &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-94646"&gt;here&lt;/A&gt;. BTW, if you got streaming working, any other issue is stopping you to advance?&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, 13 Jun 2013 16:07:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270338#M29062</guid>
      <dc:creator>LeonardoSandova</dc:creator>
      <dc:date>2013-06-13T16:07:34Z</dc:date>
    </item>
    <item>
      <title>Re: Freescale's hardware accelerated h264 codec</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270339#M29063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;I have tried next pipelines in iMx53 and they are working fine.&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;These are based on Leo's examples. So, the rtppay/depay is working correctly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;# SOURCE FROM PC&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;gst-launch-0.10 gstrtpbin name=rtpbin \&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; videotestsrc ! ffmpegcolorspace ! "video/x-raw-yuv,format=(fourcc)I420,width=352,height=288,framerate=(fraction)90000/3000" ! x264enc byte-stream=true ! queue ! rtph264pay ! rtpbin.send_rtp_sink_0 \&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&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; rtpbin.send_rtp_src_0 ! udpsink port=5000 host=10.112.98.90&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;&amp;nbsp;&amp;nbsp; \&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&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; rtpbin.send_rtcp_src_0 ! udpsink port=5001 sync=false async=false host=10.112.98.90&amp;nbsp;&amp;nbsp; \&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&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; udpsrc port=5005 ! rtpbin.recv_rtcp_sink_0&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;#SINK FROM IMX53&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;gst-launch -v gstrtpbin name=rtpbin&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;&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; \&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; udpsrc caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=H264" buffer-size=500000 \&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; port=5000 ! rtpbin.recv_rtp_sink_0&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rtpbin. ! queue max-size-buffers=1000000 ! rtph264depay ! queue max-size-buffers=1000000 ! mfw_vpudecoder ! "mfw_v4lsink"&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; \&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; udpsrc port=5001 ! rtpbin.recv_rtcp_sink_0&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; \&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rtpbin.send_rtcp_src_0 ! udpsink port=5005 sync=false async=false&lt;/P&gt;&lt;P&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jun 2013 23:10:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Freescale-s-hardware-accelerated-h264-codec/m-p/270339#M29063</guid>
      <dc:creator>juangutierrez</dc:creator>
      <dc:date>2013-06-13T23:10:13Z</dc:date>
    </item>
  </channel>
</rss>

