Search found 2554 matches

by Jay
Fri Feb 04, 2005 6:53 pm
Forum: Radio Toolbox
Topic: more detailed stats in php file
Replies: 6
Views: 8702

you would use

Code: Select all

<?php echo $server[0]['status']; ?>
by Jay
Fri Feb 04, 2005 4:03 pm
Forum: Radio Toolbox
Topic: more detailed stats in php file
Replies: 6
Views: 8702

open up the includes.php file and you will see a full list of all available variables.
by Jay
Wed Feb 02, 2005 2:26 pm
Forum: Steamcast
Topic: sc_nsv and sourcebackup
Replies: 14
Views: 26424


.
.
.
.

SourceMount=/live.nsv
SourceBackup=/live_back.nsv
SourceUser=Encoder
SourcePass=pw1
SourceUserMax=10
SourceIsSc=Yes
SourceIsDefault=Yes

SourceMount=/live_back.nsv
SourceUser=Encoder
SourcePass=pw2
SourceUserMax=10
SourceIsSc=Yes
.
.
.
.
.
fixed for real now, totally missed that you were ...
by Jay
Tue Feb 01, 2005 3:34 pm
Forum: Steamcast
Topic: sc_nsv and sourcebackup
Replies: 14
Views: 26424

Code: Select all

.
.
.
.

SourceMount=/live.nsv
SourceBackup=/live_back.nsv
SourceUser=Encoder
SourcePass=pw1
SourceUserMax=10
SourceIsSc=Yes
SourceIsDefault=Yes

SourceBackup=/live_back.nsv
SourceUser=Encoder
SourcePass=pw2
SourceUserMax=10
SourceIsSc=Yes
.
.
.
.
.
fixed
by Jay
Tue Feb 01, 2005 11:39 am
Forum: Steamcast
Topic: sc_nsv and sourcebackup
Replies: 14
Views: 26424

well did you fill that out with more then just pass?

You will need a SourceUser as well and you also need to make sure you set SourceIsSC=Yes for each new mount.
by Jay
Tue Feb 01, 2005 10:49 am
Forum: Steamcast
Topic: sc_nsv and sourcebackup
Replies: 14
Views: 26424

to source the back up mount you would need to have a seperate instance of your source program connect to it via the correct credentials. It is not neccessary for the source to specify the mount name. Just make sure your passwords for the source and the backup are different. This is how Steamcast ...
by Jay
Tue Feb 01, 2005 3:18 am
Forum: Audio Streaming
Topic: Auto DJ
Replies: 2
Views: 6356

well just setup the source that runs continuous music to auto reconnect. When you are ready to go live, kick this source, and connect yours within the auto reconnect time limit. When you are done broadcasting disconnect your live source and the one you setup earlier with auto reconnect will come on ...
by Jay
Mon Jan 31, 2005 11:45 pm
Forum: Articles
Topic: The SHOUTcast Streaming Standard [Technical]
Replies: 29
Views: 463255

There is definately alot more to it and there are certain restrictions as well. I will not publish our knowledge of their yp due to security concerns (hacking the directory is a big problem at shoutcast.com due to the heavy traffic shoutcast.com recieves).
by Jay
Mon Jan 31, 2005 5:16 pm
Forum: Audio Streaming
Topic: Linux and icecast, and well. . . . fallbacks :S
Replies: 7
Views: 13368

unicast is a single stream for each listener connected. This is the method Steamcast, Icecast and SHOUTcast all use. It is the most bandwidth consuming method but ensure a higher level of quality.
by Jay
Mon Jan 31, 2005 5:14 pm
Forum: Steamcast
Topic: sc_nsv and sourcebackup
Replies: 14
Views: 26424

well you need to make sure you source both mounts.
by Jay
Mon Jan 31, 2005 7:53 am
Forum: Audio Streaming
Topic: Linux and icecast, and well. . . . fallbacks :S
Replies: 7
Views: 13368

steamcast is unicast and no different to the end listener.
by Jay
Mon Jan 31, 2005 7:52 am
Forum: Steamcast
Topic: sc_nsv and sourcebackup
Replies: 14
Views: 26424

should look something like this

SourceMount=/live.mp3
SourceBackup=/live_backup.mp3
SourceUser=Source
SourcePass=somepass1

SourceMount=/live_backup.mp3
SourceUser=Source
SourcePass=somepass2

of course I omitted the extra source configurations you can use so make sure you duplicate whatever is ...
by Jay
Mon Jan 31, 2005 4:07 am
Forum: Steamcast
Topic: sc_nsv and sourcebackup
Replies: 14
Views: 26424

You are free to try it but I cannot say with any certainty it will work as NSV is a container format. So glitching or even disconnection may occur. For the moment I have only tested the feature with mp3.

As far as not being able to use your original source, my first guess is that your original ...
by Jay
Sun Jan 30, 2005 4:17 pm
Forum: Audio Streaming
Topic: Linux and icecast, and well. . . . fallbacks :S
Replies: 7
Views: 13368

i am not sure if icecast is capable of this. I just myself added this features to Steamcast, it's still experimental so you can use that if you like. Will only work with mp3 at this time though.
by Jay
Sun Jan 30, 2005 5:33 am
Forum: Steamcast
Topic: error with lame_enc.dll
Replies: 2
Views: 8396

You might hit up oddsock's forum on the lame_enc.dll problem, it could be that you have an incompatible version. Make sure you get the latest oddcast. I use v3 atm and it seemed to work with the latest version of lame_enc.dll

The error that it can't see the server has to do with the fact that ...