Tagged Questions

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/" /> ...
2
votes
0answers
78 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
315 views

SHOUTcast streaming on Android

How can I play a SHOUTcast stream on any Android version before 2.2? Thanks!
1
vote
1answer
522 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 ...
0
votes
2answers
89 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 ...
0
votes
2answers
416 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 ...
-3
votes
1answer
662 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 ...