source: trunk/config/fsManager.conf @ 5

Revision 5, 1.0 KB checked in by ajaworski, 13 years ago (diff)

Added config files and operation scripts

Line 
1fsManager       local 192.168.80.1
2systemPort      20002
3uiPort          20001
4trackPort       20003
5#conManager      74.114.99.36 15557   
6conManager      192.168.80.1 15557   
7
8tileConfiguration tileconf-WP.conf
9
10receiverSyncPort  12000
11receiverStreamPort   22000
12receiverBufSize    5
13fullScreen     1
14winTime         0
15winStep     1
16
17audio false
18audioConfiguration audio-stdtile-1.conf
19receiverAudioSyncPort 28000
20receiverAudioPort 26000
21syncPort 24000
22
23rcvNwBufSize 1M
24sendNwBufSize 65536
25MTU 8800
26
27
28
29syncLevel 1
30# 0  //no sync
31#       no syncCheckThread is created. no syncServer and Client are created
32#       All application will be running in NO_SYNC mode regardless of their config
33# 1  //data sync only (default)
34# 2  //1 + swap buffer sync
35
36# 2nd phase of the new sync
37syncBarrierPort 24381
38
39# syncMaster mainLoop while() timeout value in Hz
40# should be faster than the frame rate of the fastest video
41# higher value will affect sage performance
42refreshInterval 50
43
44# syncMaster mainLoop select() return timer in usec. 0 for constant polling
45syncMasterPollingInterval 200
Note: See TracBrowser for help on using the repository browser.