Search found 2554 matches

by Jay
Sun Apr 03, 2005 10:18 pm
Forum: Steamcast
Topic: OnDemand
Replies: 4
Views: 8490

post a snippet of your log.

On Demand hasn't been extensively tested so I would be willing to bet it some sort of bug. I am going to redesign this part of the server later anyways.
by Jay
Sun Apr 03, 2005 3:57 pm
Forum: Radio Toolbox
Topic: Feature Request - General Question, etc
Replies: 3
Views: 5271

Just as an FYI you can totally disable balloon popups in this case, but servicing them should be fine as well.
by Jay
Sun Apr 03, 2005 3:06 am
Forum: Radio Toolbox
Topic: Feature Request - General Question, etc
Replies: 3
Views: 5271

regarding the balloons doing that would probably be easy enough but why? The point of the balloons feature was so that Radio Toolbox did not have to be in a windowed state.

Regarding the Alternative OS ports, no not until at least 2.0 if we ever get there.

You can run as many instances as you like ...
by Jay
Thu Mar 31, 2005 7:46 pm
Forum: Steamcast
Topic: Missing libs
Replies: 30
Views: 78488

You could try installing the latest gcc.

FYI... Redhat and Fedora users can install the compat-libstdc++ package which is included with all >7.3 distros. Steamcast will then be happy.

Jay, you should compile it on a newer distro ;-)

it's not neccessarily step by step but you can probably find ...
by Jay
Thu Mar 31, 2005 7:43 pm
Forum: Radio Toolbox
Topic: 'Last x songs' excentricities
Replies: 6
Views: 9290

I am currently investigating this issue. For now you can just restart and make your rtb.ini file read-only.
by Jay
Thu Mar 31, 2005 2:57 am
Forum: General Discussion
Topic: Opinion Poll, what service would you benefit the most from.
Replies: 2
Views: 11282

Opinion Poll, what service would you benefit the most from.

Here at radio toolbox we are continually striving to make a true impact to the starvation of knowledge and miscommunication that streaming media users tend to experience. We have a few ideas that might help you and others grow and benefit as a broadcaster, listener or just a student who wants to ...
by Jay
Wed Mar 30, 2005 5:21 pm
Forum: Radio Toolbox
Topic: Offline (No Source!)
Replies: 2
Views: 4676

You use the mount

by default the mount name in steamcast is live.mp3

so check the config file for it's name if you changed it.

Also make sure you are using the latest version of Radio Toolbox.
by Jay
Wed Mar 30, 2005 2:33 pm
Forum: Steamcast
Topic: Missing libs
Replies: 30
Views: 78488

then use the package system with redhat nine to get the old libs. amps posted on how to do this.
by Jay
Wed Mar 30, 2005 12:47 pm
Forum: Steamcast
Topic: Missing libs
Replies: 30
Views: 78488

is there anyone there who can help me at this time????

[root@fast root]# dpkg -i libstdc*
-bash: dpkg: command not found

what am i doing wrong the first 2 worked but the last bit didnt:-(

Thanks, Nicam are you running Debian?

BTW, if you guys have had luck getting a compile to run on a non ...
by Jay
Tue Mar 29, 2005 2:45 pm
Forum: Radio Toolbox
Topic: Script Updated, but still getting an error
Replies: 7
Views: 9172

if you get that error you don't have GD compiled in to PHP.
by Jay
Tue Mar 29, 2005 6:09 am
Forum: Steamcast
Topic: A newbie question
Replies: 4
Views: 10174

Restricting authenticated users to a certain number of concurrent connections is already in the development version, so next beta release will have it. There are no restrictions to the length of a username or password other then that they have to be greater then 0 characters I believe (although not ...
by Jay
Tue Mar 29, 2005 3:58 am
Forum: Steamcast
Topic: A newbie question
Replies: 4
Views: 10174

replace file.mp3 with the SourceMount

in this case

http://localhost:8000/live.mp3

Also be sure you set the mount name extension to the type you are sourcing, so if you are using NSV then change this to /live.nsv

Mp3 change to /live.mp3 so forth and so on for any other types you may wish to ...
by Jay
Mon Mar 28, 2005 10:50 pm
Forum: Steamcast
Topic: First Time User & Few Questions (It Runs no Worries :P)
Replies: 3
Views: 6949

well remember that shoutcast connects on PortBase + 1

so if you have any firewalls or anything like that it may have connection difficulties if you have not opened that port as well.
by Jay
Mon Mar 28, 2005 9:24 pm
Forum: Radio Toolbox
Topic: Script Updated, but still getting an error
Replies: 7
Views: 9172

it looks like you have the $includes_path set improperly in your config.php file.

If you are not familiar with the system you are on just leave that parameter empty

$includes_path = "";

it only accepts a file system path not a url path.