<div>Hi </div>
<div>&nbsp;</div>
<div>I need some help with streaming H264 encoded video using VLC. </div>
<div>&nbsp;</div>
<div>I have a hardware encoder using which I am encoding H.264 file. I am able to play the file in latest version of VLC 0.8.6d, however I am unable to stream the file. I am getting following trace while streaming,</div>

<div>&nbsp;</div>
<div>=============================================</div>
<div>[00000452] main input debug: starting in sync mode<br>[00000452] main input debug: `enc.h264&#39; successfully opened<br>[00000473] packetizer_h264 packetizer debug: found NAL_SPS<br>[00000473] packetizer_h264 packetizer debug: found NAL_PPS 
<br>status change: ( new input: enc.h264 )<br>status change: ( audio volume: 256 )<br>status change: ( play state: 1 )<br>[00000452] main input debug: EOF reached<br>[00000452] main input debug: closing input<br>[00000473] main packetizer debug: removing module &quot;packetizer_h264&quot; 
<br>[00000471] main demuxer debug: removing module &quot;h264&quot;<br>[00000462] main access debug: removing module &quot;access_file&quot;</div>
<div>[00000452] main input debug: destroying sout<br>[00000455] main private debug: destroying chain... (name=rtp)<br>[00000458] main http server debug: thread 3031296944 joined (network/httpd.c:1134)<br>[00000458] main http server debug: HTTP host removed 
<br>[00000457] main http server debug: no host left, stopping httpd<br>[00000455] main private debug: removing module &quot;stream_out_rtp&quot;<br>[00000455] main private debug: destroying chain done<br>Length of buffer to be read = 912858status change: ( stop state: 0 ) 
<br>[00000452] main input debug: thread 3041786800 joined (input/input.c:412)<br>[00000446] main playlist: nothing to play<br>signal 2 received, terminating vlc - do it again in case it gets stuck<br>status change: ( stop state: 0 ) 
<br>status change: ( quit )</div>
<div>
<div>=============================================</div>
<div>&nbsp;</div>
<div>After parsing the entire file, the streamer just stops without streaming. Any idea what H264 format VLC is looking for?</div>
<div>&nbsp;</div>
<div>I am also attaching the H.264 encoded file.</div>
<div>&nbsp;</div>
<div>MPEG4IP Tool output for the encoded file is as follows:</div>
<div>&nbsp;</div>
<div>Nal length 13 start code 4 bytes <br>&nbsp;ref 3 type 7 Sequence parameter set<br>&nbsp;&nbsp; profile: 66<br>&nbsp;&nbsp; constaint_set0_flag: 0<br>&nbsp;&nbsp; constaint_set1_flag: 0<br>&nbsp;&nbsp; constaint_set2_flag: 0<br>&nbsp;&nbsp; constaint_set3_flag: 0<br>&nbsp;&nbsp; level_idc: 30
<br>&nbsp;&nbsp; seq parameter set id: 0<br>&nbsp;&nbsp; log2_max_frame_num_minus4: 1<br>&nbsp;&nbsp; pic_order_cnt_type: 0<br>&nbsp;&nbsp;&nbsp; log2_max_pic_order_cnt_lsb_minus4: 2<br>&nbsp;&nbsp; num_ref_frames: 1<br>&nbsp;&nbsp; gaps_in_frame_num_value_allowed_flag: 0<br>&nbsp;&nbsp; pic_width_in_mbs_minus1: 39 (640)
<br>&nbsp;&nbsp; pic_height_in_map_minus1: 29<br>&nbsp;&nbsp; frame_mbs_only_flag: 1<br>&nbsp;&nbsp;&nbsp;&nbsp; derived height: 480<br>&nbsp;&nbsp; direct_8x8_inference_flag: 1<br>&nbsp;&nbsp; frame_cropping_flag: 0<br>&nbsp;&nbsp; vui_parameters_present_flag: 0<br>Nal length 8 start code 4 bytes 
<br>&nbsp;ref 3 type 8 Picture parameter set<br>&nbsp;&nbsp; pic_parameter_set_id: 0<br>&nbsp;&nbsp; seq_parameter_set_id: 0<br>&nbsp;&nbsp; entropy_coding_mode_flag: 0<br>&nbsp;&nbsp; pic_order_present_flag: 0<br>&nbsp;&nbsp; num_slice_groups_minus1: 0<br>&nbsp;&nbsp; num_ref_idx_l0_active_minus1: 0
<br>&nbsp;&nbsp; num_ref_idx_l1_active_minus1: 0<br>&nbsp;&nbsp; weighted_pred_flag: 0<br>&nbsp;&nbsp; weighted_bipred_idc: 0<br>&nbsp;&nbsp; pic_init_qp_minus26: 0<br>&nbsp;&nbsp; pic_init_qs_minus26: 0<br>&nbsp;&nbsp; chroma_qp_index_offset: 0<br>&nbsp;&nbsp; deblocking_filter_control_present_flag: 0
<br>&nbsp;&nbsp; constrained_intra_pred_flag: 0<br>&nbsp;&nbsp; redundant_pic_cnt_present_flag: 0<br>Nal length 1428 start code 4 bytes <br>&nbsp;ref 3 type 5 Coded slice of an IDR picture<br>&nbsp;&nbsp; first_mb_in_slice: 0<br>&nbsp;&nbsp; slice_type: 7 (I)<br>&nbsp;&nbsp; pic_parameter_set_id: 0
<br>&nbsp;&nbsp; frame_num: 0 (5 bits)<br>&nbsp;&nbsp; idr_pic_id: 0<br>&nbsp;&nbsp; pic_order_cnt_lsb: 0<br>Nal length 1733 start code 4 bytes <br>&nbsp;ref 2 type 1 Coded slice of non-IDR picture<br>&nbsp;&nbsp; first_mb_in_slice: 0<br>&nbsp;&nbsp; slice_type: 5 (P)<br>&nbsp;&nbsp; pic_parameter_set_id: 0
<br>&nbsp;&nbsp; frame_num: 1 (5 bits)<br>&nbsp;&nbsp; pic_order_cnt_lsb: 2<br>Nal is new picture<br>Nal length 134 start code 4 bytes <br>&nbsp;ref 2 type 1 Coded slice of non-IDR picture<br>&nbsp;&nbsp; first_mb_in_slice: 0<br>&nbsp;&nbsp; slice_type: 5 (P)<br>&nbsp;&nbsp; pic_parameter_set_id: 0
<br>&nbsp;&nbsp; frame_num: 2 (5 bits)<br>&nbsp;&nbsp; pic_order_cnt_lsb: 4<br>Nal is new picture</div>
<div>&nbsp;</div>
<div>- Rob</div>
<div>&nbsp;</div></div>