I'm working on a project which will have a audio playlist, Along with that i have to build a audio visualizer. I have a rough idea about how to do this if the source is an audio. The problem is, the source is a m3u8
and i'm using Hls.js
with a HTML 5
video tag to implements an HTTP Live Streaming. My goal is to build a audio player which support HTTP Live Streaming and can show visualization. What is the best way to do it?
Thanks in advance.