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.

423 questions
8
votes
3 answers

How to Play the online streaming radio in Android

I am developing one application where i want to play live stream radio. I have an url using which i will stream the radio and play. I have a play button by clicking which i want to play the radio. For that, i have written some code which is not at…
Arindam Mukherjee
  • 2,255
  • 11
  • 48
  • 83
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
  • 159,648
  • 54
  • 349
  • 530
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
  • 431
  • 3
  • 12
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
  • 603
  • 2
  • 10
  • 22
6
votes
2 answers

How to play online radio streaming url in Android. How to play .pls radio streaming url in android

I created a XML file in my server. It contains title and link tags. I fetch the tags and display them as links in ListView. From there when the user clicks the link, then I'd like play the .pls file in the Radio Station app. Here is my XML…
vasanth
  • 395
  • 1
  • 3
  • 22
6
votes
2 answers

Node.js: Radio streaming Api

I am working on a project in which i have to make Api for radio streaming by which user can listen radio stream from his mobile application not web. Please let me know if there is any framework in Node.js which can stream my audio file to mobile…
Abdullah Aziz
  • 700
  • 5
  • 11
5
votes
2 answers

Use autoplay to play a radio station using HTML5 audio

I'm trying to launch automatically a webradio on my html's file. Currently using autoplay fails, I assume the radio miss the time to load some data hence the autoplay just block. I have created a setTimeout function to handle that. Now the function…
Webwoman
  • 10,196
  • 12
  • 43
  • 87
5
votes
0 answers

MP3 (MPEG I) chunk decoder for Python

I've been searching for a few days and trying many different libraries including PyDub, python_mp3_decoder (segmentation faults), pymad, but have had basically no luck in finding a library for Python that would allow me to decode a MP3 Stream (from…
Clement
  • 367
  • 2
  • 18
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
  • 1,170
  • 2
  • 14
  • 35
5
votes
1 answer

Swift Radio Streaming AVPlayer

I want to stream an audio from the Internet in Swift but haven't found a correct functional example just yet. In Objective-C AVPlayerItem* playerItem =[AVPlayerItem playerItemWithURL:[NSURL URLWithString:streamURL]]; [playerItem addObserver:self…
danielsalare
  • 335
  • 3
  • 14
5
votes
4 answers

How to play and pause in only one button - Android

I have two buttons in my media player that streams a radio station, play and pause. I want to make it only one button that has two function. First click I want to play it and second click I want to pause it. And when I click it again I want to play…
jajaja
  • 389
  • 1
  • 12
  • 26
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,524
  • 19
  • 35
5
votes
5 answers

How do I extract streamed "now playing" data embedded in an Icecast audio (radio) stream on Samsung Smart-TV

I am creating a Samsung TV app for a radio station and they provide the "Now Playing" info within the Icecast stream. Is it possible to (and how do I) extract this information?
Martin
  • 1,135
  • 1
  • 8
  • 19
4
votes
1 answer

Internet Radio Streaming API

I was thinking of using FLowPlayer, but I need to add category so then when it hits a category then a radio channel the API plays that internet radio station on the API. Know any good api with this capability? I was going to use ShoutCast but its…
Julian Neill
  • 117
  • 1
  • 5
  • 13
1
2
3
28 29