开发者

Playing multiple FLVs at the same time feasible?

Is it feasible to pl开发者_C百科ay a number of FLV files at the same time on one SWF? Basically I have a brief to create a video banner with a number of FLVs of people playing at the same time but starting at different points in the videos. My concerns are with loading times, memory consumption and the starting of each FLV at a different point and looping it.

The FLVs will be stored on a server and pseudo-streamed.

Any tips would be greatly appreciated.

Thanks,

eb_dev


It is feasible, sure.

You should add and start the videos only when they need to be seen.

One suggestion to help might be to put the video files in a cloud space like amazon's s3, but 3MB is pretty small really.


If the videos are small (bitrate) and not too many (10 or less) then you should not have any issues with streaming all of them. I think many small videos shouldn't have too much more of an impact on the system than one big video.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