Nebula
Nebula

Reputation: 157

How to set audio delay for HTML5 videos (desync)

VLC has a nice feature to adjust the audio delay in a video. So I can get audio in sync with the audio when play over my cable connected Sonos Play:5. This speaker has a delay due to audio processing.

Does an HTML5 video tag allow to control the audio delay via JavaScript? I want to set the audio signal -1500 ms before the video signal.

Upvotes: 5

Views: 817

Answers (1)

user6579503
user6579503

Reputation:

HTML5 video player doesn't support that. Maybe you can find a library for that.

Upvotes: 2

Related Questions