I can't see my video .Mp4 in Andoid (Chrome)

I have a problem with my video .mp4 in android devices, I can’t see the video but that work in desktop (responisve) and iOS as well.

I want the same reaction as the desktop in android:

  • Video muted
  • Autoplay
  • Loop
  • and without player

Here is my code :

<video width= 70% loop="loop" muted="muted" autoplay>
<source src="http://tangoandtango.com/Composition.mp4" type='video/mp4'/>
</video>

My project:

Example of website where that work perfectly:

Thank you in advance for your help !