I have a small issue with mediaelement js. My player doesn't hide the mouse cursor when the mouse is not moving.
<script src="build/jquery.js"></script>
<script src="build/mediaelement-and-player.js"></script>
<link rel="stylesheet" href="build/mediaelementplayer.css" />
<video width="850" height="350" id="player2" controls="controls">
<source src="http://127.0.0.1/publics/ip4.mp4" type="video/mp4">
<track kind="subtitles" src="iron.man.3.2013.720p.bluray.dts.x264-publichd.srt.txt" srclang="en" />
<script>
$('audio,video').mediaelementplayer();
</script>
I know it's an old topic but it can help someone...