Hi
Sorry If you are using JA ACM module for the video
it only support the Vimeo and Youtube video in it.
But in the custom HTML module video that you can see in the demo site
<div class="videoWrapper">
<iframe width="560" height="315" src="https://www.youtube.com/embed/AN8aTVy5hP4" allowfullscreen></iframe>
</div>
<p style="margin-top: 12px">
Vestibulum eu aliquam arcu, et bibendum diam. Aenean dignissim accumsan eros nec ornare congue consequat.
</p>
<a href="#" class="btn btn-primary">Read More</a>
We used custom html code as u can see in the example code. You can replace the youtube code of video with your video path.
Regards