<video> sometimes doesn't start

Hey everyone, I have this simple line of code
 <video class="background" loop autoplay muted playsinline>
    <source src="../../assets/img/restaurant/background.mp4" type="video/mp4">
  </video>

it's pretty simple but sometimes my video (which is like 30s long) won't start at all, I'm missing something? It's a video problem or a coding problem?
Was this page helpful?