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
0
votes
1 answer

Multiple sound card output under Windows with Liquidsoap

Is it possible to output to multiple sound cards under Windows? It seems that portaudio is the only way to play back through a sound card with Windows, but portaudio offers no mechanism for choosing which device to output to. Even if it did, it…
Brad
  • 146,404
  • 44
  • 300
  • 476
0
votes
0 answers

How to get metadata from a Shout cast streaming radio

I have written the codes for streaming the shout cast net radio. I have no idea about retrieving metadata of currently streaming songs.Can anyone provide a tutorial link or steps involved in this??
Babin
  • 70
  • 1
  • 1
  • 9
0
votes
1 answer

Xamarin Android App not streaming online radio stream

So I'm trying to make a Android app for an online radio and no matter how much I use the guides on Xamarin, it's not streaming. My code: http://pastebin.com/K20RX8Yk The coding environment I am using is Xamarin.Android and I am coding in the…
0
votes
1 answer

Shoutcast stream spectral plot in Javascript

I am trying to make a live spectral plot of a SHOUTcast audio stream. I have found this page http://www.aerodynes.fr/2014/04/14/a-pure-javascript-audio-waterfall/ of someone doing almost exactly what I would like but with the audio from the sound…
0
votes
1 answer

Shoutcast Radio on Android

I'm making an app for streaming radio content from internet ! and i spent so much time trying to find a simple source code showing how to implement a streaming content ! i found some useful links in StackOverflow but no one worked for me !! Please i…
satyres
  • 267
  • 1
  • 5
  • 15
0
votes
1 answer

Gracenote Rhythm API - is it possible to stream it with web audio?

I just started to discover interesting Gracenote Rhythm API - https://developer.gracenote.com/rhythm-api It says that it includes metadata, music recognition and an Internet Radio API, but I didn't find any possiblity to stream it with for example…
Kosmetika
  • 19,249
  • 37
  • 94
  • 154
0
votes
1 answer

SHOUTcast server in Java

I'm making a shoutcast server in Java and I've a hit a bump in the road. My server can stream data well if I send the client (VLC/WINAMP) an HTTP response: HTTP/1.1 200 OK\r\nContent-Type:audio/mpeg\r\n\r\n\ and then start streaming the files,…
0
votes
1 answer

Can SHOUTcast station access be restricted?

I'm considering SHOUTcast for a solution where I need to restrict listeners. I haven't used SHOUTcast before. It would be installed on a Windows server. I want to require the listeners to log in before being able to stream a station from the server.…
lozz
  • 285
  • 2
  • 12
0
votes
1 answer

Setting online radio player to play stream without downloading the playlist

I have a created an online radio station using icecast2 and edcast.... When i connect to the server with the the url "mysite:8000/stream.m3u" the browser first downloads the .m3u playlist and then we have to open it with our desired player. I've…
SpikETidE
  • 5,841
  • 15
  • 43
  • 60
0
votes
1 answer

Is there any online radio library or method out there?

One of my new programs that I'm thinking to develop is a online radio listener, but is there any library or method to do this? Thanks.
Nathan Campos
  • 26,567
  • 57
  • 185
  • 289
0
votes
1 answer

Initial-Burst HTTP header - units

I'm implementing a shoutcast radio client. My reference client sends "Initial-Burst" HTTP request header to 960000. I don't know the initial buffer size of my reference client, it's an iOS app, I don't have the source codes. What I know is it starts…
Soonts
  • 15,806
  • 9
  • 45
  • 100
0
votes
1 answer

Android: Redirecting pls file so that mediaplayer can read it

I want to play a radio shoutcast but its a pls file format by looking at the link: http://yp.shoutcast.com/sbin/tunein-station.pls?id=13361 It doesn't play at the moment, I have got: Initializing: player = new MediaPlayer(); try { …
Mirwais Maarij
  • 213
  • 1
  • 3
  • 13
0
votes
1 answer

Internet radio server bandwidth usage

I want to setup an internet radio server, taking into account a number of constraints. Lets ignore for now the non-IT related issues, like legal/organizational aspects. I need to calculate how the required server bandwidth will be influenced, in the…
Andy
  • 3,349
  • 2
  • 20
  • 29
0
votes
3 answers

Internet Radio Tuner integrated with SHOUTcast

How does an internet radio tuner integrated with SHOUTcast work? How does it switch from one station to other through SHOUTcast? Are there SHOUTcast API's available in Java to implement an internet radio tuner?
user158986
-1
votes
1 answer

Website showing up as not secure because stream provider doesn't support SSL

So my dad has 10+ different websites for streaming radio. He uses a streaming URL provided by the radio to stream the music on his website. The problem is that most of these streaming URL's are http and not https. Because of this, certain pages for…
Branko
  • 149
  • 6
1 2 3
11
12