video(HTML)
As a general rule, you can assume that media will be allowed to autoplay only if at least one of the following is true:
1. The audio is muted or its volume is set to 0
2. The user has interacted with the site
by clicking, tapping, pressing keys, etc.
3. If the site has been allowlisted
either automatically if the browser determines that the user engages with media frequently
or manually through preferences or other user interface features
4. If the autoplay Permissions Policy is used to grant autoplay support to an <iframe> and its document
<video src="movie.mp4" loop autoplay muted playsinline></video>