Questions tagged [internet-radio]

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

166 questions
15
votes
3 answers

What is the best way to stream a audio file to website users/listeners

I'm developing a music site which will stream audio files stored in a server to users, audio files will be played through flash player placed in a webpage.. As I heard I need to use a streaming media server for streaming audio files ( like 2mb to…
Naveen Gamage
  • 1,603
  • 11
  • 28
  • 47
12
votes
1 answer

High audio latency with Icecast and Darkice

I have successfully installed icecast and darkice on my ubuntu machine and was able to stream live on my lan. but to my disappointment it has a 15sec to 20sec delay.This is very poor performance. I don't think it is because of my lan connection…
tekesteg
  • 194
  • 1
  • 3
  • 11
11
votes
2 answers

Developing the client for the icecast server

I am developing the client for the icecast server (www.icecast.org). Can anybody tell me, what is the format they are using for streaming the content? I was looking on their pages, but there is no information about the stream format at all. I have…
STeN
  • 6,172
  • 21
  • 75
  • 121
9
votes
2 answers

Live audio streaming on a website

I am trying to build a website for an internet radio station. I would like to incorporate a feature that allows visitors to play the live audio stream on the website itself. What technologies should I be looking at to get started? How is this…
Brian Roisentul
  • 4,180
  • 7
  • 50
  • 80
9
votes
1 answer

How to separate metadata and track from a shoutcast stream without making separate requests

I have made a radio app which works perfectly fine. I'm able to play the radio stream and fetch the metadata too. The streaming service is from shoutcast. The only problem is that, I'm adding the URL as the data source to the media player and then…
Searock
  • 5,488
  • 8
  • 58
  • 95
8
votes
3 answers

What's the best protocol for live audio (radio) streaming for mobile and web?

I am trying to build a website and mobile app (iOS, Android) for the internet radio station. Website users broadcast their music or radio and mobile users will just listen radio stations and chat with other listeners. I searched a week and make a…
Paul
  • 631
  • 1
  • 5
  • 18
7
votes
2 answers

Overriding Node.js HTTP parser

I am using Node's basic http.request() function without problem on normal HTTP servers. I need to use http.request() (or similar) with SHOUTcast servers. The SHOUTcast "protocol" is fully compatible with HTTP, except for one detail... the first…
Brad
  • 146,404
  • 44
  • 300
  • 476
7
votes
3 answers

Reading SHOUTcast/Icecast metadata from a radio stream with Python

Has anyone had success with reading SHOUTcast/Icecast metadata from a remote radio stream? There are several libraries that can read metadata from a local MP3 file, but none seem designed to work with a radio stream (which is essentially a…
yujas
  • 71
  • 1
  • 2
7
votes
1 answer

live audio stream socket get stuck in browser

I'm trying to setup a page where several (private) streams can be listened from. Unfortunately I'm not able to get it running. I tried Using php to opening live audio stream on android already, but for some reason the browser get stuck when loading…
Kootsj
  • 441
  • 3
  • 11
7
votes
1 answer

Shoutcast + Web Audio API CORS issue

I have a problem I've been working on for a while now with no real headway. I am currently trying to load my Shoutcast stream into my Web Audio API Context. I figured it would violate the CORS and I was right. I tried both through an XHR Request and…
Monty Monro
  • 583
  • 1
  • 7
  • 21
5
votes
1 answer

Python Way to check whether internet radio stream is avaliable/live

I work on collecting internet radio stream files such as m3u with a link to stream inside (for example http://aska.ru-hoster.com:8053/autodj). I didn`t find example on how it is possible to check if the link is avaliable/live. Any help is…
Michael
  • 984
  • 2
  • 11
  • 31
5
votes
1 answer

How to fetch Metadata from shoutcast radio channel for Windowsphone?

I like to develop a Windowsphone 8/7 internet radio app which streams the audio file from shoutcast radio channel.For that I need to extract metadata from the streaming.Now I am wondering about how to extract metadata from the stream.
Sreeraj VR
  • 1,218
  • 11
  • 28
4
votes
1 answer

Android - internet radio streaming

I am planing to make a android app for one local radio station I need to make internet streaming of radio program Can you please provide some starting point for this, some tutorial or something.
Goran
  • 1,219
  • 4
  • 22
  • 35
4
votes
1 answer

How to resume playing from background

I am making an online radio station app. The app works good. My radio doesn't resume after the call is ended. And I have to restart it again. Here is my code: void MyAudioSessionInterruptionListener(void *inClientData, UInt32…
Kumar sonu
  • 541
  • 11
  • 24
4
votes
1 answer

Google Cast slow for some streams

I have an Android app which plays live streams from web (mostly icecast) via Google Cast. Everything worked fine and fast, but now it takes much longer time for some streams to start (make sound). This may be somehow related to the Chromecast…
1
2 3
11 12