Hi.
For now JA ImageHostpot only support youtube and vimeo.
But you could try this to support mp4 file.
Edit the file:
modules/mod_jaimagehotspot/helper.php
Look for:
modJaimagehotspotHelper::videoLayout('default');
Change to:
$video_html = '
<video controls>
<source src=\''.$content_url.'\' type=\'video/mp4\'>
Your browser does not support the video tag.
</video>';
modJaimagehotspotHelper::videoLayout($video_html);
Developers will update in the next version.