how to reduce delay in windows media streaming
I got delay video and audio of 5 to 10 sec in windows media streaming.
1. windows media services stream windows media when I
pass url in windows media player I got delay of
5 - 10 seconds
2. when I pass url in my custom directshow application .
using directshow filters
I also got same result i.e. delay of 5-10 seconds .
can any one solve my problem that hoe to reduce the
delay
I presume you mean as WMP and your application buffer the incoming stream? This is the delay you are talking about?
You should be able to access an interface allowing you to adjust the buffer size. To see an example of this view your graph in Graphedit and show the source filters property page (right click on the source filter). From here you should see and change the buffer length.
Which filter are you using to receive the stream? Windows Media source filter? If so look it up on msdn which will sow you the interfaces available.
hope that helps!