"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
3
votes
1 answer
FFMPEG live recording is too fast
I am trying to record 55 seconds of radiostation.
ffmpeg -t 55 -i http://19233.live.streamtheworld.com/BLZE_1.mp3 toofastrecord.mp3 .
FFMPEG do this nearly for 10 seconds. How does it possible to have speed speed=5.67x instead 1 for live…

Anton Putau
- 632
- 1
- 7
- 31
3
votes
6 answers
How can I get the raw stream URL of an iheartradio station
I am trying to make a discord bot to stream the iheart80s at 103.7 radio station,
and so far I can not find a direct stream URL to give my discord bot.
I have tried to get the JSON via Python but that just returns http.client.BadStatusLine: ICY 200…

IncrementTimesTwo
- 41
- 1
- 1
- 4
3
votes
1 answer
HTML5 AUDIO Tag Support for Icecast?
Is it possible to play an Icecast stream using HTML5's AUDIO tag? The syntax I'm using seems happy enough with ShoutCast but not Icecast which I'm confused by. Also if I browse to a certain URL of an Icecast stream a browser window automatically…

Fat Finger
- 59
- 1
- 2
- 7
3
votes
3 answers
iPhone Radio Streaming for WMA audio files
I need to implement iphone streaming functionality for WMA audio files from the server. iPhone can support only mp3, wav, aac audio files. But I need to play wma audio streaming for the iphone radio application.
Can anyone tell me how to do this…

AppAspect
- 4,461
- 2
- 30
- 46
3
votes
1 answer
Python 3 get song name from internet radio stream
How can I get song name from internet radio stream?
Python: Get name of shoutcast/internet radio station from url I looked here, but there is only getting name of radio station. But how to get name of the playing song? Here is stream link from where…

Václav Pavlíček
- 419
- 2
- 9
- 21
3
votes
1 answer
Web audio player with Icecast metadata support?
Is there any web player, like jwplayer or video.js, that supports playing audio streams from Icecast, and would also be able to raise events when new metadata has been received on the stream?
JWPlayer has this…

Pablote
- 4,745
- 9
- 39
- 46
3
votes
1 answer
Icecast: pause in the beginning of streaming on Android
I have a server Icecast working with Liquidsoap to stream internet radio and I noticed there is a problem with receiving the music on some Android devices (Samsung Galaxy tab, for example) - after a few seconds of buffering of the music the playing…

Alexey Timokhin
- 818
- 9
- 23
3
votes
1 answer
Is there any way to get broadcast status for an Icecast stream?
I am using Icecast 2 for live streaming and broadcasting.
I want that when broadcasting is off instead of player show something else like next broadcast time and when broadcast is on then show player for streaming.

Hamza Khan
- 191
- 15
3
votes
3 answers
Liquidsoap Recording Over All Files In Output Folder
So I have an instance of Liquidsoap, with a harbor input on port 8080.
What I'd like to have happen is whenever someone connects to /live, the stream is recorded and saved on a server.
This works fine, however, if for example I am recording, then…

Gordon
- 108
- 7
3
votes
1 answer
Play a radio station in Android Application
How can I play a radio station using Media Player in Android?
I am using an iRadeo station that has two songs with the
url:"https://www.iradeo.com/station/133063"
but when I try to do
Uri myUri =…

Soud Kyl
- 55
- 5
3
votes
1 answer
Python: Get name of shoutcast/internet radio station from url
I've been trying to get the name/title of internet radio stations based on the url in python, but with no luck so far. It seems that internet radio stations use another protocol than HTTP, but please correct me if I'm wrong.
For…

Fredrik
- 1,741
- 4
- 24
- 40
3
votes
1 answer
How to extract StreamTitle from network audio stream using Wireshark?
How can Wireshark be used to extract, in real-time (i.e., continuously, not from a capture file) a string such as:
StreamTitle='The Rolling Stones - Black Box [Disc 3] (1970) - Bitch';
from a network audio stream (such as…

KXNV-89.1FM
- 105
- 1
- 6
3
votes
1 answer
ShoutCast over SSL
So I've gone ahead and set up my ShoutCast server DNAS and set my DSP in Winamp on my host computer. The server listens on port 8000, so per some instructions I installed an output plugin for winamp (Shoutcast DSP) and used 8000 and the password to…

Honus Wagner
- 2,830
- 13
- 44
- 61
3
votes
1 answer
Icecast transport layer protocol - TCP or UDP?
I don't seem to find a answer, so I'm asking you.
Does a stock Icecast2 server use TCP or UDP to broadcast the streaming data? I know that it uses a custom HTTP based Application Layer protocol, so one might think its TCP, but on the other hand it…

DontMind
- 89
- 1
- 10
3
votes
3 answers
Error getting audio input device sample rate: '!obj'
Currently I am developing an app that will stream a radio station from the internet. I watched this tutorial and implemented it step by step. It worked fine for a while but now I am getting the following error and the app wont stream…

Granit
- 1,261
- 6
- 19
- 35