👩💻 Join our community of thousands of amazing developers!
Previously, I have introduced how LyricsX handled playback progress of different players, and briefly talked about how I applied its principal to web audio with a requestAnimationFrame() loop. In this article, I’ll talk about how to use WebVTT, a browser-native captioning feature to receive callbacks on specific time ranges. Web Video Text Tracks (WebVTT) is […] The post Use WebVTT without actually using WebVTT: Another way to monitor playback progress of HTML Media Elements appeared first on 1A...