Syncing HTML5 <video> with <audio> playback

前端 未结 6 1579
你的背包
你的背包 2021-01-31 05:23

I am having track from one source, mute, and I\'d like to play background music over it using element. The tracks contain some time critical elements.

What would be th

6条回答
  •  野性不改
    2021-01-31 06:00

    The same effect can be achieved by including the music in your video file itself. The html5 video player controls will have the ability to mute the sound.

提交回复
热议问题