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
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,611
  • 5
  • 38
  • 60
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
  • 14,104
  • 15
  • 88
  • 187
0
votes
1 answer

Winamp Shoutcast streaming wordpress

Is there a way to add some kind of player into Wordpress which stream Winamp radio? http://94.127.2.98:8000/radio.m3u http://94.127.2.98:8000/radio
Wlada
  • 1,052
  • 14
  • 25
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
  • 906
  • 2
  • 14
  • 34
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,697
  • 6
  • 48
  • 60
0
votes
1 answer

play pls file in browser

I need to play a pls file in my website, so that each user can listen to it. One way is to use Flash and actionscript, but I've been searching for another way to play it in the browser using JavaScript or HTML5. Is there a way to play pls files in…
Moein Hosseini
  • 4,309
  • 15
  • 68
  • 106
0
votes
0 answers

wm7 SHOUTcast song history display

I want to display a song list in a textBlock which is retrieved from a site but when I use httpwebStreamReader.ReadToEnd() I get other results than visiting this site from my computer explorer. Here is the code: using (StreamReader…
metz
  • 11
  • 2
0
votes
1 answer

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 http://yp.shoutcast.com/sbin/tunein-station.pls?id=1377246 to play with JPlayer. Here is my current…
0
votes
1 answer

shoutcast v2 and whmsonic

So here is the issue I face, the current WHMSonic only supports version 1 of shoutcast as many of you know shoutcast has moved to a better system and are now on version 2.0 I would like to use WHMSonic and send stations to Shoutcast V2 however it…
RussellHarrower
  • 6,470
  • 21
  • 102
  • 204
0
votes
1 answer

google maps api shoutcast live listeners

Looking to add a simple globe world map with red dots for live shoutcast listeners, could someone help with this as i have no idea on where to start apart from i have my api key. I also have my own VPS server but not sure this matters as i run my…
0
votes
1 answer

M3U playlists...why redundant files?

I'm taking a look at some random Icecast playlists (available here: http://dir.xiph.org/index.php) and I'm wondering why many seem to contain a list of the same mp3 file. e.g.: GET…
LuxuryMode
  • 33,401
  • 34
  • 117
  • 188
-1
votes
1 answer

SHOUTcast Admin Login with php

What is the link for remote login in shoutcast administrator. I think it's www.ip:port/admin.cgi?pass=Password But i'm not sure..
harisdev
  • 4,146
  • 5
  • 19
  • 25
-1
votes
1 answer

Re-broadcast a 96 kbps Shoutcast stream to a 192 kbps Icecast server

I run a radio station which streams live to an Icecast server that I host myself on a VPS. My stream is 192 kbps MP3. I want to carry a syndicated show which is delivered live via a 96 kbps MP3 Shoutcast stream. I figure the smoothest way to…
Edwin
  • 27
  • 4
1 2 3
27
28