Questions tagged [shoutcast]

SHOUTcast is cross-platform proprietary software for streaming media over the Internet. It allows digital audio content, primarily in MP3 or HE-AAC format, to be broadcast to and from media player software, enabling the creation of Internet radio "stations"

SHOUTcast is cross-platform proprietary software for streaming media over the Internet. It allows digital audio content, primarily in MP3 or HE-AAC format, to be broadcast to and from media player software, enabling the creation of Internet radio "stations"

405 questions
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
7
votes
0 answers

Icecast/shoutcast streaming on Android

Is there a way to stream shoutcast/icecast on the android? Passing the icecast URL to the mediaplayer does not work and after researching the topic it seems it is because android can't play raw aac files without a media container. What can I do to…
Alvin
  • 71
  • 1
  • 1
  • 2
6
votes
3 answers

Audio streaming with Android MediaPlayer

I'm trying to create an audio streamer with Android's MediaPlayer. It's just fine if it doesn't work with Android 2.1 or bellow. I need to be able to play the audio from a SHOUTcast stream. Here's my code: player = new MediaPlayer(); try…
6
votes
2 answers

WP7 Shoutcast with MediaStreamSource

I am trying to implement the Shoutcast streaming to my MediaElement via MediaStreamSource. Here is a code with some basics. With the ReadData method I can download raw audio data (MP3 samples), my question is how can I set the stream to the…
KrazZ88
  • 61
  • 1
  • 3
6
votes
2 answers

Play from Shoutcast Url in android

I am developing an Application that needs to play Radio from Shout cast. For API I have followed this URL I am successful in getting a station ID with my developer ID.Now in the section " How To Tune Into A Station " they have guided how to tune…
Syamantak Basu
  • 865
  • 4
  • 10
  • 20
6
votes
1 answer

SHOUTcast daemon script not functioning properly

I've got a SHOUTcast server running on Ubuntu. The server process is running great, but I can't seem to get the daemon script to function properly. Following a couple tutorials I found I came up with…
Sam K
  • 214
  • 3
  • 13
6
votes
1 answer

How to get Content Type from ShoutCast 7.html

Here i'm developing radio , Radio link can be of aacp, aac or mpeg format . i'm using MultiPlayer jar to play aacp format and using Default MediaPlayer to play mpeg format , i know MultiPlayer can play both the format but i used different jar as per…
Ronak Mehta
  • 5,882
  • 5
  • 40
  • 67
5
votes
1 answer

Getting metadata from SHOUTcast using IcyStreamMeta

I am writing an app for Android that grabs meta data from SHOUTcast mp3 streams. I am using a pretty nifty class I found online that I slightly modified, but I am still having 2 problems. 1) I have to continuously ping the server to update the…
Karai17
  • 873
  • 2
  • 8
  • 23
5
votes
2 answers

jPlayer and Shoutcast Configuration

I am trying to set up JPlayer plugin and Shoutcast. According to their website this is possible to do. How do I get jPlayer to play a SHOUTCast stream? You need to setMedia to the stream URL. For example, SHOUTcast server: …
Benjamin
  • 2,088
  • 2
  • 23
  • 46
5
votes
2 answers

How to read icy protocol in Java ?

I want to read data from a streaming icy protocol.The problem is that all the libraries that I've tried (dsj,MP3SPI) use the HttpUrlConnection to do this.However I've tried it on my windows 7 and I've received "Invalid http response" which is normal…
aureliangtx
  • 307
  • 5
  • 17
5
votes
1 answer

making go http client work with non-standard http servers

Shoutcast servers basically speak http, with one important difference: they respond to GET requests with ICY 200 OK instead of HTTP/1.1 200 OK. Go won't have a bar of it, and correctly fails with the error malformed HTTP version "ICY". However I…
Rhythmic Fistman
  • 30,464
  • 5
  • 74
  • 138
5
votes
4 answers

MediaElementAudioSource outputs zeroes due to CORS access restrictions