FLVPlayback: playback performance while preloading multiple flv's
Greetings all.
I'm experiencing playback performance problems while loading multiple flv's in the background..
Here's what I'm doing:
I'm loading 30 flv files (progressive download) into one single FLVPlayback component using the ready event to trigger each next load and using the activeVideoPlayerIndex to distinguish each videolayer (pretty straighforward).. Works really well, actually.
The problem is.. After a couple of preloads (about six) I want to start playing the flv on videolevel 0 (activeVideoPlayerIndex = 0 and visibleVideoPlayerIndex = 0) to prevent the user from waiting too long.. The rest of the flv's continue loading in the background, but during this process the playback of the first flv is choppy and bumpy..
Has anyone had this same experience, and if so, have you got any solutions or tips??
Thanks in advance
Sebass
|