Switching issues in FLA using new dynamic stream class
This is a bump and additional thought.
The leap to my 1500k file happens when initial bandwidth detection happens as bandwidth is high.
Then the computer can not handle playback of a 1500k file.
Is there a way to force the player to actually start playing the 300k stream before making any step up to a higher stream?
I am using the classes, DynamicStream.as, DynamicStreamSample.as and DynamicStreamItem.as from
http://www.adobe.com/devnet/flashmediaserver/articles/dynstream_advanced_pt1.html
http://www.adobe.com/devnet/flashmediaserver/articles/dynstream_advanced_pt2.html
http://www.adobe.com/devnet/flashmediaserver/articles/dynstream_advanced_pt3.html
Hi, I have a page up at http://www.gasolicious.com/orangeupload/shell3_construction.html
Bitrate of currently playing stream is displayed in big numbers on the page.
To see the problem you will need an older laptop or computer which would have trouble playing back a a high bitrate video stream.
the stream is dynamically switching through the DynamicStreamItem list of the same file at different bitrates. It works but the switching seems to take way too long. When the default file at 300k loads, the bandwidth test happens and the 1500k file loads.
Then on a slow CPU machine the file switches back down as it sees frames are being dropped. This switching is happening way too slowly, it takes a good 45 seconds to switch its way down through the various files from 1500k to 300k again on an old powerPC laptop which can only play successfully at that rate.
Anyone familiar with this?
How do you make it switch down faster?
Thanks Mark
