Hi all,<br><br>I am trying for last one month to port the live555 to my board. please help me if any one is successfull in this.<br>I have a VLC structure buffer. <br>I have to prebuffer before I pass to the hardware player. Please help me how can I read with this 
<br>syncronization. <br><br>tk-&gt;readSource-&gt;getNextFrame(fBuffer, fileSinkBufferSize, afterGettingF,tk, onSourceClosure, tk);<br>rtsptime = timeOutCheck(ourClient);<br>sessionTimerTask = env-&gt;taskScheduler().scheduleDelayedTask(300000,TaskInterrupt, (void *) NULL);
<br>fprintf(stderr,&quot;Fbuffer-- main--%u\n&quot;,(unsigned int)fBuffer);<br>env-&gt;taskScheduler().doEventLoop(&amp;task);<br>env-&gt;taskScheduler().unscheduleDelayedTask(sessionTimerTask);<br><br>please give me some suggestion how to get the buffer. when ever I asked to read() (using a function).
<br><br>Rgds<br>Rishi<br>