"Live" audio streaming, where all listeners hear roughly the same thing at the same time. Technologies such as SHOUTcast, Icecast, DASH, HLS, and Liquidsoap are all welcome here.
Questions tagged [internet-radio]
423 questions
4
votes
1 answer
Is it possible to listen to any kind of internet radio with HTML5 directly?
Is it possible to listen to any kind of internet radio with HTML5 directly? I mean is it posible to play live mp3 streams in HTML5 complaint browsers?

Rella
- 65,003
- 109
- 363
- 636
4
votes
1 answer
How do I fix my "Unable to to create media player" error?
I'm using the playlist1 source code here:
http://www.glowingpigs.com/index.php/extras
All I've done is changed the setDataSource from a local .mp3 to an audio webstream and added the following to the manifest since from my understanding 4.xx needs…

Kurt Wagner
- 3,295
- 13
- 44
- 71
4
votes
1 answer
Playing mp3 Shoutcast streams with HTML5 audio in Firefox?
I'm trying to play mp3 shoutcast stream radio stations with HTML5 audio.
I don't think it will be relevant but here is the code anyway:
var player = new Audio();
player.autobuffer = true;
player.src = "http://173.192.48.71:9048/;";
player.volume =…

Igor Jerosimić
- 13,621
- 6
- 44
- 53
4
votes
5 answers
OPUS source client for Icecast
I am looking for the source client that would let me stream the OPUS audio through the Icecast2 streaming server.
The problem currently is that I am trying to establish an "internet-radio" for streaming the audio with very low bitrates. OPUS codec…

v_2e
- 2,603
- 2
- 22
- 29
4
votes
2 answers
Show current song information from html5 audio stream (in Meteor app)
I'm working on an HTML5 radio player in Meteorjs. See http://radio.meteor.com/ or http://github.com/guaka/radio-meteor
I want to display the song that's currently playing. How can I do that?
I'm not sure if resorting to server side would be a great…

the
- 21,007
- 11
- 68
- 101
4
votes
2 answers
How do I play mms:// link in android media player
I want to play this radio in my android app: http://www.voadeewaradio.com/
where it says "LIVE AUDIO"
I went in the source code for that page, I found the link that plays the radio, its .asx format:

Mirwais Maarij
- 203
- 1
- 3
- 15
3
votes
1 answer
AAC Windows Phone
I have an online-radio which sending a AAC stream. So According to this link the Windows Phone 7 supports the AAC encoded audio stream via MediaElement API.
But this stream has a headers (icy-notice, icy-..., etc.) which should be deleted before.…

Roman Golenok
- 1,427
- 9
- 26
3
votes
3 answers
Streaming live audio with Flash
I've been approached to set up an internet radio station that is focused on the local music scene in El Paso, TX. I've looked at various options, but it seems most solutions out there are for streaming pre-recorded audio. While I might need to fall…

ahlatimer
- 524
- 4
- 9
3
votes
4 answers
Is it possible to restream an internet radio using PHP? (PHP guru needed)
Is it possible to restream an internet radio using PHP?
Radio is available at port 8000. I would like to use my webserver and "transmit" the radio stream to port 80.
Is it possible?
I have already been googling it around and I found…

tomexx
- 2,301
- 2
- 20
- 33
3
votes
2 answers
Best way to play a radio stream ( shoutcast ) in Java?
I want to code an audio player in Java. java.JavaFX has a very nice support for mp3 playing but I want in my player also the possibility to listen to radio.
The problem is I have searched for some time and I didn't find something that works like I…

aureliangtx
- 317
- 6
- 18
3
votes
1 answer
Icecast port 80
Elsewhere on Stack Overflow is a question about getting Icecast to appear on port 80, which I have read but still cannot get my server to work on port 80.
My icecast.xml has these items
…

Tony Harding
- 43
- 4
3
votes
3 answers
How can I play online radio streaming in Flutter?
I am working on radio application where I want to play live stream radio. I have an url using which i will stream the radio and play. How can I play online streaming using this url? Here is my steaming url:
"streams" : -[
-{
"stream" :…

Ammy Kang
- 11,283
- 21
- 46
- 68
3
votes
0 answers
Internet radio statio playing Spotify for private use
I want to build a server that I can register as my own internet radio station on my hardware internet radio player using wifiradiofrontier.com. Reasoning: I want to listen to Spotify when I wake up and there is no hardware internet radio that can…

wackazong
- 474
- 7
- 18
3
votes
1 answer
Node JS radio (audio stream)
Good evening! I just try to do my own internet radio, using Node JS. I saw a lot of questions and tutorials about it, but all of them are old and hard to understand.
const fs = require('fs'),
files = fs.readdirSync('./music'), // I have some mp3 in…

Mad Max
- 283
- 1
- 7
- 19
3
votes
1 answer
Value type of icy-metaint
Researching this issue I can not find first-hand description of this variable in the standard. I actually can not find proper description of ICY standard at all.
Seems some programmers think that this value must be signed integer (e.g. here).…

Anonymous
- 561
- 3
- 7
- 24