DynamicStream playlist
I've modified the DynamicStream class to support a playlist. Before this goes into a production environment, will there be any updated releases of these classes from Adobe that support a playlist?
Stream switching is often delayed until the next clip starts playing, so I get a transition to the previous clip in the middle of the next clip. Is that where "oldStreamName" comes in handy? Will it prevent the transition if the clip we're transitioning from has changed since the SWITCH request was made?
Also, the call to "setBandwidthLimit" was absolutely killing our streams. The buffer would quickly empty out as soon as the stream started playing again.
I removed the "setBandwidthLimit" call, but now it takes forever to actually switch up from a low to a high quality stream. Is there a way to achieve faster switching speeds without utilizing this bandwidth limit?
(details: VOD, not live streams. Using an FMS server, serving a mix of H.264 [600 & 1000 kbps] and FLVs of varying bitrates)
Thanks
