<?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: Decoding of multiple H.264 streams simultaniously in i.MX Processors</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/Decoding-of-multiple-H-264-streams-simultaniously/m-p/1090950#M159873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bio_TICFSL,&lt;/P&gt;&lt;P&gt;thanks for reply. What is your understanding of multiple displays? To show several streams or outputs on one display (monitor) or show one stream or output on more than one display (monitor)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jun 2020 19:12:56 GMT</pubDate>
    <dc:creator>MicMoba</dc:creator>
    <dc:date>2020-06-30T19:12:56Z</dc:date>
    <item>
      <title>Decoding of multiple H.264 streams simultaniously</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Decoding-of-multiple-H-264-streams-simultaniously/m-p/1090946#M159869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to decode up to four H.264 (BaseLine) streams simultaniosly and show them on a LVDS display. &lt;/P&gt;&lt;P&gt;I found a table in a NXP document (DWF14_APF_IND_T0208.pdf) that the VPU can decode up to 8 &lt;A href="mailto:D1@30fps"&gt;D1@30fps&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Is it also possible to mix up the stream formats? For example 2 &lt;A href="mailto:D1@30fps"&gt;D1@30fps&lt;/A&gt; an 2 &lt;A href="mailto:720p@30fps"&gt;720p@30fps&lt;/A&gt;?&lt;/P&gt;&lt;P&gt;In a simple test I let stream three cameras with &lt;A href="mailto:720p@30fps"&gt;720p@30fps&lt;/A&gt;. Two of these cameras are the same type. The third is a different one. I decode and show them with gstreamer. If I use 2 cameras everything is fine but when I connect the 3rd camera the display stucks.&lt;/P&gt;&lt;P&gt;This happens always when I connect the camera that is another type.&lt;/P&gt;&lt;P&gt;I figgure out that this camera always sent &lt;A href="mailto:BaseLine@L4.1"&gt;BaseLine@L4.1&lt;/A&gt; independent of the resolution. I read in a forum that the decoder take the profile and level information to initialize the decoder.&lt;/P&gt;&lt;P&gt;So my question: Is it possible that the VPU reach its bounds when this one camera streams &lt;A href="mailto:BaseLine@L4.1"&gt;BaseLine@L4.1&lt;/A&gt; and so the whole decoding stucks?&lt;/P&gt;&lt;P&gt;The attached table say that the VPU only can decode 1 stream with &lt;A href="mailto:1080p@30fps"&gt;1080p@30fps&lt;/A&gt;. That's what &lt;A href="mailto:BaseLine@L4.1"&gt;BaseLine@L4.1&lt;/A&gt; mean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2020 13:32:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Decoding-of-multiple-H-264-streams-simultaniously/m-p/1090946#M159869</guid>
      <dc:creator>MicMoba</dc:creator>
      <dc:date>2020-06-25T13:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Decoding of multiple H.264 streams simultaniously</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Decoding-of-multiple-H-264-streams-simultaniously/m-p/1090947#M159870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the i.MX6 The VPU is able to support 1 decode at 1080p@30fps, In the MX8M it can support 4Kp30 (h.264), 1080p60.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2020 15:13:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Decoding-of-multiple-H-264-streams-simultaniously/m-p/1090947#M159870</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-06-26T15:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Decoding of multiple H.264 streams simultaniously</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Decoding-of-multiple-H-264-streams-simultaniously/m-p/1090948#M159871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but how much is the effect of the profile and level to the decoder capacity? &lt;A href="mailto:1080p@30fps"&gt;1080p@30fps&lt;/A&gt; matches Baseline profile and level 4.1&lt;/P&gt;&lt;P&gt;If now the stream source always send &lt;A href="mailto:Baseline@L4.1"&gt;Baseline@L4.1&lt;/A&gt; independent of the real resolution because of an issue can this cause a "overload" of the VPU if a second steam comes in?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2020 03:56:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Decoding-of-multiple-H-264-streams-simultaniously/m-p/1090948#M159871</guid>
      <dc:creator>MicMoba</dc:creator>
      <dc:date>2020-06-29T03:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Decoding of multiple H.264 streams simultaniously</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Decoding-of-multiple-H-264-streams-simultaniously/m-p/1090949#M159872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The second stream will caused overload.&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Please refer to “i.MX_Linux_User's_Guide.pdf”.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="min-height: 8pt; padding: 0px;"&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;“Video playback to multiple displays can be supported by a video sink plugin. &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;To configure the video sink plugin for multidisplay mode, see Overlaysink usage &lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;later in this document.”&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="" style="min-height: 8pt; padding: 0px;"&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; It makes sense to use the recent BSP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="" data-content-finding="Community" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.nxp.com%2Fproducts%2Fmicrocontrollers-and-processors%2Farm-processors%2Fi.mx-applications-processors%2Fi.mx-6-processors%2Fi.mx6qp%2Fi.mx-6-series-software-and-development-tool-resources%3AIMX6_SW" rel="nofollow" target="_blank"&gt;i.MX 6 Series Software and Development Tool|NXP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2020 14:14:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Decoding-of-multiple-H-264-streams-simultaniously/m-p/1090949#M159872</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-06-30T14:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Decoding of multiple H.264 streams simultaniously</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Decoding-of-multiple-H-264-streams-simultaniously/m-p/1090950#M159873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bio_TICFSL,&lt;/P&gt;&lt;P&gt;thanks for reply. What is your understanding of multiple displays? To show several streams or outputs on one display (monitor) or show one stream or output on more than one display (monitor)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jun 2020 19:12:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Decoding-of-multiple-H-264-streams-simultaniously/m-p/1090950#M159873</guid>
      <dc:creator>MicMoba</dc:creator>
      <dc:date>2020-06-30T19:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: Decoding of multiple H.264 streams simultaniously</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/Decoding-of-multiple-H-264-streams-simultaniously/m-p/1090951#M159874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To have several stream and output on one display or different display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2020 14:16:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/Decoding-of-multiple-H-264-streams-simultaniously/m-p/1090951#M159874</guid>
      <dc:creator>Bio_TICFSL</dc:creator>
      <dc:date>2020-07-01T14:16:26Z</dc:date>
    </item>
  </channel>
</rss>

