SHOUTcast is a free-of-charge audio homesteading solution. It permits anyone
on the internet to broadcast audio from their PC to listeners across the
Internet or any other IP-based network (Office LANs, college campuses, etc.).
Full Stats
- Needs Shoutcast server admin password
Server Name
Song History
4 media layers (winamp, quicktime, media player, real player)
DJ Name
Bitrate
Current Song
Media Type
Most Ever Connected
Hit Count
Users Connected
Avj. Connect Time
User Max
Online / Offline status
XML Data Cache
Lite Stats
- Does not need shoutcast server admin password
Server Name
4 media layers (winamp, quicktime, media player, real player)
Bitrate
Current Song
Users Connected
User Max
Online / Offline status
XML Data Cache
This might be worth mentioning for others who run into the same problem.
I have vBAdvanced as my index.php and FORUMHOME is forum.php. The player popups were failing and simply loading my index.php home page into the small popup generated. Took me a while to figure it out but the forumhome_shoutcast template at the top has index.php hardcoded into the javascript popup code here:
Code:
function scastmp(){
scastmpWindow = window.open("index.php?do=mp","mp","width=360,height=75");
}
function scastrp(){
scastrpWindow = window.open("index.php?do=rp","rp","width=420,height=160");
}
function scastqt(){
scastqtWindow = window.open("index.php?do=qt","qt","width=330,height=50");
}
I had to edit the index.php in each instance to forum.php in order to get the popup media players to function properly.
EDIT:
Perhaps replace the "index.php" with "$vboptions[forumhome].php" in the three locations in that portion of the template on your next update release? That is what I just did and it seems to work fine. Thanks a bunch for a great hack sir!
This might be worth mentioning for others who run into the same problem.
I have vBAdvanced as my index.php and FORUMHOME is forum.php. The player popups were failing and simply loading my index.php home page into the small popup generated. Took me a while to figure it out but the forumhome_shoutcast template at the top has index.php hardcoded into the javascript popup code here:
Code:
function scastmp(){
scastmpWindow = window.open("index.php?do=mp","mp","width=360,height=75");
}
function scastrp(){
scastrpWindow = window.open("index.php?do=rp","rp","width=420,height=160");
}
function scastqt(){
scastqtWindow = window.open("index.php?do=qt","qt","width=330,height=50");
}
I had to edit the index.php in each instance to forum.php in order to get the popup media players to function properly.
EDIT:
Perhaps replace the "index.php" with "$vboptions[forumhome].php" in the three locations in that portion of the template on your next update release? That is what I just did and it seems to work fine. Thanks a bunch for a great hack sir!
i have many peeps who would like to shoutcast, however i can only restrict this to just one shoutcast server (which is my machine). I was wondering if this is possible. Have some sort of queueing system. If a person wants to shoutcast, they will need to sign up for an available slot (say 5 slots). The next person who wants to shoutcast, they will need to sign up and will be put in the next available slot. When they signup for a slot, they need to put in the ip server. The first slot will play the shoutcast user for like 1hour (or the amount u want to limit) and it will move on to the next shoutcaster. If the shoutcast server doesnt work, it will move onto the next person