How many copies of files are needed by video server?
Posted
by Trilok
on Stack Overflow
See other posts from Stack Overflow
or by Trilok
Published on 2010-03-19T21:21:57Z
Indexed on
2010/03/19
21:31 UTC
Read the original article
Hit count: 317
A quick question. How many copies of the same movie are kept in a video server (a video streaming server)? Suppose a particular video is at max requested by 1000 users at the same instant of time, how many copies would be sufficient so that parallel streams can be provided to each user? Ideally 1 copy would solve the purpose, but what is the optimum number keeping the bandwidth and simultaneous access in mind?
© Stack Overflow or respective owner