Hello,
I have video of 1.2 gb its uploaded on aws when i use it in my ASP.Net site using html5 video player its keep on loading and buffering any way to make it fast.
<video width="320" height="240" class="wrapped-iframe" controls>
<source src="https://esposure.s3.us-east-2.amazonaws.com/GEM+Masterclass/Management/Module+1/MODULE+1+TOPIC+1.mp4" type="video/mp4">
<%--<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.--%>
</video>