Tagged Questions
0
votes
0answers
27 views
Shoutcast DNA2 Read XML
I want to ask how i can readout the XML from shoutcast 2 ?
URL: IP:PORT/stats?sid=1
Now how i read the XML data and put the write the values down with php?
Thanks in advance.
2
votes
1answer
88 views
Record a shoutcast for a fixed periode 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 periode
...
1
vote
1answer
331 views
How to encode live broadcast of the Local FM radio stations
We are in the midst of research stage for our coming web project. We would like to make a website that streams (all) the Local FM Radio Stations.
In research for the right tools to set up the said ...
1
vote
0answers
46 views
android radio shoutcast link [duplicate]
Possible Duplicate:
Android: Redirecting pls file so that mediaplayer can read it
Could I use this link in setDataSource: http://yp.shoutcast.com/sbin/tunein-station.pls?id=13361
...
-1
votes
1answer
658 views
online radio with jQuery and the jPlayer
I followed the instructions as given on this site http://www.catswhocode.com/blog/how-to-create-an-online-radio-using-jquery-and-jplayer and made the radio as stated in the link but i have a question ...
0
votes
1answer
989 views
Playing pls files with Jplayer
I am currently trying to get a radio stream from ShoutCast to play with JPlayer with no success.
Ideally I would like a pls file such as this one ...
1
vote
1answer
408 views
AS3 Shoutcast stream doesn't work on server
There's a code that works while I'm trying it in FLASH. It streams shoutcast :
var soundOBJ : Sound = new Sound();
soundOBJ.load(new URLRequest("http://176.9.42.221:8000/"));
soundOBJ.play( );
When ...
3
votes
2answers
2k views
How to use Shoutcast in iphone app?
I am only aware of funcationality of ShoutCast that it streams radio list.
But not knowing how to use that in iphone app.
Right now I am just looking on its website http://www.shoutcast.com/
becaues ...
2
votes
2answers
2k views
Best way to play a radio stream ( shoutcast ) in Java?
I want to code an audio player in Java. java.JavaFX has a very nice support for mp3 playing but I want in my player also the possibility to listen to radio.
The problem is I have searched for some ...
1
vote
0answers
653 views
SHOUTcast streaming on Android
How can I play a SHOUTcast stream on any Android version before 2.2?
Thanks!
-3
votes
1answer
1k views
How to stream and play Radio stations in Android application?
I am very new to Android application development. I am with medium knowledge of Java.
In my application I need to play a Radio station.
Is it possible to play? Please suggest me.
Or any sample ...
2
votes
1answer
1k 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 ...
12
votes
9answers
32k 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/" />
...
2
votes
0answers
133 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
3answers
2k 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 ...


