It sounds like you are implementing your pipes in an inefficient manner...
for instance, maybe you are writing the data to disk and then reading it
when really you could be writing it to RAM and reading it instead. Check
out my prior post on streaming from buffers.
Russell
On 6/28/07, Kartik R
Hi. I am attempting to perform MPEG4 live streaming (on Windows) using
live555 and DirectShow (SDK 9). I did the following:
1. Using DirectShow, I grab camera feed, encode it and dump the encoded data
into a named pipe.
2. I modified the testMPEG4VideoStreamer program, so that it can be spawned
a