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

Value type of icy-metaint

Researching this issue I can not find first-hand description of this variable in the standard. I actually can not find proper description of ICY standard at all. Seems some programmers think that this value must be signed integer (e.g. here).…
Anonymous
  • 561
  • 3
  • 7
  • 24
3
votes
2 answers

How to get Shoutcast current track title and artwork in JS

I am trying to create a customised radio player, that updates itself automatically about the title and artwork of the current streaming audio. Shoutcast does have an API but it is only working with its Dev ID but Shoutcast recently does not provide…
DannyBoy
  • 434
  • 5
  • 21
3
votes
1 answer

HTML5 AUDIO Tag Support for Icecast?

Is it possible to play an Icecast stream using HTML5's AUDIO tag? The syntax I'm using seems happy enough with ShoutCast but not Icecast which I'm confused by. Also if I browse to a certain URL of an Icecast stream a browser window automatically…
Fat Finger
  • 59
  • 1
  • 2
  • 7
3
votes
1 answer

Stream Java audio to an icecast/shoutcast server? Pipes and stdin?

I'm using a java music library called JavaMod. I want to stream the output of the java audio system to a shoutcast server. "ezstream" is a command line tool that accept stdin and encode/stream it to an icecast/shoutcast server, but I'm not sure how…
MockWhy
  • 153
  • 3
  • 12
3
votes
4 answers

HttpWebRequest for ShoutCast on Windows Phone7

I tring to stream shoutcast stream in my window phone 7 app I start an async HttpWebRequest like this //Init Request HttpWebRequest myHttpWebRequest =…
BloopDev
  • 31
  • 2
  • 4
3
votes
1 answer

Python 3 - Urllib3 read internet radio metadata

How can I read information about playing song using urllib3? Which headers should I use? import urllib3 http = urllib3.PoolManager() response = http.request("GET", "http://pool.cdn.lagardere.cz/fm-evropa2-128", headers={ 'User-Agent':…
Václav Pavlíček
  • 419
  • 2
  • 9
  • 21
3
votes
1 answer

Caching SHOUTcast API results

I have just become a SHOUTcast partner and received my DevID. I read pretty much everything here: SHOUTcast_Radio_Directory_API and here: SHOUTcast_API_License_Agreement And I have a tough question: should I cache the results from their API…
carlosrafaelgn
  • 831
  • 1
  • 16
  • 19
3
votes
1 answer

Get metadata from shoutcast stream

I'm developing a radio app with multiple radios, the stream is playing fine. But I'm struggling to show artist and music playing at the moment. This is the class I'm using to get metadata from shoutcast stream: import java.io.IOException; import…
3
votes
1 answer

Web audio player with Icecast metadata support?

Is there any web player, like jwplayer or video.js, that supports playing audio streams from Icecast, and would also be able to raise events when new metadata has been received on the stream? JWPlayer has this…
Pablote
  • 4,745
  • 9
  • 39
  • 46
3
votes
1 answer

Python: Get name of shoutcast/internet radio station from url

I've been trying to get the name/title of internet radio stations based on the url in python, but with no luck so far. It seems that internet radio stations use another protocol than HTTP, but please correct me if I'm wrong. For…
Fredrik
  • 1,741
  • 4
  • 24
  • 40
3
votes
3 answers

Convert shoutcast stream to playable samples in Python?

I have a shoutcat radio station and now want to build a player for it. I know how to "get" thet stream from the server, thanks a lot to bobince , but I am not sure how to convert that stream into playable samples. How is it done?
Zac Brown
  • 5,905
  • 19
  • 59
  • 107
3
votes
1 answer

How to extract StreamTitle from network audio stream using Wireshark?

How can Wireshark be used to extract, in real-time (i.e., continuously, not from a capture file) a string such as: StreamTitle='The Rolling Stones - Black Box [Disc 3] (1970) - Bitch'; from a network audio stream (such as…
3
votes
1 answer

ShoutCast over SSL

So I've gone ahead and set up my ShoutCast server DNAS and set my DSP in Winamp on my host computer. The server listens on port 8000, so per some instructions I installed an output plugin for winamp (Shoutcast DSP) and used 8000 and the password to…
Honus Wagner
  • 2,830
  • 13
  • 44
  • 61
3
votes
1 answer

Record a shoutcast for a fixed period of time

I have this code, it does the record from a shoutcast but it split it for every song title in a different file. What I want is to have all the record in one file and want to precise the period public class SHOUTcastRipper { private…
7addan
  • 255
  • 1
  • 15
3
votes
1 answer

How to detect if a icecast / shoutcast stream exists or not?

There are 5 streams on a website. I need to detect if these streams exist. If not, there are some audio files to play instead. I'm using html5 to play the stream and stream urls look like this : http://locus.creacast.com:9001/StBaume_grotte.ogg I've…
Sébastien Gicquel
  • 4,227
  • 7
  • 54
  • 84