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
42
votes
4 answers

Android Media Stream Error? java.io.FileNotFoundException: No content provider :http://

I followed this to Play Stream Radio In android Here Its working Fine But Player Loading Bit Slow after clicking I need to wait for 30+ seconds time But I am getting This error In console MediaPlayer: setDataSource IOException happend :…
Whats Going On
  • 1,379
  • 6
  • 20
  • 49
28
votes
10 answers

Is it possible to play shoutcast internet radio streams with html5?

Is it possible to play shoutcast (or some) internet radio streams with html5? So I have next code:
Rella
  • 65,003
  • 109
  • 363
  • 636
18
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,844
  • 12
  • 32
  • 51
13
votes
3 answers

Listen to a shoutcast with Android

since quite some time I'm trying to listen to .pls files (shoutcasts). I have to say that I failed horrible. Since StreamFurious can do it it must be possible. First I tried to connect to the shoutcast via sockets (TCP and UDP) --> failed. I…
user238801
12
votes
6 answers

Record streaming and saving internet radio in python

I am looking for a python snippet to read an internet radio stream(.asx, .pls etc) and save it to a file. The final project is cron'ed script that will record an hour or two of internet radio and then transfer it to my phone for playback during my…
madmaze
  • 878
  • 3
  • 11
  • 23
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,262
  • 22
  • 80
  • 125
10
votes
2 answers

Record streaming radio to MP3

Background My father has an old radio program that he loves. It is a series of recordings done 30-40 years ago, but now he has found out that they are sent now and then as a historical retrospects. He loves them and don't want to miss a single…
Jakob Lithner
  • 4,225
  • 6
  • 38
  • 59
10
votes
1 answer

How to play streaming audio from internet radio on Python 3.5.3

I am using Python 3.5.3 on Windows 8.1 x64 and i need play audio from here I have tried pyaudio, but it gives me only white noise and error occurred after a few runs of pyaudio (pyaudio module 'pyaudio' has no attribute 'PyAudio'). Please, advise me…
10
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
  • 759
  • 2
  • 7
  • 20
10
votes
1 answer

Resuming Interrupted Radio Stream using MPMoviePlayerController

I am developing an online radio app for iOS6 devices. Ive looked for various wrappers to achieve this task. AVPlayer, MPMoviePlayerController etc. I tried using AVPlayer as it sounds more correct to use it for my purpose as it is audio only…
Gamer
  • 369
  • 3
  • 11
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,590
  • 8
  • 53
  • 81
9
votes
2 answers

Android: How to record mp3 radio (audio) stream

My favorite Radio station plays a radio audio stream in mp3 format. In my android application I can receive and play it without any problem. How can I implement a recording function? I want to record the mp3 radio stream to my Android phones…
user4500
  • 667
  • 2
  • 9
  • 21
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
  • 6,278
  • 11
  • 62
  • 98
9
votes
2 answers

How to find or search for FM radio streaming url?

I am trying to build mobile application for listening to FM radio online. Can any one help me where I can get the information about the streaming url for such FM so that I can make search based on my location or the location string. Simply saying I…
Rajan Twanabashu
  • 4,586
  • 5
  • 43
  • 55
1
2 3
28 29