HTML5 video autoplay not working in chrome

后端 未结 3 1840
南方客
南方客 2021-01-24 02:23

I am trying to show a video in my slider using a html5 video. This works fine with the controls parameter (showing controls). But when I add autoplay i

3条回答
  •  我在风中等你
    2021-01-24 02:51

    I having a method to make video autoplay without muting on Chrome. This method has two steps. Step one:Extracting audio for video file using javascript(Extracting audio from a video file); Step two:use AudioContext Api play the audio(it's extract for video file),and play the video on muted;

提交回复
热议问题