<?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: VPU errors when dual-direction video streaming</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/VPU-errors-when-dual-direction-video-streaming/m-p/165733#M4408</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah!&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "loopback" parameter worked well in MPEG-4 format streaming.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still have problem in H.264 streaming. I will trace it in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lots of thank to Daiane ! :-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jun 2012 04:31:35 GMT</pubDate>
    <dc:creator>ripple</dc:creator>
    <dc:date>2012-06-04T04:31:35Z</dc:date>
    <item>
      <title>VPU errors when dual-direction video streaming</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/VPU-errors-when-dual-direction-video-streaming/m-p/165729#M4404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I met a dual-direction video streaming question when using camera for video phone application, seems some troubles come from VPU.&lt;/P&gt;&lt;P&gt;I had two i.mx53 board with camera, one's ip is 192.168.0.202, the other's is 192.168.0.210. Used following command line as video streaming receiver:&lt;/P&gt;&lt;P&gt;gst-launch-0.10 -v udpsrc port=5002 ! queue ! capsfilter caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, profile-level-id=(string)420014, payload=(int)96" ! rtph264depay ! mfw_vpudecoder codec-type=std_avc ! queue ! mfw_isink sync=false async=false&lt;/P&gt;&lt;P&gt;Used following command line as video streaming transmitter:&lt;/P&gt;&lt;P&gt;gst-launch-0.10 -v mfw_v4lsrc capture-width=352 capture-height=288 ! queue ! mfw_vpuencoder codec-type=std_avc ! rtph264pay ! queue ! udpsink host=192.168.0.202 port=5002 sync=false async=false&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All single direction video communication worked well, but if I used dual direction command line like a video phone, the error came out .&lt;/P&gt;&lt;P&gt;I ran this command line on 192.168.0.102&lt;/P&gt;&lt;P&gt;gst-launch-0.10 -v udpsrc port=5002 ! queue ! capsfilter caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, profile-level-id=(string)420014, payload=(int)96" ! rtph264depay ! mfw_vpudecoder codec-type=std_avc ! queue ! mfw_isink sync=false async=false &amp;amp;&lt;/P&gt;&lt;P&gt;gst-launch-0.10 -v mfw_v4lsrc capture-width=352 capture-height=288 ! queue ! mfw_vpuencoder codec-type=std_avc ! rtph264pay ! queue ! udpsink host=192.168.0.210 port=5010 sync=false async=false&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And ran&amp;nbsp;&amp;nbsp;this command line on 192.168.0.102&lt;/P&gt;&lt;P&gt;gst-launch-0.10 -v udpsrc port=5010 ! queue ! capsfilter caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, profile-level-id=(string)420014, payload=(int)96" ! rtph264depay ! mfw_vpudecoder codec-type=std_avc ! queue ! mfw_isink sync=false async=false &amp;amp;&lt;/P&gt;&lt;P&gt;gst-launch-0.10 -v mfw_v4lsrc capture-width=352 capture-height=288 ! queue ! mfw_vpuencoder codec-type=std_avc ! rtph264pay ! queue ! udpsink host=192.168.0.202 port=5002 sync=false async=false&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both mx53 boards came out such log line text every second:&lt;/P&gt;&lt;P&gt;"[WARN] VPU mutex couldn't be locked before timeout expired"&lt;/P&gt;&lt;P&gt;And the screen freezed and no any video playing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody give me some suggestion? Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 13:40:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/VPU-errors-when-dual-direction-video-streaming/m-p/165729#M4404</guid>
      <dc:creator>ripple</dc:creator>
      <dc:date>2012-06-01T13:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: VPU errors when dual-direction video streaming</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/VPU-errors-when-dual-direction-video-streaming/m-p/165730#M4405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you, please, see if your vpuencoder / vpudecoder has a loopback property?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gst-inspect mfw_vpudecoder | grep loopback&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 13:55:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/VPU-errors-when-dual-direction-video-streaming/m-p/165730#M4405</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2012-06-01T13:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: VPU errors when dual-direction video streaming</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/VPU-errors-when-dual-direction-video-streaming/m-p/165731#M4406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, it has, default value is false.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it needed to be true? Can you tell me what this property's function is? Some confused by the inspect log line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, Daiane!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 14:03:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/VPU-errors-when-dual-direction-video-streaming/m-p/165731#M4406</guid>
      <dc:creator>ripple</dc:creator>
      <dc:date>2012-06-01T14:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: VPU errors when dual-direction video streaming</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/VPU-errors-when-dual-direction-video-streaming/m-p/165732#M4407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, try it with true (loopback=true)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will allow gst plugin to create thread properly to configure VPU to have 2&amp;nbsp;simultaneous instances (one for decoder and one for encoder just like a loopback)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2012 17:26:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/VPU-errors-when-dual-direction-video-streaming/m-p/165732#M4407</guid>
      <dc:creator>daiane_angolini</dc:creator>
      <dc:date>2012-06-01T17:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: VPU errors when dual-direction video streaming</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/VPU-errors-when-dual-direction-video-streaming/m-p/165733#M4408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah!&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "loopback" parameter worked well in MPEG-4 format streaming.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still have problem in H.264 streaming. I will trace it in detail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lots of thank to Daiane ! :-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jun 2012 04:31:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/VPU-errors-when-dual-direction-video-streaming/m-p/165733#M4408</guid>
      <dc:creator>ripple</dc:creator>
      <dc:date>2012-06-04T04:31:35Z</dc:date>
    </item>
  </channel>
</rss>

