1# 2# WARNING: NO LINE IN THIS FILE SHOULD BE LONGER THAN 999 characters! 3# 4# a vague real world example 5# 6# the vers no of this file. useful for debug 7confversion=1.0.0.0 8 9# date and time of expiry of this license 10expires=19:57:56 03/16/01 11 12# max no of simultaneous sessions 13sessions=-1 14 15# hostid(s) of licensed host(s): matisse 16hostid=72738c36 17 18# degas (exodus) 19hostid=80b0cafb 20 21# max 22hostid=80c104e4 23 24# breton 25hostid=80cf520f 26 27# vaneyck 28hostid=809fc805 29 30# port at which SSM should listen (unless -p) 31port=6666 32 33# the name of the realserver that we proxy for 34realservername=goya:554 35 36# the ip addr of real server we proxy fo 37realserverip=127.0.0.1:554 38 39# are we using an SDMUX to receive rev STP pkts? 40sdmux=0 41 42# allow run time config through TCP connection 43runtimeconf=1 44 45# should we connect to SOC for delivinit/update etc? 46soc=1 47 48# address of the SOC 49socaddr=127.0.0.1 50 51# no of secs before we timeout SOC connection 52socconntimeout=3 53 54# SOC port for sending delivinit query 55socqport=4110 56 57# SOC port for sending delivery update 58socuport=4111 59 60# run in load test mode? (ignore player disconnect) 61loadtest=0 62 63# port of SSM to redirect to on probe bw < desc bw 64tunnelssmport=5541 65 66# allow TCP (RTSP interleaved) streaming? 67allowtcptransport=0 68 69# enable RDT rev packets? 70realrevpkts=0 71 72# allow asm switches? 0=no,1=yes,2=all within maxasmtime,3=1 within maxasmtime 73# 4=same as 2 but also whenever told by CSM after maxasmtime+tell CSM 74asmrules=4; 75# max time to which we will allow asm switches 76maxasmtime=10 77 78# time to wait after switch before starting below 79asmwaittime=4 80 81# time over which to calc post asm switch input rate 82asmcalctime=4 83 84# time after LETSWITCH within which to permit switch 85maxletswitchtime=20 86 87# change setbw? 0=no,1=block,2=sub w/1st,3=sub w/curr,4=tell CSM,5=allow w/asm 88# 6=sub w/cur enc rate & tell CSM & generate setbw on switch 89setbw=6; 90# minimum time between setbw requests from player 91setbwblocktime=15 92 93# max time within which we allow post asm setbw 94asmsetbwtime=3 95 96# post switch wait time (secs) before we send setbw 97setbwwaittime=1 98 99# max setbw as % of [init/post switch] input rate 100inputmaxsetbw=100 101 102# max setbw as % of current encoding rate 103encratemaxsetbw=100 104 105# % increase in encratemaxsetbw for live streams 106livesetbwdelta=2 107 108# temporarily here. encoding rate bits/sec 109encrate=34000 110 111# max output rate = maxoutproberate % probe rate 112maxoutproberate=85 113 114# max output rate = maxoutencrate % curr enc rate 115maxoutencrate=140 116 117# worst case outrate. should be > encratemaxsetbw 118minoutencrate=108 119 120# max out rate = er+erprgamma%(maxoutpr%pr-er) 121erprgamma=70 122 123# the CSM UTP: % loss above which CSM will enter CC 124utp=15 125 126# CSM alpha for narrowband 127nbalpha=77 128 129# CSM alpha for broadband 130bbalpha=83 131 132# periodic sendTS? 0 = sendTS only at SR_COMPUTE 133tsfrequency=10 134 135# SReoc as a % of the encoding rate 136recoveryrate=140 137 138# maximum server side buffer (in packets) 139maxbuffer=2000 140 141# client side buffer (in milliseconds) 142csmbuffer=12000 143 144# probe bw > probedelta % describe bw for us to work 145probedelta=120 146 147# the number of probes to do at the beginning 148numprobes=4 149 150# number of packets to burst during each probe 151probebuffpkts=5 152 153# time (in microsecs) interval between probes 154probeinterval=600000 155 156# client logs to none(0),disk(1),soc(2),both(3) 157clientlog=2 158 159# 0=none,1=brief,2=detailed,3=extensive 160loglevel=2 161 162# connected to monitor? 163monitor=0 164 165# 0=none, 1=test 166testmode=0 167 168# are we using the emulator? 169emulator=0 170 171# emulator IP address 172emuaddr=127.0.0.1 173 174# emulator TCP control port to connect to 175emuport=4200 176 177# 178# aux serv config 179# 180# start aux server? 0=no, 1=yes 181auxsvr=0 182 183# IP address of mgmt server 184mngsvrip=127.0.0.1 185 186# port where mgmt server listens 187mngsvrport=15550 188 189# IP address of SSM that we are monitoring 190ssmip=127.0.0.1 191 192# port where aux server should listen 193auxsvrport=14445 194 195# frequency of aux server checks 196auxsvrchkfreq=2 197 198auxsvrchkperiod=60; 199# 200# congestion simulation info 201# 202# congestion simulation? 203simulation=0 204 205# size of the network buffer 206netbuffer=5 207 208# time (in secs) between drop rate recalculation 209siminterval=3 210 211