I am currently working in a project to stream DVB-T signals. To do that, I extract the PES packets from the MPEG-TS stream and send it to the Demux class.<br><br>Upon investigating why the Demux sometimes run out of buffer space (fMaxSize very small), I have come to the conclusion that *the Demux class only empties its buffer once the buffer is full*.
<br><br>Is there any way of ordering the Demux to forward Frames (here PES packets) to their respective sinks as soon as they arrive?<br><br>This would also reduce delay and sporadic bursts in network traffic.<br><br>Thanks,
<br>Christian Frahm<br><br><br>