Search found 2554 matches

by Jay
Tue Apr 12, 2005 4:18 pm
Forum: Audio Streaming
Topic: Bandwidth /alternatives / few questions
Replies: 3
Views: 6992

Re: Bandwidth /alternatives / few questions


heres number 1:
im currently streaming at 96 kpbs from winamp.. now.. does that mean thats the upload stream speed? or just the quality of the music itself?

kbps is the bits utilized in one second of audio data. so a 96 kbps stream is using 96kb in one second in the stream. Also this is a file ...
by Jay
Mon Apr 11, 2005 3:53 pm
Forum: Radio Toolbox
Topic: Server consumption
Replies: 10
Views: 14780

sorry, it is not just a copy and paste, if it were that simple I would have given it to you. The fact is I have to develop it and I simply do not have time to do that. Plus I really would like to see users building that end, as I have done the entire backend for you. The example I gave is basically ...
by Jay
Mon Apr 11, 2005 3:50 pm
Forum: Steamcast
Topic: only the name of the station appears
Replies: 20
Views: 38395

well what I am getting at is if Icecast 2.x uses some other method of getting song title then our implementation for ezstream like sources then I am not familiar with it. If you can find out how it works I can easily add support for it.
by Jay
Mon Apr 11, 2005 6:49 am
Forum: Radio Toolbox
Topic: Shuts down...
Replies: 1
Views: 3543

if it is crashing it will be terminated by the system, other than that it isn't supposed to do that.
by Jay
Mon Apr 11, 2005 6:48 am
Forum: Steamcast
Topic: Traktor DJ
Replies: 4
Views: 9400

anything you like, just make sure the extension is .nsv due to winamp needing it to know what format to expect.
by Jay
Sun Apr 10, 2005 11:31 pm
Forum: Steamcast
Topic: Traktor DJ
Replies: 4
Views: 9400

I currently only support Icecast2 or SHOUTcast style meta data updating in Steamcast, not Icecast 1.x. Depending on which version they support (and they should be support 2 now seeing as 1 is a long gone project) this may be a bug in steamcast.
by Jay
Sun Apr 10, 2005 11:28 pm
Forum: Steamcast
Topic: only the name of the station appears
Replies: 20
Views: 38395

How does ezstream relay song information? Currently we only support SHOUTcast style and Icecast 2 style meta data updating for mpeg streams and OGG style.

The problem is either a different implementation of the standard or a bug in steamcast. I am not familiar with ezstream.
by Jay
Sun Apr 10, 2005 11:23 pm
Forum: Steamcast
Topic: No Data Flow Timeout
Replies: 11
Views: 24848

again a bug has been fixed in the dev version, it will be released later this month.
by Jay
Fri Apr 08, 2005 10:01 pm
Forum: Steamcast
Topic: only the name of the station appears
Replies: 20
Views: 38395

if you look on the web admin panel do you see the current song there?
by Jay
Thu Apr 07, 2005 9:01 am
Forum: Steamcast
Topic: Relay server problem
Replies: 6
Views: 12302

you need to restart your first server. There is a bug in steamcast that allows listener counts to fall below 0, this is bad and makes steamcast mistakenly believe the server is full. Will try to fix this by next version.
by Jay
Thu Apr 07, 2005 12:19 am
Forum: Radio Toolbox
Topic: I NEED HELP
Replies: 1
Views: 3537

Use Radio Toolbox from the download link to the left instead ;)
by Jay
Wed Apr 06, 2005 2:15 pm
Forum: Steamcast
Topic: Missing libs
Replies: 30
Views: 78488

you need to append that command with rpm

rpm -ivh libstdc++-7.3-2.96.126.i386.rpm
by Jay
Tue Apr 05, 2005 12:28 am
Forum: Steamcast
Topic: Problems Please Help
Replies: 1
Views: 4784

yea I have noticed quite a few people having problems listing on my directory. I'll need to debug my yp-cgi script and see if there is some weird problem there. I can get listed from my machine here at the house, haven't tried from other locaitons.

Also you might try seeing if you can connect to ...
by Jay
Mon Apr 04, 2005 5:57 am
Forum: Radio Toolbox
Topic: Server consumption
Replies: 10
Views: 14780

php code. I don't have the scripts in front of me but your calculations would go

($max_listeners / $listeners) * 100
by Jay
Sun Apr 03, 2005 11:45 pm
Forum: Steamcast
Topic: OnDemand
Replies: 4
Views: 8490

this is how I have the shutdown process working.

Steamcast registers to catch SIGTERMS, this way it can properly destroy it's threads and remove itself from yp's if it is on any. This process may take a little time. After you have sent it once, steamcast no longer registers to recieve it, so in ...