On 02/01/2017 08:52 AM, fredvs wrote:
Hello.

Some more explanation.

With that code, only +- 10 loops are working, after, no more Ouframes... why
?

Where is it stopping? It may be that you are asking for more bytes than are available and it is blocking waiting for more data. Or the opposite could be true. You are blocking processing data but the buffer from the kernel is full. On many Linux pc's the kernel buffer size is 65536 bytes.

Regards,

Andrew
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to