<?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: DataReader::SetPosition/GetPosition required? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/DataReader-SetPosition-GetPosition-required/m-p/915705#M15095</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;please take a look on comments provided by our experts:&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT face="Arial" color="navy" size="2"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;There is implicit requirement for DataReader when it operates with live streams: GetSize() should return 0. This prevents MPEG2TSParser from calling SetPostion.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT face="Arial" color="navy" size="2"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;GetPosition doesnt return UMC::Status, it returns Ipp64u-value that is current position in the stream. Correctness of this value isnt required for live streaming.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
    <pubDate>Thu, 02 Aug 2007 10:15:33 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2007-08-02T10:15:33Z</dc:date>
    <item>
      <title>DataReader::SetPosition/GetPosition required?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/DataReader-SetPosition-GetPosition-required/m-p/915704#M15094</link>
      <description>&lt;DIV align="left"&gt;Hi, &lt;BR /&gt;&lt;BR /&gt;I'm porting a stream reading application to version 5.2 and it seems that there are some changes in the area of the DataReader requirements. Specifically, it looks like the MPEG2TSParser *requires* the DataReader to support the SetPosition/GetPosition interface and returning UMC_ERR_FAILED is not an option any more. Is that true and intentional?&lt;BR /&gt;&lt;BR /&gt;What strategy should I employ to work with (live) streams that don't support the positioning interface?&lt;BR /&gt;&lt;BR /&gt;Thank you very much for any help, &lt;BR /&gt;Tilman&lt;BR /&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 20 Jul 2007 19:11:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/DataReader-SetPosition-GetPosition-required/m-p/915704#M15094</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2007-07-20T19:11:22Z</dc:date>
    </item>
    <item>
      <title>Re: DataReader::SetPosition/GetPosition required?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/DataReader-SetPosition-GetPosition-required/m-p/915705#M15095</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;please take a look on comments provided by our experts:&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT face="Arial" color="navy" size="2"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;There is implicit requirement for DataReader when it operates with live streams: GetSize() should return 0. This prevents MPEG2TSParser from calling SetPostion.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="MsoNormal"&gt;&lt;FONT face="Arial" color="navy" size="2"&gt;&lt;SPAN style="FONT-SIZE: 10pt; COLOR: navy; FONT-FAMILY: Arial"&gt;GetPosition doesnt return UMC::Status, it returns Ipp64u-value that is current position in the stream. Correctness of this value isnt required for live streaming.&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Thu, 02 Aug 2007 10:15:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/DataReader-SetPosition-GetPosition-required/m-p/915705#M15095</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2007-08-02T10:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: DataReader::SetPosition/GetPosition required?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/DataReader-SetPosition-GetPosition-required/m-p/915706#M15096</link>
      <description>We've implemented DataReader to read from a stream source ,and of course it doesn't support to get absolute position or size.Problem is we demux transmitted MPEG2TS data that includes video and private stream and we can get video data but no private stream.&lt;BR /&gt;&lt;BR /&gt;When we used FileReader(and passing transmitted data file as parameter) instead of "StreamReader" we implemented, we can succesfully capture video and private stream data.&lt;BR /&gt;&lt;BR /&gt;Is this an error related with GetSize() returning 0 or anything else?&lt;BR /&gt;</description>
      <pubDate>Sun, 30 Dec 2007 15:36:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/DataReader-SetPosition-GetPosition-required/m-p/915706#M15096</guid>
      <dc:creator>Ali_Gökalp_P_</dc:creator>
      <dc:date>2007-12-30T15:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: DataReader::SetPosition/GetPosition required?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/DataReader-SetPosition-GetPosition-required/m-p/915707#M15097</link>
      <description>&lt;P&gt;there is recomendation from our expert to check implementation of MovePosition(Ipp64u) function in your StreamReader. It should have similar behaviour as in DataReader. This function is used by TS parser.&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Fri, 11 Jan 2008 17:31:43 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/DataReader-SetPosition-GetPosition-required/m-p/915707#M15097</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2008-01-11T17:31:43Z</dc:date>
    </item>
  </channel>
</rss>

