<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1491" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY style="COLOR: #000000; FONT-FAMILY: Arial" bgColor=#c0c0c0><LABEL
id=HbSession SessionId="3607036393"></LABEL>
<DIV><FONT size=2>Dear Ross,</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I have implemented a RTP/RTCP streamer with C++ Builder 5.0 on
Win2000. Even I set fFrameSize = 0 in doGetNextFrame() of FileSource.cpp,
CPU usage goes to 99%.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>I have tried the both followings in doGetNextFrame() of
FileSource.cpp, but they made no difference:</FONT></DIV>
<DIV><FONT size=2> afterGetting(this);</FONT></DIV>
<DIV><FONT size=2>or</FONT></DIV>
<DIV><FONT size=2> nextTask() =
envir().taskScheduler().scheduleDelayedTask(0,<BR> (TaskFunc*)FramedSource::afterGetting,
this);<BR></FONT></DIV>
<DIV><FONT size=2>Any clue?</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>Thanks a lot in advance.</FONT></DIV>
<DIV><FONT size=2></FONT> </DIV>
<DIV><FONT size=2>David Wu</DIV></FONT>
<P></P></BODY></HTML>