I am trying to embed a remote video(from sites like youtube, vimeo, etc.) and use the analyzerNode from the Web api to create a music visualizer on the side while the video is playing.
This works perfectly fine for local video files, but when you use this for youtube or any other remote video links, then the analyzerNode fft outputs all 0s for some reason.
The video and audio still plays fine, its just the music visualiser that acts as if there's no audio.
I am not receiving any errors looking at the console, no CORS errors or anything.
If somebody can help please reply.