I'm trying to build a VOD website and I can't afford a commercial CDN. Is it possible to build such an application without a CDN provider ? will I be able to buffer video segments without problems ? and can I build a my own CDN alternative solution ?
Asked
Active
Viewed 63 times
0
-
3If you have enough servers around the globe, sure – NullDev Oct 28 '19 at 13:14
-
1A CDN should save you money. They are generally cheaper than using your egress bandwidth. It will also be a better experience (less buffering, lower start up times) for your users. – szatmary Oct 28 '19 at 15:56
-
@NullDev My app will be used basically in one region (France) that's why I asked the question ! – Med Dhaker Abdeljawed Oct 28 '19 at 15:59
-
1Have you considered a peer-to-peer solution? If you don't need live, you can use WebTorrent right out of the box. For live, there is Peer5. – Brad Oct 28 '19 at 16:59