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

Show Track Information from SHOUTcast Server Using PHP

I have a SHOUTcast server which has an API to show the track and artist. It uses javascript to show the information and looks like this: Bon Jovi - You Give Love a Bad Name To get more information about the track I'd like to send it to the…
0
votes
1 answer

Shoutcast stream not playing with jPlayer

I am trying to stream my shoutcast url with jPlayer. I get it to work flawlessly with other shoutcast URLs, just the one I rquire is not working. In Chrome I get a request cancelled status message. This is my working code for all other streams I…
preschool
  • 183
  • 1
  • 11
0
votes
2 answers

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.
Goodpeace
  • 27
  • 1
  • 3
0
votes
2 answers

Audio Streaming taking time differently for different links in android?

Hi I have made an app with a list of four radio station streaming. I am using simple mediaPlayer which is initialized in a service.The code I have used like this: try { MediaPlayer media = new MediaPlayer(); …
Navdroid
  • 1,541
  • 3
  • 25
  • 52
0
votes
0 answers

Radio streaming doesnot match the original streaming in android?

I am using simple MediaPlayer to stream a radio streaming.. try { MediaPlayer media = new MediaPlayer(); media.setAudioStreamType(AudioManager.USE_DEFAULT_STREAM_TYPE); media.setDataSource("http://indiespectrum.com:9000"); …
Navdroid
  • 1,541
  • 3
  • 25
  • 52
0
votes
1 answer

Time taken in connecting while audio streaming in android?

I am using simple audio streaming in android app like this: try { MediaPlayer media = new MediaPlayer(); media.setAudioStreamType(AudioManager.USE_DEFAULT_STREAM_TYPE); media.setDataSource("http://indiespectrum.com:9000"); …
Navdroid
  • 1,541
  • 3
  • 25
  • 52
0
votes
1 answer

Playing SHOUTcast pls file - URL in pls file lead to HTML page?

I am playing some SHOUTcast radio stations in a self made flashplayer. Because the flashplayer itself does not understand pls files, I have created a pls reader in PHP that opens and reads the pls file and redirects to a file/link listed in the pls…
Codebeat
  • 6,501
  • 6
  • 57
  • 99
0
votes
0 answers

JavaScript Function the same but then in PHP

Ok i am remaking this question since i think i made it a bit too long :) My research was from websites where i learned how to make functions and timers. I wanna ofcourse repeat the php part with a timer but i think i know how too. First i think its…
ChoCho
  • 1
  • 2
0
votes
1 answer

howt to shoutcast streaming on Android

Is there a way to stream shoutcast on the android? my shoutcast ip : 188.247.86.66 port 8002 can someone give me a code to an app for stream shoutcast? Thanks
Kill4Life
  • 1
  • 1
0
votes
1 answer

Android: Open PLS-File for MediaPlayer includes same streaming link which opens the PLS file?! Error (1,-2147483648)

I'm working at a streaming app for Android and just faceing a strange error. My streaming urls are saved in a database which also includes m3u and pls files. These files are parsed for the streaming url which works fine. (I only check if the…
longi
  • 11,104
  • 10
  • 55
  • 89
0
votes
1 answer

Write the output of a (shoutcast status) script to an image

I'm trying to write the following output of a (shoutcast status) script to an image using GD but it's not working. What am I doing wrong? $string = "/home/test.txt"; Using the above just displays the path to the file not it's…
Fat Finger
  • 59
  • 1
  • 2
  • 7
0
votes
1 answer

SkyBot IRC bot - Now playing command

I have an IRC bot based on SkyBot (https://github.com/rmmh/skybot), and I would like to make a command for it that checks a ShoutCast stream and send the output in the format (Current_Song - Artist - Station_Name) as a message to the…
0
votes
0 answers

Phonegap icecast player! can't auto play

Hi everybody i have a littler problem with my phonegap application, everything works nice but i can't seen to make my app automatically play or stream the audio file unless i click on play! How can i make the following code automatically play the…
rijotech
  • 356
  • 3
  • 17
0
votes
1 answer

Initial-Burst HTTP header - units

I'm implementing a shoutcast radio client. My reference client sends "Initial-Burst" HTTP request header to 960000. I don't know the initial buffer size of my reference client, it's an iOS app, I don't have the source codes. What I know is it starts…
Soonts
  • 20,079
  • 9
  • 57
  • 130
0
votes
1 answer

Android: Redirecting pls file so that mediaplayer can read it

I want to play a radio shoutcast but its a pls file format by looking at the link: http://yp.shoutcast.com/sbin/tunein-station.pls?id=13361 It doesn't play at the moment, I have got: Initializing: player = new MediaPlayer(); try { …
Mirwais Maarij
  • 203
  • 1
  • 3
  • 15