Tagged Questions
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"
19
votes
1answer
5k views
Streaming audio from a Node.js server to HTML5 <audio> tag
I've been experimenting with binary streams in Node.js, and much to my amazement do actually have a working demo of taking a Shoutcast stream using node-radio-stream and pushing it into a HTML5 ...
11
votes
2answers
3k views
android code for streaming shoutcast stream breaks in 2.2
The following code works fine on Android 2.1update1 -
package com.troubadorian.android.teststreaming;
import android.app.Activity;
import android.content.Context;
import android.os.Bundle;
import ...
5
votes
9answers
14k views
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:
<html>
<body>
<audio src="http://shoutcast.internet-radio.org.uk:10272/" />
...
4
votes
3answers
455 views
Internet Radio player component for Delphi/C++Builder
I'm looking for an Internet Radio player (SHOUTcast/IceCast) component for Delphi/C++Builder. Does such a thing exist? ActiveX component OK too.
Thanks.
4
votes
1answer
1k views
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 ...
4
votes
2answers
765 views
Android SHOUTcast request
I have written some code in Java that will decode a SHOUTcast stream and return metadata. This code works as intended, but when I port it to Android the same code does not work. Specifically, I ...
3
votes
0answers
68 views
Getting hiccup noise from Shoutcast
I'm trying to read Shoutcast stream and then play it using MediaStreamSource. Here is the excellent open source project that saved lot of my time. After little bit modification I'm able to hear ...
3
votes
2answers
539 views
Android MediaPlayer works fine in our Custom audio Streaming application up to Android 2.1 but not in higher versions
EDIT:
Android 2.2 MediaPlayer is working fine with one SHOUTcast URL but not with the other one
I need to play audio files from external URLs(shoutcast stream). Currently the audio files are ...
3
votes
1answer
52 views
How can I record online radio in .NET?
I did see this question but not much on .NET...
I want to write .NET code to connect to a web server streaming SHOUTcast (Winamp) audio content (if anyone is interested, the URL is ...
3
votes
4answers
1k views
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 = ...
3
votes
4answers
9k views
How could I play a shoutcast/icecast stream using HTML5?
Is it possible to play a shoutcast/icecast stream using HTML5?
If so, how should I implement it?
3
votes
5answers
17k views
How to stream a shoutcast radio broadcast in Flash (Shoutcast Flash Player)
I've been looking for a solution to this for years, but nothing is conclusively documented. There are many Shoutcast Flash players out there (e.g. radio.de) so I know it's possible. However, most of ...
2
votes
1answer
100 views
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. ...
2
votes
0answers
100 views
Shoutcast streaming not working in android device 2.2
I am doing shoutcast streaming in my app. The app was playing the link on android emulator 2.2 but the same was not playing in device. Why? I am using galaxy tab 2.2. Any settings required to be ...
2
votes
2answers
191 views
GoogleTV (3.1) - streaming audio supported in MediaPlayer?
I'm migrating some existing Android code to GoogleTV, and I cannot get any HTTP audio streams (Icecast/Shoutcast) to play in a MediaPlayer object. Setting an Icecast URI as the data source for the ...
2
votes
1answer
105 views
Android MediaPlayer's playing state
I'm creating an app that streams audio from the web. I'd like to be able to detect connection interruptions and stuff like that. So when the audio stops playing, I'd tell the user it stopped playing. ...
2
votes
3answers
2k views
Play a Shoutcast Stream on iPhone with HTML5
I know this question is already asked in past, but i finally found no answer....
So I got a shoutcast stream, encoding audio/mpeg and I want create a web-app for my iphone to listen to my stream ...
2
votes
0answers
499 views
How to read & display ID3 tags while playing shoutcast streaming with Adobe AIR?
How to read & display ID3 tags while playing shoutcast streaming with Adobe AIR + JavaScript (without using external Flex/Flash players) ?
2
votes
0answers
482 views
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 ...
2
votes
3answers
356 views
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 ...
2
votes
0answers
79 views
Replacing a Windows Media Server (weekly radio show)
I'm moving a weekly live radio show from Windows Media Server and am looking for an alternative to accomplish the same task. We are decommissioning the WMS box and would rather just run it on another ...
2
votes
2answers
1k views
Simple check (PHP) to see if Shoutcast radio is online?
Basically, just a simple script that can check to see if a shoutcast radio is online or not, and output a code based on it.
I tried to do this with file_get_contents and eregi, but it didn't seem to ...
1
vote
0answers
61 views
SHOUTcast XML get with php
I have shoutcast administrator and i need to read xml from that it looks like this
http://SHOUTCAST-IP:PORT/admin.cgi
And i need to login and get the XML Data from ...
1
vote
0answers
156 views
how to get song title from shoutcast stream in android 2.2
is there a way in retrieving the song title in shoutcast mp3 stream, i have tried the code below and its not working in android 2.2 but it works in android 2.1 and android 1.5
i need to get the song ...
1
vote
1answer
89 views
ICY metadata support with ffmpeg
Is there any way to get ICY metadata from shoutcast stream using FFMpeg ?
One way would be to deal with the connection/stream by myself and send Custom IOStream to ffmpeg.
Is there any other simple ...
1
vote
0answers
88 views
Android — streaming a shoutcast audio file
i am trying to stream an shoutcast audio file in my device android 2.2...i heard that this shoutcast will not work in android 2.2. so, i tried with android emulator 2.3 then also song not playing why ...
1
vote
2answers
326 views
how to get informed of new song info while retrieving metadata from shoutcast stream
Background:
I'm streaming radio using double buffering approach for html shoutcast. I get metadata information from stream using http://www.smackfu.com/stuff/programming/shoutcast.html
Problem
I have ...
1
vote
3answers
427 views
How to launch Android's Native MediaPlayer from a webpage?
I would like to create a webpage for my Shoutcast stream the launches Android's native media player. I found an example here >> http://s4.viastreaming.net/8000/mobile/
My question is "What is the ...
1
vote
3answers
401 views
Record HTTP Audio stream to file
In C# I want to record an audio stream
I am doing something along the lines of:
HttpWebRequest req;
req = (HttpWebRequest)WebRequest.Create("http://url.com/stream");
Webresponse resp = ...
1
vote
2answers
496 views
SHOUTcast in Windows Phone 7
I know people have asked this before, but i see no answer nor people even commenting about it.
So, i'm trying to make SHOUTcast streaming in WP7, anyone have done it? I know i have to use ...
1
vote
0answers
65 views
Get the pieces together
I'm new to Android development and I need to create an audio streamer. It will get the audio from a SHOUTcast server. I already know the pieces. I need to download the MP3 audio, extract the PCM data ...
1
vote
1answer
235 views
QTcpServer: Send HTTP/1.0 200 OK to connected client
I set up a QTcpServer to listen to a Shoutcast stream. The newConnection()-signal gets fired as it should:
connect(tcpServer, SIGNAL(newConnection()), this, SLOT(handleClientComm()));
void ...
1
vote
0answers
317 views
SHOUTcast streaming on Android
How can I play a SHOUTcast stream on any Android version before 2.2?
Thanks!
1
vote
1answer
261 views
Shoutcast media metainfo updates
Hi I have implemented the Shoutcast streaming protocol to get the Stream metainfo (as described somewhere on the web). I get the string with the song title and author, but what happens when during the ...
1
vote
3answers
559 views
Flex (AIR) android Shoutcast app issues
I'm attempting to build an android AIR app based off of the Codebass player (http://codebass.net/2010/09/01/codebass-streaming-radio-player/)
It's not meant for android and the actionscript works ...
1
vote
3answers
3k views
Method for launching audio player on Android from web page for streaming media
To link to SHOUTcast/HTTP internet radio streams, traditionally you would link to a playlist file, such as an M3U or PLS. From there, the browser would launch the audio player registered to handle ...
1
vote
2answers
3k views
Web player to use with SHOUTcast
I'm looking for a web player to play a music stream from a SHOUTcast server.
I setup a SHOUTcast DNAS 2.0 Server on CentOS. SHOUTcast can stream music to Windows Media player and winamp; however, ...
1
vote
1answer
440 views
IOS and shoutcast
I'd like to know how to get the stream from a shoutcast radio and manage it with a native iphone app.
Any suggestion ?
1
vote
0answers
391 views
Shoutcast Stream not running in Android Browser - File Is Not Supported Error
I have android phone and I am trying to run following public Shoutcast stream http://core.crystalone.net:9000/listen.pls in my phone. However, it is not working and when I open it; it gives me error ...
1
vote
1answer
261 views
Getting Shoutcast Metadata in Appengine
I currently have an appengine application set up that polls a Shoutcast station's 7.html file and saves the result. However, I have recently come across some stations which are running Shoutcast ...
1
vote
1answer
1k views
Android Shoutcast: Want help to play ShoutCast Streaming in 1.6
My application plays ShoutCast Streaming and the target OS is 1.6 and above. I have applied some code from NPR application with some modification.
Here is the code
mediaPlayer = new MediaPlayer();
...
1
vote
1answer
478 views
Shoutcast stream buffering with Adobe AIR without using Flash/Flex player?
My application is written in Adobe Air & JavaScript and doesn't use Flash/Flex.
Air.Sound() is used to play (shoutcast) audio streams.
I'm looking for a solution (without using external Flash/Flex ...
1
vote
1answer
152 views
How to retrieve block-length of an IceCast-Stream?
IceCast is very similar to Shoutcast which gives you its data-block-length in the header via icy-metaint.
The stream I work with (an IceCast-stream) doesn't seem to have such a value.
How can I ...
1
vote
2answers
592 views
Parsing SHOUTcast server information table with Javascript?
I'm currently trying to parse the html page http://84.19.184.204:8000/played.html using JS.
But it's been hard since I'm new to JS... The html page contains a table which has the history of last ...
1
vote
1answer
523 views
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 ...
1
vote
2answers
1k views
Android streaming from icecast server get track information
I have a stream from an icecast server downloading, and I can grab the information in the headers by doing the following:
URLConnection cn = new URL(mediaUrl).openConnection();
cn.connect(); ...
1
vote
2answers
6k views
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 ...
1
vote
2answers
792 views
How to receive and play back a SHOUTcast audio stream on the mac or iphone?
Are there solutions in C or Objective-C to receive and play back SHOUTcast audio streams on the mac or iphone?
1
vote
3answers
6k views
Shoutcast streaming
im currently working on a app for a podcast (katg.com) which will let you listen live etc... however, i have not found any open source code available to stream shoutcast. I know there are some ways of ...
1
vote
2answers
2k views
Flex/Flash Shoutcast player
I am trying to build a flash player for my company's Shoutcast server, and have seen a few articles about it on the 'net, including this SO question here.
However, I can't seem to get the audio ...