I am using flash builder for live stream application. When I trying to play using netstream
as:
ns=new Netstream(nc);
ns.bufferTime=0;
ns.play(streamname,-1);
My stream plays well with 1 or 2 seconds delay...When time passed by, my stream plays with more than 8 or 9 sec delay...I want my stream to play always with 1 or 2 sec delay..What i am missing? How to achieve by playing the stream with 1 or 2 sec delay always even after a long time? Please anybody help me....
Thanks.