Next.js Discord

Discord Forum

Auto play not working with html video

Answered
Mud-daubers posted this in #help-forum
Open in Discord
Mud-daubersOP
hello,
Auto play here not working when load the page,
when I tried to put muted={true}
it worked!
but otherwise not
anyone has a solution for that?
Answered by B33fb0n3
when the user didnt interacted with your page in the first place, your are not allowed to play a video with sound on. That's a browser feature to prevent spam or many spam tabs with sound on it. So make sure the user interacted with your page first and then show the video with sound (for more details, read the error in your browser console)
View full answer

2 Replies

@Mud-daubers hello, Auto play here not working when load the page, when I tried to put muted={true} it worked! but otherwise not anyone has a solution for that?
when the user didnt interacted with your page in the first place, your are not allowed to play a video with sound on. That's a browser feature to prevent spam or many spam tabs with sound on it. So make sure the user interacted with your page first and then show the video with sound (for more details, read the error in your browser console)
Answer