web-audio-peak-meter
web-audio-peak-meter copied to clipboard
streaming audio
Hi Evan, just wonder if it would work with streaming audio, for example mp3.
For example my audiostream, http://77.163.55.32:2000/;stream/mp3
As long as the audio is coming from an audiocontext it works.
an audio element with an mp3 (icecast) stream works without any problems
I tried live stream (icecast and Shoutcast) and I didn't see it work
It didn't work for streaming. I am try with icecast. Here link that i am useas source "http://hfm.volna.top/HypeFM". Player show only time code. No audio played and not show indication. I am also try with mp3 files on another server shared via http. also it show file length but not play audio and not show level meters
It didn't work for streaming. I am try with icecast. Here link that i am useas source "http://hfm.volna.top/HypeFM". Player show only time code. No audio played and not show indication. I am also try with mp3 files on another server shared via http. also it show file length but not play audio and not show level meters
Get working for streaming audio. Just put crossOrigin="anonymous" before audio like this. "audio crossOrigin="anonymous" id="my-audio" controls="preload""