Hi friends,
i have uploaded avi format video in html site website, but only mp4 video playing in website, avi video format not playing.
in type attribute Video/avi not supporting.
please help us.
<div class="video-frame">
<video style="width:100%; height:auto;" controls="">
<source src="/VideoFolder/JHD/SW/VideoFolder/07_Kekenkoff_359_tulp_preview.avi" type="video/mp4">
</video>
</div>