Dynamic streaming taking too long time to switch video using NetStreamPlayOptions in AS3
Hi,
Can any one tell me why dynamic streaming taking too much time to switch video from lower bit rate to higher bit rate and vice versa.
I am doing dynamic streaming in following ways -
var param:NetStreamPlayOptions = new NetStreamPlayOptions();
param.oldStreamName=oldStream();
param.streamName=newStream()
param.transition=NetStreamPlayTransitions.SWITCH;
ns.play2(param);
ns.addEventListener(NetStatusEvent.NET_STATUS, switchMode);
I am using duel buffering and that is 3 seconds when video starts and 10 seconds when "NetStream.Buffer.Full". Video taking approximately 30-50 seconds to switch video and when I am calling the above code.
Thanks & regards
Sunil Kumar
