<?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: Receiving MPEG4 stream from a IP camera? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909744#M13994</link>
    <description>&lt;P&gt;Your stream is ASF stream with one MS MPEG-4 v3 video stream inside.&lt;/P&gt;
&lt;P&gt;So you need ASF splitter anyway. I hope it will be present in the next version of UMC.&lt;/P&gt;
&lt;P&gt;But unfortunately UMC mpeg4 decoder is unable to decode MS MPEG-4 v3. This standard is closed. Our decoder supports ISO mpeg4 video (ISO 14496-12) only.&lt;/P&gt;
&lt;P&gt;Can you choose the output stream format in your cam?&lt;/P&gt;</description>
    <pubDate>Wed, 16 Apr 2008 09:40:39 GMT</pubDate>
    <dc:creator>Sergey_O_Intel1</dc:creator>
    <dc:date>2008-04-16T09:40:39Z</dc:date>
    <item>
      <title>Receiving MPEG4 stream from a IP camera?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909739#M13989</link>
      <description>Dear Sir./Madam,&lt;BR /&gt;&lt;BR /&gt;We are experimenting of receiving MPEG4 video stream from a IP camera (Linksys WVC54GC). For this purpose we wrote our own data reader DataReaderHttp that can receiving data from the http server (provided by that camera). Then we do the following:&lt;BR /&gt;&lt;BR /&gt; &lt;FONT size="2"&gt;UMC::DataReaderHttp m_dataSrc;&lt;BR /&gt; UMC::DataReaderHttpParams m_dataSrcParams;&lt;BR /&gt;&lt;BR /&gt; UMC::MP4Splitter   m_videoSplitter;&lt;BR /&gt; UMC::SplitterInfo*   m_pVideoSplitterInfo;&lt;BR /&gt; UMC::SplitterParams  m_videoSplitterParams;&lt;BR /&gt;&lt;BR /&gt; UMC::MPEG4VideoDecoder  m_videoDecoder;&lt;BR /&gt; UMC::VideoDecoderParams  m_videoDecoderParams;&lt;BR /&gt; UMC::VideoData    m_videoInRaw;&lt;BR /&gt; UMC::MediaData    m_videoInCompressed;&lt;BR /&gt;&lt;BR /&gt; // Initialize data reader component&lt;BR /&gt; m_dataSrcParams.m_strPath = m_strPath;&lt;BR /&gt; m_dataSrcParams.m_camPort = m_camPort;&lt;BR /&gt; m_dataSrcParams.m_bAuthenticationNeeded = m_bAuthenticationNeeded;&lt;BR /&gt; m_dataSrcParams.m_strUsername = m_strUsername;&lt;BR /&gt; m_dataSrcParams.m_strPassword = m_strPassword;&lt;BR /&gt; if(m_dataSrc.Init(&amp;amp;m_dataSrcParams)!=UMC::UMC_OK)&lt;BR /&gt; {&lt;BR /&gt;  ReportError(_T("The video source is not available!"));&lt;BR /&gt;  return E_FAIL;&lt;BR /&gt; }&lt;BR /&gt;&lt;BR /&gt; // Initialize splitter component&lt;BR /&gt; m_videoSplitterParams.m_lFlags = UMC::VIDEO_SPLITTER; // Want to extract only video&lt;BR /&gt; m_videoSplitterParams.m_pDataReader = &amp;amp;m_dataSrc;&lt;BR /&gt; if(m_videoSplitter.Init(m_videoSplitterParams)!=UMC::UMC_OK)&lt;BR /&gt; {&lt;BR /&gt;  ReportError(_T("The video splitter is not available!"));&lt;BR /&gt;  return E_FAIL;&lt;BR /&gt; }&lt;BR /&gt;&lt;/FONT&gt;&lt;BR /&gt;The executing always get stucked at " if(m_videoSplitter.Init(m_videoSplitterParams)!=UMC::UMC_OK)".&lt;BR /&gt;&lt;BR /&gt;Could you help to indicate to us how we can correctly do this kind of MPEG4 stream decoding?&lt;BR /&gt;&lt;BR /&gt;Thank you very much!&lt;BR /&gt;</description>
      <pubDate>Wed, 09 Apr 2008 18:18:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909739#M13989</guid>
      <dc:creator>bangjun_lei</dc:creator>
      <dc:date>2008-04-09T18:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving MPEG4 stream from a IP camera?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909740#M13990</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;I believe that the problem is that your stream is not an MP4 container format. Spec of your cam says:&lt;/P&gt;&lt;FONT face="AvantGardeITCbyBT-Demi" size="2"&gt;&lt;B&gt;&lt;FONT face="Futura-Bold" color="#333333" size="5"&gt;
