this is work in my case issue was i have not added muted with autoPlay
<video
className="body-overlay"
loop={true}
autoPlay
controls
muted={true}
>
<source src={video} type="video/mp4" />
</video>