On Jun 27, 4:48 am, Naveen koul <Naveenk...[ at ]discussions.microsoft.com> wrote:
[Quoted Text] > I am developing an application were i need to stream live images to other > end , but i am getting an delay of 5 -6 secs using windows media encoder .I > need to remove this delay how can this be done i could not found any resource > for it on net .
Short answer: you cannot remove the delay from the WMP/WMEncoder objects; it's built-in. To get low latency video, you'll need to use some other SDK or write your own components from scratch. See here: http://support.microsoft.com/kb/321691 for more details.
|