Omnia Audio Omnia A/XE User Manual
Page 78
72 | ShOUTcast Streaming
; this mount in shoutcast compatibility mode, this is not required. However
; it’s best to set this anyhow as it allows your encoder users to administrate
; their mounts from a CNTRL app or web panel.
SourceUser=telos
; SourcePass: This is the last Source Mount’s password, this is required
; for all connecting encoders. Mounts without passwords are invalid.
SourcePass=telos1
; SourceUserMax [*5]: This particular mount’s UserMax, if all of your source
; UserMaxes combined exceed the global UserMax then the UserMax takes presedence.
SourceUserMax=5
; SourceRelay: This particular mount will pull data from the location specified below.
; If you publish both servers on yp.shoutcast.com and wish that they cluster at that
; yp server then enter your relay url without http:// or trailing path or slashes
; like the example below. It is now permissable to make a list out of this variable
; to have in effect fallback masters in the event one is unavailable.
; SourceRelay=audio.str3am.com:4080
; SourceDisconnectWait: [*10]: Allows you to control the wait time in seconds between
; reconnect attempts if a relay fails. Values from 1 and up are acceptable.
; SourceDisconnectWait=10
; SourceDirectory: This mount will be an on-demand mount for steamcast. Any directory
; location is acceptable here. This aspect of Steamcast still needs alot of work. So stay tuned.
; SourceDirectory=./content
; SourceGateway: The location of a file you want to be played before the stream begins for each
; listener. Use %s and Steamcast will only look for files with a matching extension. Files must
; be the same in everyway with the stream currently playing.
; SourceGateway=/intro.%s
; SourceBackup: This is the mount you would like listeners directed to in the
; event that this source becomes unavailable. These two mounts must be completely
; identical bitstreams in order for this feature to work properly.
; SourceBackup=/live_back
; SourceBitrateLimit: Set this to have Steamcast choke sources that exceed a
; certain average data rate. This value is based on actual data transfer and not any particular
; format headers. This is a great way to control users in community or hosting
; environments. Default is no limits. Steamcast waits 20 seconds into a connect before
; limiting, the choke takes affect after a source goes 10% over the limit.
; SourceAvgBitrateLimit=128
; SourceIsSC [*Yes|No]: Setting this to Yes will allow source applications
; which do not have a username capability to use the last source
; declared anyway.
SourceIsSC=Yes
; SourceNameFormat: Provides a new Stream name either derived from the source or
; completely replacing the sources option. This title is used in client media players and
; publishing outlets. You can use %s anywhere in the title to have the encoder’s option included
; into the final stream name.
; SourceNameFormat=%s powered by Steamcast
; SourceIsDefault [*Yes|No]: Setting this to Yes will make this particular
; mount available globally. There can be only one global mount. This
; is also the only mount that will be able to list at shoutcast.com
SourceIsDefault=Yes
; SourceIP: Setting this to a dotted IP address will make this particular
; mount available at the root of steamcast (much like SHOUTcast) for the IP
; specified here. Note: You must own the IP you place here. Inaccurate
; settings will have no effect. This setting essentially will allow you to
; list multiple source points in the SHOUTcast directory. It is not neccessary