We are developed a Streaming Server which can support QuickTime player well.
Now we want to support VLC player but we encouter some big problems.
1.VLC player won't clean up the RTP/UDP data buffer when it performs seeking: when we use VLC to seek, the data in the buffer will cause VLC to compute the wrong start time and throw the newly coming data. Who can tell me that which module I should edit in order to fix this problem?
2.When VLC perform seeking is could not display the right time in the progress bar: I mean when I drag the progress bar to a new time point, the VLC with order the correct content of this time but after that, the progress bar will aotumatically move forward. So VLC will not display the right time status with the progress bar. But I found that when we use VLC to demand a file from Darwin Streaming Server, the progress bar will not act as demand film from our own Streaming Server. What should we do in order to fix this problem? We have already add the "RtpInfo:" header in the PLAY RTSP response to tell VLC the first vidoo and audio packet's infomation after seeking. Can any one tell me which module of VLC with control the status of progress bar?
Thank you very much!