shoutcast Questions

8

Solved

Is it possible to play a shoutcast/icecast stream using HTML5? If so, how should I implement it?
Lytton asked 30/4, 2010 at 8:43

2

Solved

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 ele...
Swadeshi asked 17/10, 2010 at 20:19

10

Solved

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/" /> &l...
Seeker asked 9/2, 2010 at 12:56

2

Solved

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, ...
Hyssop asked 11/2, 2012 at 9:4

3

Solved

I am trying to stream a Shoutcast URL using HTML5 Audio on a Cordova app. The problem I have run into is this: There appears to be no callback that fires when an audio stream loses connection to t...
Dunbar asked 24/2, 2016 at 8:33

3

Solved

I am trying to build a website and mobile app (iOS, Android) for the internet radio station. Website users broadcast their music or radio and mobile users will just listen radio stations and chat w...
Obscurity asked 12/5, 2015 at 7:33

1

I have made a radio app which works perfectly fine. I'm able to play the radio stream and fetch the metadata too. The streaming service is from shoutcast. The only problem is that, I'm adding the ...
Campbell asked 31/5, 2016 at 19:58

4

<script> // Create a new instance of an audio object and adjust some of its properties var audio = new Audio(); audio.src = 'http://subdomain.domain.org:port/;stream/1'; audio.controls = true...
Covariance asked 26/6, 2015 at 23:48

5

Solved

Please see the code i am using for streaming shoutcast stream, it works with one URL but NOT with the other one. This one works: Uri myUri = Uri.parse("http://fr3.ah.fm:9000/"); But not with th...
Brassware asked 30/12, 2011 at 16:22

2

Solved

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...
Fiveandten asked 6/9, 2013 at 7:50

1

Solved

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 ...
Collaborative asked 26/5, 2015 at 9:24

1

Solved

I am trying to check the status of a SHOUTcast stream using this URL: http://85.17.167.136:8684/7.html ... which returns data like: <HTML><meta http-equiv="Pragma" content="no-cache"&g...
Hopefully asked 13/2, 2014 at 22:34

6

Solved

I'm having a real hard time figuring out how to parse a none standard HTTP response. The none standard response contains ICY 200 OK instead of HTTP 200 OK. Here is a sample URL that sends the none...
Enki asked 4/11, 2013 at 0:29

3

I found a script which can extract the artist & title name from an Icecast or Shoutcast stream. I want the script to update automatically when a song changed, at the moment its working only whe...
Contagious asked 4/4, 2013 at 5:49

2

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 ...
Pistoia asked 30/11, 2010 at 23:45

3

Solved

I tried the following code below: <audio src="http://XXX.XXX.XXX.XXX:XXXX/;" controls autoplay></audio> I'm using Mac and this code worked fine with Safari but not with Chrome or Fir...
Idiopathy asked 18/9, 2013 at 16:58

2

I am currently making an app to go with my online radio site, I am coding it with Android 2.2 (API 8) and I have got the Shoutcast Stream working with two buttons. Here is the code on my main clas...
Sphygmoid asked 14/1, 2012 at 20:39

1

Solved

I'm trying to play mp3 shoutcast stream radio stations with HTML5 audio. I don't think it will be relevant but here is the code anyway: var player = new Audio(); player.autobuffer = true; player....
Freeborn asked 9/6, 2013 at 21:23

1

Solved

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 wi...
Lucilla asked 21/5, 2013 at 19:24

1

Solved

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 ...
Houseman asked 23/3, 2013 at 6:51

5

Solved

I would like to implement a server in Python that streams music in MP3 format over HTTP. I would like it to broadcast the music such that a client can connect to the stream and start listening to w...
Etui asked 16/4, 2011 at 18:21

4

Solved

I'm 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 way...
Hellkite asked 19/12, 2009 at 11:5

2

Solved

I am using Node's basic http.request() function without problem on normal HTTP servers. I need to use http.request() (or similar) with SHOUTcast servers. The SHOUTcast "protocol" is fully compatibl...
Formal asked 26/3, 2012 at 23:20

1

Solved

We have shoutcast/icecast audio streams. I'd like to be able to provide a link such as mobiledroid.php on our web site that will open using default player. I've seen this done on another site so I ...
Parishioner asked 13/7, 2012 at 14:56

3

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 ...
Stereoscopy asked 26/4, 2011 at 2:1

© 2022 - 2024 — McMap. All rights reserved.