Hacker News new | ask | show | jobs
by GeneticGenesis 3193 days ago
Looks like this is a Bitmovin resell - Player is Bitmovin and the DASH manifests are clearly created by them too. Storage appears to be Google Cloud storage with Cloudflare's CDN tacked on in front. Doesn't look like any radical innovation to me.
1 comments

https://blog.cloudflare.com/how-cloudflare-streams/

How they deliver the video is pretty innovative:

> How we accomplish this is by dynamically assigning data centers IP ranges based on which are currently being underutilized. Then videos are loaded alongside a manifest file, pointing the player to where they can locate the different chunks of the video for each bitrate. (As we described earlier, this is how adaptive streaming works: the player uses this manifest file to quickly locate different bitrate formats and switch between them as network latency changes). That manifest file is dynamically generated to point to the closest data center using Cloudflare’s default Anycast IP for the first chunk, then to the underutilized data centers for subsequent chunks. The final result is that the first segment is fast, with low cost subsequent segments. This allows us to offer a video solution that is at the best price, because let's face it, enabling video today is really expensive and unpredictable and it doesn't have to be.

That's not really innovative - other CDNs are already doing the fast first few segments and then slower/cheaper CDN once the buffer is built up. Hola CDN for example. https://holacdn.com/multicdn

Dynamic Manifest generation has been done for years, first by Unified Streaming, now by most companies.

The innovative thing about Hola is that they're using people's computers that have their VPN software installed as PoPs.