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"

405 questions
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,123
  • 5
  • 51
  • 88
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
  • 10,071
  • 8
  • 51
  • 86
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
  • 49
  • 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
  • 176
  • 1
  • 14
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
  • 15,806
  • 9
  • 45
  • 100
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
  • 213
  • 1
  • 3
  • 13
0
votes
0 answers

Audio stream server (from a cross platform server to any device)

This is not a specific coding question but more a research project. I am very interested in streaming services. To be more specific, I am interested in streaming audio from a server to a device. I do understand the basic logic behind it but I want…
Majster
  • 3,260
  • 4
  • 33
  • 58
0
votes
1 answer

Create audio stream based on other audio streams

is it possible to create a live audio stream based on other audio streams? I'm thinking of a proxy that gets two audio streams (e.g. shoutcast stream), and based on time, switches to one of them. And, if its possible, to have some time for analysis,…
23tux
  • 12,371
  • 11
  • 76
  • 158
0
votes
3 answers

Internet Radio Tuner integrated with SHOUTcast

How does an internet radio tuner integrated with SHOUTcast work? How does it switch from one station to other through SHOUTcast? Are there SHOUTcast API's available in Java to implement an internet radio tuner?
user158986
0
votes
1 answer

mediaelement.js shoutcast stream inf Firefox

I would like to use mediaelement to play shoutcast internet radio stream. The problem is that Firefox does not support html5 mp3. It would be nice to add failsafe flash player, or any other solution.
sojic
  • 1
  • 4
0
votes
3 answers

How to play shoutcast live stream in android using titanium studio

Hi im trying to play a shoutcast stream using this: var urlStreaming1 = "http://shoutcasturl:8026"; streamer = Ti.Media.createAudioPlayer({ url : urlStreaming[e.source.id], preload : true, allowBackground : true }); but…
alexistkd
  • 833
  • 2
  • 13
  • 31
0
votes
1 answer

How to control volume of embed SWF file with Javascript?

1. Problem I am adding a shoutcast radio to website (appeding this code to BODY):
ioleo
  • 4,369
  • 5
  • 42
  • 59
1 2 3
26
27