in Education by
I have s3 bucket and cloundfront connected to it. I use afterglow player to load html5 videos from cloundfront on my website. The file has 60mb in mp4 format. It lags few seconds after few seconds. What should I do ? Im not really specialist in AWS, there are no encoders connected. Server-side encryption None JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Given that you are already using Cloudfront, which is getting the content as close as possible to your users. I'd suggest one of the following: Create less resolutions of the same video file, which would be quick to load on slow internet connections. Add those resolutions to the player so users can pick which resolution to stream. OR Create a Dynamic Adaptive Streaming over HTTP (DASH) version of the file, like: "Auto Resolution" in Youtube.com by using Amazon Elastic Transcoder to create such a file and save it on AWS S3. Point AWS Cloudfront to the Amazon Elastic Transcoder destination S3 Bucket to server that file to your users. Change afterglow with a HTML5 Video player that supports DASH (e.g. mediaelement.js and others). This is a very helpful guide: Step by step on stream DASH on S3

Related questions

0 votes
    Which port provides high speed video performance typically required in games and other multimedia?? Pelaseeeeee answer fast. Select the correct answer from above options...
asked Dec 27, 2021 in Education by JackTerrance
0 votes
    Which port provides high speed video performance typically required in games and other multimedia?? Pelaseeeeee answer fast. Select the correct answer from above options...
asked Dec 26, 2021 in Education by JackTerrance
0 votes
    __________ is the ability to store something temporarily to reduce the loading times, and I/O of a system. A. Chassis B. Service registry C. Service Deployment D. Cache...
asked Jan 11, 2023 in Technology by JackTerrance
0 votes
    __________ is the ability to store something temporarily to reduce the loading times, and I/O of a system. A. Service registry B. Chassis C. Service Deployment D. Cache...
asked Jan 10, 2023 in Education by JackTerrance
0 votes
    I am trying to build a Rails 3.1 app in which users can preview individual pages of documents or ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 30, 2022 in Education by JackTerrance
0 votes
    I have minified all my js files using require, but require created a minified js file( main.min.js ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 18, 2022 in Education by JackTerrance
0 votes
    I have minified all my js files using require, but require created a minified js file( main.min.js ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 16, 2022 in Education by JackTerrance
0 votes
    I wanted to show a loading icon to users until the page elements are fully loaded. How can I do ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 10, 2022 in Education by JackTerrance
0 votes
    I want to map a Mysql bit data column against a boolean property with TypeOrm. I'm using the ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 23, 2022 in Education by JackTerrance
0 votes
    I've seen a few other solutions (Show activity Indicator while loading a lazy loaded Module in Angular 2, ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 20, 2022 in Education by JackTerrance
0 votes
    When trying to start rails console I keep getting the following error Users/rigelstpierre/.rvm/rubies/ruby-1 ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 20, 2022 in Education by JackTerrance
0 votes
    I'm trying to load an already trained NER model, which was loading normally until today, but I'm ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 2, 2022 in Education by JackTerrance
0 votes
    I'm trying to load an SVF2 from ACC into Power BI but the geometry is not loading. I'm using ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 2, 2022 in Education by JackTerrance
0 votes
    In my index.php file I always load some classes used later. From profiler it states it sometimes can ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 12, 2022 in Education by JackTerrance
0 votes
    In my index.php file I always load some classes used later. From profiler it states it sometimes can ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 11, 2022 in Education by JackTerrance
...