amazon web services - What is the easiest option to stream videos in different resolutions from CloudFlare -


would easier have convert them needed resolutions, or can cloudflare stream in lower resolutions automatically?

a quick search turns this:

sites streaming content, however, should move streaming content subdomain don't proxy[,] in dns settings.

we have seen sites have performance issues because of number of connections streamed content causes when running through cloudflare proxy.

https://support.cloudflare.com/hc/en-us/articles/200169706-can-i-use-cloudflare-with-a-streaming-music-or-video-site-

given saying "don't route streaming request through cloudflare, because we've received reports doesn't scale if do," seems reasonable assumption not offer automated manipulation (transcoding) of streams... so, yes, you'll have transcode yourself.

if there services handle conversion "lower resolutions automatically," exception, not norm: transcoding video resource-intensive process has subjective tunable parameters not have "correct" settings or "ideal" settings optimal every stream, , transcoding poster child tradeoff between speed , quality -- significant extent, more cpu time spent transcoding process, higher quality of final result given bit rate. transcoding on-the-fly, on demand, needed system cloudflare, unweildy if not entirely impractical , optimize speed, not quality.


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -