S3 based Video is not playing in any Mobile Browser using HTML 5 Player or VideoJs Library

72 Views Asked by At

Video File located on S3 & Trying to play on a Browser using. Video Codecs: MPEG-4 AAC, H.264

<video id="example_video_1" class="video-js vjs-default-skin vjs-big-play-centered" controls
       width="640px" height="267px"
       preload="none" data-setup='{ "aspectRatio":"640:267", "playbackRates": [1, 1.5, 2] }'>
    <source id="videoMp4" src="{{ $videoName }}.mp4" type="video/mp4">
    <source id="videoWebm" src="{{ $videoName }}.webm" type="video/webm">
    <source id="videoOgg" src="{{ $videoName }}.ogg" type="video/ogg">
</video>

Solution for this, Really tired

0

There are 0 best solutions below