-
I have been having some issues with download speed and buffereing on mobile devices with Amazon S3 hosting, do you have any solutions for that?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
Foliovision › Forums › FV Player › Troubleshooting › Issues with speed on mobile with Amazon S3 hosting
Hello Inka,
It would also help if you could use the built-in video checker, take a screenshot of the report and post it here.
Thanks,
Eduard
Here is a link to a test. The problem is the buffering when there is no wifi on a mobile phone. With wifi on a mobile phone it works fine.
Hi Inka,
Re-encoding an MP4 to HLS is possible for free via the FFmeg multimedia framework (here’s a guide on how to do it – How to Convert MP4 to HLS), or you can do so with Amazon Elastic Transcoder, but that can be done only for a fee (as most of AWS services). You can follow our guide How to setup encrypted HLS stream with Amazon Elastic Transcoder to do so, just skip the part about the encryption.
As for the slower buffering of your video – the file is hosted on Amazon S3 and the server is located in the North California region (US West 1). I’m located in Central Europe, therefore it takes more time to load data from a server located that far.
If your website has a global audience, you should probably consider using a CDN, for example AWS CloufFront.
Thanks,
Eduard