<?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>i.MX Processorsのトピック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/270371#M29095</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no idea why it worked before and why it then did not work. All I can say is after a whole day of setting semi-random parameters we managed to get one configuration to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, I had to use the capture-mode parameter to mfw_v4lsrc as well as the capture-width and capture-height parameters, e.g. capture-mode=3 capture-width=720 capture-height=576&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, reducing resolution from full screen (1024x600) to 720x576.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As is usual with this sort of problem, I think there are multiple faults. The loopback=true you suggested is essential. Without it, it goes back to having the "VPU mutex couldn't be locked before timeout expired" errors, so, I think this was the critical step.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I am deeply suspicious of the quality of the camera driver and/or gstreamer elements, either mfw_v4lsrc or &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;mfw_ipucsc&lt;/SPAN&gt;. First, and least important, it is my understanding that the gstreamer elements are supposed to negotiate parameters with each other. This does not seem to be completely true as if explicit parameter are removed we get strange "Internal data flow" errors due to mismatched buffer sizes. However, it seems that if we get explicit parameters right it does work. We do need the resolution to be adjustable. And asymmetric. We can live with a maximum of 720x576 but sometimes it does need to be smaller and sometimes the resolution in each direction can be different. I will do more experiments in this area and let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second, more important, thing is that the camera grabber crashed (SIGSEGV) several times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-launch \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsrc capture-mode=3 capture-width=720 capture-height=576 ! \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_ipucsc ! \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "video/x-raw-yuv,format=(fourcc)I420,width=720,height=576,framerate=(fraction)90000/3000" ! \&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; mfw_v4lsink disp-width=720 disp-height=576 sync=false&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MFW_GST_V4LSRC_PLUGIN 2.0.3-1-179-e630aa8d build on Dec 26 2011 16:00:55.&lt;/P&gt;&lt;P&gt;IPU_CSC_CORE_LIBRARY_VERSION_INFOR_01.00.&lt;/P&gt;&lt;P&gt;MFW_GST_IPU_CSC_PLUGIN 2.0.3-1-179-e630aa8d build on Dec 26 2011 15:58:02.&lt;/P&gt;&lt;P&gt;MFW_GST_V4LSINK_PLUGIN 2.0.3-1-179-e630aa8d build on Dec 26 2011 16:01:32.&lt;/P&gt;&lt;P&gt;Setting pipeline to PAUSED ...&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;Caught SIGSEGV accessing address 0x18&lt;/P&gt;&lt;P&gt;#0&amp;nbsp; 0x2ad1d976 in ?? ()&lt;/P&gt;&lt;P&gt;#1&amp;nbsp; 0x2ad31722 in ?? ()&lt;/P&gt;&lt;P&gt;Spinning.&amp;nbsp; Please run 'gdb gst-launch 11214' to continue debugging, Ctrl-C to quit, or Ctrl-\ to dump core.&lt;/P&gt;&lt;P&gt;^CCaught interrupt -- handling interrupt.&lt;/P&gt;&lt;P&gt;Interrupt: Stopping pipeline ...&lt;/P&gt;&lt;P&gt;Execution ended after 17220705155 ns.&lt;/P&gt;&lt;P&gt;Setting pipeline to PAUSED ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And once it had crashed, it continued to do so, requiring a reboot before it worked again. And in one case several reboots! This is a much more important issue, and harder to give a scenario for which it is guaranteed to occur. It first occurred doing the transmit over UDP, but as the above shows, it can happen on a very direct grab to screen as well. The worst kind of bug, I am afraid. But this is the thing we need support on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Aug 2013 13:57:41 GMT</pubDate>
    <dc:creator>rjongbloed</dc:creator>
    <dc:date>2013-08-22T13:57:41Z</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>

