|
|
|
|
|
by mmahemoff
4020 days ago
|
|
Shouldn't be a scale issue. The number of previews required is O(N) where N is the number of videos, not the number of users, and for Netflix, that's very small compared to a user-generated video site like YouTube. With 10,000 videos (what seems to be an estimate), you could spin up a bunch of EC2 instances and render them in under an hour. As for serving them, it's also trivial to host on a CDN and serve them on demand (on rollover). Possibly they'd need to work it into their licensing agreements. |
|