Are there any benefits in utilizing Google Media CDN in case you are serving HTTP Stay Streaming (HLS) movies in an internet/cell app? Or is it not obligatory?
The outline of Media CDN says:
Media CDN makes use of YouTube’s infrastructure to deliver video streams (VoD
and reside) and enormous file downloads nearer to customers for quick and
dependable supply.
From what I perceive, Google Cloud Storage already acts as a CDN with edge caching for recordsdata which can be underneath 10Mb. With HLS, a big video file is lower up into smaller video recordsdata, often 5-10 seconds lengthy (~1Mb), which can be served to the shopper. This could imply that every one of these smaller segments shall be cached individually.
Moreover, on iOS, you’re required to make use of HLS if a video is longer than 10 minutes, so I assume YouTube additionally makes use of HLS of their iOS app.