&lt;P align="left"&gt;Wireless-G Internet Home Monitoring&lt;/P&gt;
&lt;P align="left"&gt;Camera&lt;/P&gt;&lt;/FONT&gt;&lt;FONT face="MyriadPro-Bold" color="#333333" size="2"&gt;
&lt;P align="left"&gt;Specifications&lt;/P&gt;&lt;/FONT&gt;&lt;/B&gt;&lt;FONT&gt;&lt;/FONT&gt;&lt;FONT face="MyriadPro-Regular" color="#333333" size="2"&gt;
&lt;P align="left"&gt;Model WVC54GCA&lt;/P&gt;
&lt;P align="left"&gt;Standards IEEE 802.11g, IEEE 802.3, IEEE 802.3u&lt;/P&gt;
&lt;P align="left"&gt;Ports Ethernet, Power&lt;/P&gt;
&lt;P align="left"&gt;Buttons Reset&lt;/P&gt;
&lt;P align="left"&gt;LEDs Power&lt;/P&gt;
&lt;P align="left"&gt;Cabling Type Cat5&lt;/P&gt;
&lt;P align="left"&gt;Number of Antennas 1 Internal&lt;/P&gt;
&lt;P align="left"&gt;Connector Type N/A&lt;/P&gt;
&lt;P align="left"&gt;Detachable Antenna No&lt;/P&gt;
&lt;P align="left"&gt;UPnP able/cert UPnP Advertise&lt;/P&gt;
&lt;P align="left"&gt;.Net Support N/A&lt;/P&gt;
&lt;P align="left"&gt;Security Features WEP-64, WEP-128, WPA, WPA2&lt;/P&gt;
&lt;P align="left"&gt;Image Sensor CMOS&lt;/P&gt;
&lt;P align="left"&gt;Lens Fixed Focus&lt;/P&gt;
&lt;P align="left"&gt;Resolution 640 x 480, 320 x 240, 160 x 128&lt;/P&gt;
&lt;P align="left"&gt;Relative Illumination 5.1 Lux&lt;/P&gt;
&lt;P align="left"&gt;Effective Focus 3 mm&lt;/P&gt;
&lt;P align="left"&gt;Sensitivity 3.0V/Lux-sec&lt;/P&gt;
&lt;P align="left"&gt;Field of View 61.48 degrees&lt;/P&gt;
&lt;P align="left"&gt;&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;Compression Algorithm MPEG-4 and MJPEG&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P align="left"&gt;&lt;STRONG&gt;&lt;FONT color="#ff0000"&gt;Record File Format ASF&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Brightness Auto/Manual Adjustment&lt;/P&gt;
&lt;P align="left"&gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;So it seems that your stream is ASF container and not MP4 (See ISO 14496-12). Unfortunately there's no ASF splitter in UMC release yet.&lt;P&gt;&lt;/P&gt;
&lt;P align="left"&gt;Regards&lt;/P&gt;
&lt;P align="left"&gt;-Sergey&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2008 06:58:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909740#M13990</guid>
      <dc:creator>Sergey_O_Intel1</dc:creator>
      <dc:date>2008-04-11T06:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving MPEG4 stream from a IP camera?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909741#M13991</link>
      <description>Thanks!&lt;BR /&gt;&lt;BR /&gt;But they do provide both asf and mp4 streams.&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Apr 2008 18:22:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909741#M13991</guid>
      <dc:creator>bangjun_lei</dc:creator>
      <dc:date>2008-04-11T18:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving MPEG4 stream from a IP camera?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909742#M13992</link>
      <description>&lt;P&gt;Please give me a piece of stream you get from your cam.&lt;/P&gt;
&lt;P&gt;Concerning streaming UMC MP4 splitter can only split fragmented MP4 streams (see 14496-12)&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2008 07:09:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909742#M13992</guid>
      <dc:creator>Sergey_O_Intel1</dc:creator>
      <dc:date>2008-04-14T07:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving MPEG4 stream from a IP camera?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909743#M13993</link>
      <description>Sergey, thanks! Please find attached one segment of the video stream!&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Apr 2008 19:28:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909743#M13993</guid>
      <dc:creator>bangjun_lei</dc:creator>
      <dc:date>2008-04-14T19:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving MPEG4 stream from a IP camera?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909744#M13994</link>
      <description>&lt;P&gt;Your stream is ASF stream with one MS MPEG-4 v3 video stream inside.&lt;/P&gt;
&lt;P&gt;So you need ASF splitter anyway. I hope it will be present in the next version of UMC.&lt;/P&gt;
&lt;P&gt;But unfortunately UMC mpeg4 decoder is unable to decode MS MPEG-4 v3. This standard is closed. Our decoder supports ISO mpeg4 video (ISO 14496-12) only.&lt;/P&gt;
&lt;P&gt;Can you choose the output stream format in your cam?&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2008 09:40:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909744#M13994</guid>
      <dc:creator>Sergey_O_Intel1</dc:creator>
      <dc:date>2008-04-16T09:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving MPEG4 stream from a IP camera?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909745#M13995</link>
      <description>Sergey,&lt;BR /&gt;&lt;BR /&gt;Thank you very much for this!&lt;BR /&gt;&lt;BR /&gt;Unfortunately I cannot change the video format. Strangely enough that I can use VLC to play the video stream. Do you know by chance how they did it?&lt;BR /&gt;&lt;BR /&gt;Thanks again!&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Apr 2008 16:00:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909745#M13995</guid>
      <dc:creator>bangjun_lei</dc:creator>
      <dc:date>2008-04-17T16:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving MPEG4 stream from a IP camera?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909746#M13996</link>
      <description>&lt;P&gt;I failed to play your stream by VLC (Maybe you play streamingandI just opened your file)&lt;/P&gt;
&lt;P&gt;Anyway closed standard only makes peopleuse theirdll to decode it.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2008 11:52:36 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Receiving-MPEG4-stream-from-a-IP-camera/m-p/909746#M13996</guid>
      <dc:creator>Sergey_O_Intel1</dc:creator>
      <dc:date>2008-04-18T11:52:36Z</dc:date>
    </item>
  </channel>
</rss>

