Omnia Audio Omnia A/XE User Manual
Page 79
ShOUTCAST COMPATIBLE STrEAMING SErVErS | 73
; to set this setting if you only own one IP. Setting this for any Source will
; disable the SourceIsDefault flag on any mount.
; SourceIP=123.45.67.89
; SourceAuth: [Yes|*No]: Allows you to setup HTTP Basic Authorization on this
; mount point. All Authentication is currently file based. Please see steamauth.txt
; SourceAuth overrides the public bit and will force all SourceAuth’d streams to be
; private.
; SourceAuth=No
; SourceAuthMax: [*0]: Allows you to set the maximum amount of connections per
; authenticated
; user. A setting of 0 is interpreted as unlimited.
; SourceAuthMax=0
; SourceListenerTimer: [*0]: Allows you to specify the amount of time a client can stay
; connected in minutes. A value of 0 disables this feature and allows clients to stay connected
; for an unlimited amount of time.
; SourceListenerTimer=0
; SourcePublic: [*Default|Always|Never]: Allows you to specify whether to override the source’s
; public bit setting. When set to Always a source mount will list on directory services regardless
; of the encoder’s specified preference. When set to Never the source mount will refuse to list on
; directory services. The default of... Default (heh) sets the source to let the encoder decide
; listing preference.
; SourcePublic=Default
; SourcePublicRelays: [*Yes|No]: Whether servers which relay steamcast should list on directory
; services.
; SourcePublicRelays=Yes
; SourceRawKey: Set this variable to the key you would like passed in a parameter string to
; access the raw data stream in HTTP form. This is great for things such as Flash. If you use
; the example below then access to the raw data stream (unprotected by user-agent filters) can
; be obtained by passing http://localhost:8000/mountname.mp3?rawdata to the player, as always
; substitute the address with your specific implementation. Leaving this option blank or
; commented disables this capability.
; SourceRawKey=rawdata
; SourceBuffUtil [*100]: This value allows you to control the start position
; of connecting clients within the buffer. 0 would effectively set a new connecting
; client to the write point of the buffer giving a more real-time like experience
; although due to the way the internet really works it can never be truely real-time.
; Setting this to 100 would start them all the way at the back of the buffer which
; gives most clients no buffer wait times. It is highly recommended that you not mess
; with this parameter except in instances where the bitrate of the stream is extremely
; low and you require an interactive experience from the users connected to the server.
; (i.e. A talk show or other low bitrate interactive live program) Most other broadcasts
; SHOULD NOT CHANGE THIS SETTING!!! Doing so will make the connecting users
; feel like they are on dialup in 1996 listening to Real Player. :)
SourceBuffUtil=1
; Directory Configuration
; =======================
;Directory=http://www.steamcast.com/sbin/yp.php
;Directory=http://dir.xiph.org/cgi-bin/yp-cgi
; Advanced Configuration
; ======================
; Do not mess with these configuration values unless you know what you are
; doing, typically these are settings which should not need adjusting. But
; are here for those users who feel they need more control over how the
; server behaves.
; ServIP [*Any]: This option allows you to control which interface or IP Steamcast
; should bind to. Setting this option will limit which IP clients can connect through.
; ANY (case sensitive) will allow steamcast to bind to all and any ip interfaces available.
; ServIP=ANY