<?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: Gstreamer ingestor loop config error in Edge Software Catalog</title>
    <link>https://community.intel.com/t5/Edge-Software-Catalog/Gstreamer-ingestor-loop-config-error/m-p/1407634#M1178</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/174"&gt;@JesusE_Intel&lt;/a&gt;&amp;nbsp;. It works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Luciano&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2022 16:52:19 GMT</pubDate>
    <dc:creator>Lucho</dc:creator>
    <dc:date>2022-08-11T16:52:19Z</dc:date>
    <item>
      <title>Gstreamer ingestor loop config error</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Gstreamer-ingestor-loop-config-error/m-p/1407174#M1176</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;working with EII 3.0.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running Video Ingestion container with gstreamer stops execution after one loop.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Configuration:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="json"&gt;"/VideoIngestion/config": {
    "cert_type": [
      "zmq"
    ],
    "encoding": {
      "level": 95,
      "type": "jpeg"
    },
    "ingestor": {
      "loop_video": true,
      "pipeline": "multifilesrc location=./test_videos/pcb_d2000.avi loop=TRUE ! decodebin ! videoconvert ! video/x-raw,format=BGR ! appsink",
      "poll_interval": 0.2,
      "queue_size": 10,
      "type": "gstreamer"
    },
    "max_workers": 4,
    "sw_trigger": {
      "init_state": "running"
    },
    "udfs": [
      {
        "n_left_px": 1000,
        "n_right_px": 1000,
        "n_total_px": 300000,
        "name": "pcb.pcb_filter",
        "scale_ratio": 4,
        "training_mode": "false",
        "type": "python"
      }
    ]
  },&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This issue is related with this &lt;A href="https://community.intel.com/t5/Intel-Edge-Software-Hub/Gstreamer-ingestor/m-p/1310120#M880" target="_self"&gt;one.&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lucho_0-1660070750374.png" style="width: 724px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/32448i808636AE401BA607/image-dimensions/724x218/is-moderation-mode/true?v=v2&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" width="724" height="218" role="button" title="Lucho_0-1660070750374.png" alt="Lucho_0-1660070750374.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ingestor configs are the only modifications to default EII 3.0 installation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any help will be aprecciated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Luciano&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 18:50:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Gstreamer-ingestor-loop-config-error/m-p/1407174#M1176</guid>
      <dc:creator>Lucho</dc:creator>
      <dc:date>2022-08-09T18:50:02Z</dc:date>
    </item>
    <item>
      <title>Re:Gstreamer ingestor loop config error</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Gstreamer-ingestor-loop-config-error/m-p/1407444#M1177</link>
      <description>&lt;P&gt;Hi Luciano,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you try to configure the Video Ingestor as follows in the &lt;SPAN style="font-family: courier;"&gt;VideoIngestor/config.json&lt;/SPAN&gt; file and see if the video loops?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;{&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;&amp;nbsp;"type": "gstreamer",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;&amp;nbsp;"pipeline": "multifilesrc loop=TRUE stop-index=0 location=./test_videos/pcb_d2000.avi ! h264parse ! decodebin ! videoconvert ! video/x-raw,format=BGR ! appsink"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier;"&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jesus&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Aug 2022 19:57:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Gstreamer-ingestor-loop-config-error/m-p/1407444#M1177</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2022-08-10T19:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Gstreamer ingestor loop config error</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Gstreamer-ingestor-loop-config-error/m-p/1407634#M1178</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.intel.com/t5/user/viewprofilepage/user-id/174"&gt;@JesusE_Intel&lt;/a&gt;&amp;nbsp;. It works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Luciano&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 16:52:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Gstreamer-ingestor-loop-config-error/m-p/1407634#M1178</guid>
      <dc:creator>Lucho</dc:creator>
      <dc:date>2022-08-11T16:52:19Z</dc:date>
    </item>
    <item>
      <title>Re:Gstreamer ingestor loop config error</title>
      <link>https://community.intel.com/t5/Edge-Software-Catalog/Gstreamer-ingestor-loop-config-error/m-p/1407651#M1179</link>
      <description>&lt;P&gt;Great! If you need any additional information, please submit a new question as this thread will no longer be monitored.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2022 17:34:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Edge-Software-Catalog/Gstreamer-ingestor-loop-config-error/m-p/1407651#M1179</guid>
      <dc:creator>JesusE_Intel</dc:creator>
      <dc:date>2022-08-11T17:34:59Z</dc:date>
    </item>
  </channel>
</rss>

