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"

413 questions
7
votes
2 answers

Broadcast to Icecast / SHOUTcast with Objective-C, C, or C++

I want to provide audio data into SHOUTcast or Icecast servers without using their own broadcaster, since i will be using this on various platforms including mobile. I need protocol descriptions, open source projects, or samples to be able to send…
Ray Frand
  • 81
  • 1
  • 3
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
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
  • 905
  • 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
  • 14
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,971
  • 5
  • 42
  • 69
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
  • 923
  • 2
  • 9
  • 26
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,108
  • 2
  • 26
  • 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
  • 317
  • 6
  • 18
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
  • 34,352
  • 5
  • 87
  • 159
5
votes
4 answers

MediaElementAudioSource outputs zeroes due to CORS access restrictions