<DIV>i use vlc to play sample.mp3 from Live555MediaServer.</DIV>
<DIV>and i found that vlc buffer twice when i click play button.</DIV>
<DIV>and i debug the code found that,the FrameSource object will be created twice.</DIV>
<DIV>and the first time is to get sdp information.</DIV>
<DIV>and the second time is to play stream.</DIV>
<DIV>but it called doGetNextFrame automately in the first time when FrameSource&nbsp;was created.</DIV>
<DIV>ofcourse it was sent immediately.</DIV>
<DIV>&nbsp;</DIV>
<DIV>is there a reason you called doGetNextFrame when get sdp?</DIV>
<DIV>&nbsp;</DIV>
<DIV>thank you.</DIV>