Hi, everyone<br>    Now I use VLC to play H.264 RTP packet stream.I encounter some problems.
Before it is about to receive RTP streams,  VLC read a SDP reads,<br>v=0<br>m=video 1100 RTP/AVP 96<br>b=AS:247<br>a=rtpmap:96 H264/90000<br>a=fmtp:96 packetization-mode=0;profile-level-id=42001E;sprop-parameteter-sets=Z0IAHpZ0Ficg,aM44gA==
<div id="mb_0"><br>Then I send RTP packets, and VLC recieve them.But VLC stops after printing the following things:<br>packetizer_h264 debug: found NAL_SPS<br>packetizer_h264 debug: found NAL_PPS
<br><br>The RTP stream consists of RTP of 300 frames. And only the first frame is an IDR frame(I frame), which has a sps and pps.<br>All other frame is P frame.<br><br>I don't know why it stops after recognizing sps and pps.
<br><br>Can anyone tell me the process?<br>vlc parses the sdp file<br>vlc receives sps and pps,<br>then vlc will receive coded picuture nalu.<br>does vlc find some thing strange during my process?<br><br>thansk<br>Best Regards
</div><br>jogging<br>