<?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 help correct the H264 encoder parameters for HTTP Live streamin in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/help-correct-the-H264-encoder-parameters-for-HTTP-Live-streaming/m-p/826060#M5181</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Any suggestions for my problem?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
    <pubDate>Sun, 22 Jan 2012 09:01:56 GMT</pubDate>
    <dc:creator>soimattrang</dc:creator>
    <dc:date>2012-01-22T09:01:56Z</dc:date>
    <item>
      <title>help correct the H264 encoder parameters for HTTP Live streaming (solved)</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/help-correct-the-H264-encoder-parameters-for-HTTP-Live-streaming/m-p/826059#M5180</link>
      <description>Hi everyone,&lt;BR /&gt;Please help me this problem:&lt;BR /&gt;I'm developing a application that capture computer desktop and streaming video to Iphone using HTTP Live Streaming. My app capture the desktop and encode the series of image using Intel IPP version 7.0.6.060 and then use the videomuxer to generate a MPEG2-ts stream file (.ts file). I also developed a simple Video file segmenter to segment a big .ts file to serveral small .ts file (see the attachment: out_-1.ts, out_-2.ts). My problem is here, when i do segmentation the big .ts file, then only the first small .ts file (out_-1.ts) can be play by VLC, the others file cannot be play. I used the ffprobe (can download here: &lt;A href="http://ffmpeg.zeranoe.com/builds/)" target="_blank"&gt;http://ffmpeg.zeranoe.com/builds/)&lt;/A&gt; to analysis and received results: "decode slice header error. non existing PPS referenced". It looks like the encoder makes SPS/PPS only one time at the beginning of a stream.&lt;BR /&gt;&lt;BR /&gt;here is my configuration for H.264 encoder:&lt;BR /&gt;&lt;BR /&gt; m_EncoderParam.num_slices = 1;&lt;BR /&gt; m_EncoderParam.B_frame_rate = 0;&lt;BR /&gt; m_EncoderParam.treat_B_as_reference = 0;&lt;BR /&gt; m_EncoderParam.num_ref_frames = 2;&lt;BR /&gt; m_EncoderParam.num_ref_to_start_code_B_slice = 0;&lt;BR /&gt; m_EncoderParam.num_slices = 1;&lt;BR /&gt; m_EncoderParam.key_frame_controls.method = 1;&lt;BR /&gt; m_EncoderParam.key_frame_controls.interval = 10;&lt;BR /&gt; m_EncoderParam.key_frame_controls.idr_interval = 0;&lt;BR /&gt; m_EncoderParam.profile_idc = UMC::H264_PROFILE_HIGH;&lt;BR /&gt; m_EncoderParam.level_idc = 0;&lt;BR /&gt; m_EncoderParam.info.framerate = 15;&lt;BR /&gt; m_EncoderParam.chroma_format_idc = 1;&lt;BR /&gt; m_EncoderParam.bit_depth_chroma = 8;&lt;BR /&gt; m_EncoderParam.bit_depth_luma = 8;&lt;BR /&gt; m_EncoderParam.aux_format_idc = 0;&lt;BR /&gt; m_EncoderParam.bit_depth_aux = 8;&lt;BR /&gt; m_EncoderParam.alpha_incr_flag = 0;&lt;BR /&gt; m_EncoderParam.alpha_opaque_value = 0;&lt;BR /&gt; m_EncoderParam.alpha_transparent_value = 0;&lt;BR /&gt; m_EncoderParam.rate_controls.method = (UMC::H264_Rate_Control_Method)2;&lt;BR /&gt; m_EncoderParam.rate_controls.quantB = 30;&lt;BR /&gt; m_EncoderParam.rate_controls.quantI = 30;&lt;BR /&gt; m_EncoderParam.rate_controls.quantP = 30;&lt;BR /&gt; m_EncoderParam.info.clip_info.width = 960;&lt;BR /&gt; m_EncoderParam.info.clip_info.height = 640;&lt;BR /&gt; m_EncoderParam.info.bitrate = 1000000;&lt;BR /&gt; m_EncoderParam.mv_search_method = 2;&lt;BR /&gt; m_EncoderParam.me_split_mode = 0;&lt;BR /&gt; m_EncoderParam.me_search_x = 8;&lt;BR /&gt; m_EncoderParam.me_search_y = 8;&lt;BR /&gt; m_EncoderParam.use_weighted_pred = 0;&lt;BR /&gt; m_EncoderParam.use_weighted_bipred = 0;&lt;BR /&gt; m_EncoderParam.use_implicit_weighted_bipred = 0;&lt;BR /&gt; m_EncoderParam.direct_pred_mode = 1;&lt;BR /&gt; m_EncoderParam.use_direct_inference = 1;&lt;BR /&gt; m_EncoderParam.deblocking_filter_idc = 0;&lt;BR /&gt; m_EncoderParam.deblocking_filter_alpha = 0;&lt;BR /&gt; m_EncoderParam.deblocking_filter_beta = 0;&lt;BR /&gt; m_EncoderParam.transform_8x8_mode_flag = true;&lt;BR /&gt; m_EncoderParam.use_default_scaling_matrix = 0;&lt;BR /&gt; m_EncoderParam.qpprime_y_zero_transform_bypass_flag = 0;&lt;BR /&gt; m_EncoderParam.entropy_coding_mode = 1;&lt;BR /&gt; m_EncoderParam.cabac_init_idc = 2;&lt;BR /&gt; m_EncoderParam.coding_type = 0;&lt;BR /&gt; m_EncoderParam.m_QualitySpeed = 1;&lt;BR /&gt; m_EncoderParam.quant_opt_level = 0;&lt;BR /&gt; m_EncoderParam.numThreads = 1;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 21 Jan 2012 11:27:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/help-correct-the-H264-encoder-parameters-for-HTTP-Live-streaming/m-p/826059#M5180</guid>
      <dc:creator>soimattrang</dc:creator>
      <dc:date>2012-01-21T11:27:57Z</dc:date>
    </item>
    <item>
      <title>help correct the H264 encoder parameters for HTTP Live streamin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/help-correct-the-H264-encoder-parameters-for-HTTP-Live-streaming/m-p/826060#M5181</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Any suggestions for my problem?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Sun, 22 Jan 2012 09:01:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/help-correct-the-H264-encoder-parameters-for-HTTP-Live-streaming/m-p/826060#M5181</guid>
      <dc:creator>soimattrang</dc:creator>
      <dc:date>2012-01-22T09:01:56Z</dc:date>
    </item>
    <item>
      <title>help correct the H264 encoder parameters for HTTP Live streamin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/help-correct-the-H264-encoder-parameters-for-HTTP-Live-streaming/m-p/826061#M5182</link>
      <description>Hi,&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Sounds like the problem is in segmenter. I would say that first frame in each segment should be IDR frame containing SPS, PPS. Try adding that in Your segmenter.&lt;/DIV&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Can You post code?&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Jan 2012 01:52:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/help-correct-the-H264-encoder-parameters-for-HTTP-Live-streaming/m-p/826061#M5182</guid>
      <dc:creator>alexitekako</dc:creator>
      <dc:date>2012-01-23T01:52:34Z</dc:date>
    </item>
    <item>
      <title>help correct the H264 encoder parameters for HTTP Live streamin</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/help-correct-the-H264-encoder-parameters-for-HTTP-Live-streaming/m-p/826062#M5183</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;The segmenter work fine with X264 FFMPEG, so the problem is not in segmenter. I can't post code, but you can reference to: &lt;A href="http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/" target="_blank"&gt;http://www.ioncannon.net/programming/452/iphone-http-streaming-with-ffmpeg-and-an-open-source-segmenter/&lt;/A&gt;</description>
      <pubDate>Mon, 23 Jan 2012 13:55:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/help-correct-the-H264-encoder-parameters-for-HTTP-Live-streaming/m-p/826062#M5183</guid>
      <dc:creator>soimattrang</dc:creator>
      <dc:date>2012-01-23T13:55:07Z</dc:date>
    </item>
  </channel>
</rss>

