Embed audio broadcasting on web page
- by giargo
Hi, I'd like to embed simple audio player on my webpage and I want it to get the audio from a stream broadcasted from my server.
I read I can use IceCast on my web-server, getting an audio stream from a client using IceS (or this is what i got from other questions and articles) but once I have my stream, IceCast is supposed to broadcast it on an URL, that can be opened from pkayers like winamp or similar.
I've found out this is quite a rare topic, usually people just want to broadcast "radio" where files are taken from a static playlist.
In this case I have to get a stream from an IceCast URL and embed it with a player on a web page.
Thank.