web-audio-peak-meter icon indicating copy to clipboard operation
web-audio-peak-meter copied to clipboard

streaming audio

Open Mookseberg opened this issue 4 years ago • 4 comments

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

Mookseberg avatar Jun 02 '20 18:06 Mookseberg

As long as the audio is coming from an audiocontext it works.

an audio element with an mp3 (icecast) stream works without any problems

KobusPost avatar Jul 02 '20 05:07 KobusPost

I tried live stream (icecast and Shoutcast) and I didn't see it work

LordFader avatar Oct 29 '20 20:10 LordFader

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

sench4707 avatar Feb 21 '21 12:02 sench4707

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""

sench4707 avatar Mar 11 '21 15:03 sench4707