Search found 2554 matches

by Jay
Mon Nov 11, 2002 11:57 am
Forum: General Discussion
Topic: Stupid Question
Replies: 2
Views: 8232

well in linux there should be no .exe file. In mandrake you just have to get the nix version of shoutcast go to the shoutcast directory via command line and then type ./sc_serv

or to send it to the background so you can log off:
./sc_serv &
by Jay
Sun Nov 10, 2002 1:39 am
Forum: General Discussion
Topic: Just a thought!
Replies: 1
Views: 6363

apache and most webserver's will list the contents of a directory in the absence of a index or default html page. So there is not really much point.
by Jay
Thu Nov 07, 2002 9:15 am
Forum: Radio Toolbox
Topic: Radio Tool Box support for Peercast??
Replies: 1
Views: 3624

I would love to support any streaming server. All I need to know is how to gain access to the listener count. Do you know if there is an interface to get to it?
by Jay
Wed Nov 06, 2002 12:49 am
Forum: Radio Toolbox
Topic: 20 Slots added to Online Log Capacity
Replies: 0
Views: 5314

20 Slots added to Online Log Capacity

There are 20 new slots available in the online log, this is fairly close to our RTB user base so this should make everyone happy ;). Signup is available at http://log.radiotoolbox.com/signup.php
by Jay
Sun Oct 27, 2002 3:20 am
Forum: Audio Streaming
Topic: I need some technical help here
Replies: 2
Views: 5543

it sounds like you are trying to link to the mp3 itself which is the wrong way to do this. You must link to a file that serves as a way to tell the Player where the mp3 is sort of like a reference file. To do this you use what are called playlist files like and M3U playlist or a PLS playlist. Inside ...
by Jay
Thu Oct 17, 2002 3:16 am
Forum: Radio Toolbox
Topic: multiple instances
Replies: 1
Views: 3817

what that is all about is basically the second instance is trying to open an incoming socket connection for the internal webserver, if you don't use the internal webserver, it would be best to set the port for it to 0 so it will be disabled.

As far as making an optional one instance only I will ...
by Jay
Mon Oct 07, 2002 11:21 pm
Forum: Radio Toolbox
Topic: Error Resolving
Replies: 4
Views: 6256

Ok, got er fixed up, redownload beta 3 to get the fix.
by Jay
Mon Oct 07, 2002 9:18 pm
Forum: Radio Toolbox
Topic: Error Resolving
Replies: 4
Views: 6256

yea just use the hostname, appearently the problem is at the DNS record for your IP, It's missing an A Record or some such non-sense I am looking into bypassing the reverse lookup on IP's
by Jay
Sat Oct 05, 2002 11:55 am
Forum: Radio Toolbox
Topic: Error Resolving
Replies: 4
Views: 6256

yes I have gotten reports of this happening on certain networks, I am currently working on getting it fixed.
by Jay
Tue Oct 01, 2002 10:05 am
Forum: Radio Toolbox
Topic: catcher.psh BADPASSWORD
Replies: 1
Views: 3532

yea the status pane at the bottom of the window is for the online log service, go to Tools -> Current Stats and you will see Script service in the lower portion of the window, that should say script updated. if so everything is happy.
by Jay
Mon Sep 30, 2002 10:37 pm
Forum: Radio Toolbox
Topic: great software!
Replies: 1
Views: 3858

heh well admittadly I have about 1 year of c++ programming experience so with that said I still classify myself as a novice programmer. So with that out of the way, I will have to do some research on what is causing the handle leak, could you drop that into the bugs area? as far as I know I close ...
by Jay
Mon Sep 30, 2002 5:31 am
Forum: Radio Toolbox
Topic: RTB reporting problems
Replies: 3
Views: 5281

does it match the number given in the broadcast control panel at live365?

If so then it's either true or Live365 has messed something up.
by Jay
Mon Sep 30, 2002 5:29 am
Forum: General Discussion
Topic: Paid admission
Replies: 14
Views: 32386

I totally agree, I was just joking. Mp3 toolbox while great could only be as good as the webserver you put it on, that's why standalone solutions work better to handle live streaming.

I spent last night hammering mp3 toolbox on apache here and apache seemed to be the one to puke the most. But i got ...
by Jay
Sun Sep 29, 2002 12:46 am
Forum: General Discussion
Topic: Paid admission
Replies: 14
Views: 32386

I am working on a set of scripts which should allow the shoutcast DNAS in RIPONLY mode to work in a subscriber environment. After the user has payed, they will be able to login with a username and password to a php front end. Once logged in, the IP will be stored in the RIP file for a few minutes ...