views:

23

answers:

0

I want to use http streaming (ie. partial download) to serve some videos (medium to HD quality) to public.

Idea is to have videos on server and offer some web page with embedded video player for user to watch selected video.

Planned capacity is about 250 to 1000 daily views, with low concurrency requirement (ie. not many users in parallel watching video).

I am thinking of complete solution like FLVPlayer or flowplayer to support this.

What bothers me are network bandwidth requirements (what is minimum kbps) mainly, and this video player performance when in "heavy" use.

For "heavy use" I consider adding possibility to stream many separate video files that I will add in back-end (via XML file or similar) and don't have experience with these players.

What are your advices on this solution?