Sorry, I'm afraid I'm not the very person familiar with this area.<div>Maybe you can email to mail-list of VLC.</div><div><br><br><div class="gmail_quote">On Fri, Sep 10, 2010 at 9:41 AM, yanwei liu <span dir="ltr"><<a href="mailto:yanw.liu@gmail.com">yanw.liu@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Hello, experts,<br>
<br>
I currently implement H.264 RTP streaming. I implemented the function<br>
of sending RTP  for H.264 compressed video file and transmitted the<br>
rtp packets over UDP,  the client receive the rtp and play the video<br>
using vlc player.<br>
<br>
The specific operation flow is as follows. I first start up the vlc<br>
media player and open a sdp file, and then start up the server to send<br>
rtp packets. Actually the server has defined the information of sdp<br>
file. The vlc media player then can display the video. When the video<br>
is not encoded with multiple slice mode, it is can be played well.<br>
That is, one frame is packed into one packet. However, when the video<br>
is encoded with mujltiple slice mode, (one slice is packed into one<br>
packet) the vlc only show the Intra frame. I coded the video with IPPP<br>
structure. GOP size is to 10.<br>
<br>
When vlc player opens the offline h.264 compressed video file with<br>
slice mode coding, it can also play the video. I used the vlc 1.0.3.<br>
<br>
Do you encounter the similar problem? It will be very appreciated if<br>
you can give some suggestions.<br>
<br>
Currently, I want to gdb the vlc code to solve this problem. I has<br>
found some functions in live555.cpp and video.c are performed.<br>
However, I need investigate the specific flow of the vlc program to<br>
compete the the chain from video rtp receiving to video playing. I am<br>
puzzled that where I can understand the code and debug it. Through the<br>
gdb vlc code, I know that the program includes many threads and<br>
plugins.  How I debug into the code section of the threads and<br>
plugins.<br>
<br>
Any suggestions and directions are welcome!<br>
<br>
Thanks!<br>
<font color="#888888"><br>
--<br>
Best Regards,<br>
Joshua<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>regards<br>Yu Liu<br><br><br>
</div>