Revision 5,
1.0 KB
checked in by ajaworski, 13 years ago
(diff) |
Added config files and operation scripts
|
Line | |
---|
1 | fsManager local 192.168.80.1 |
---|
2 | systemPort 20002 |
---|
3 | uiPort 20001 |
---|
4 | trackPort 20003 |
---|
5 | #conManager 74.114.99.36 15557 |
---|
6 | conManager 192.168.80.1 15557 |
---|
7 | |
---|
8 | tileConfiguration tileconf-WP.conf |
---|
9 | |
---|
10 | receiverSyncPort 12000 |
---|
11 | receiverStreamPort 22000 |
---|
12 | receiverBufSize 5 |
---|
13 | fullScreen 1 |
---|
14 | winTime 0 |
---|
15 | winStep 1 |
---|
16 | |
---|
17 | audio false |
---|
18 | audioConfiguration audio-stdtile-1.conf |
---|
19 | receiverAudioSyncPort 28000 |
---|
20 | receiverAudioPort 26000 |
---|
21 | syncPort 24000 |
---|
22 | |
---|
23 | rcvNwBufSize 1M |
---|
24 | sendNwBufSize 65536 |
---|
25 | MTU 8800 |
---|
26 | |
---|
27 | |
---|
28 | |
---|
29 | syncLevel 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 |
---|
37 | syncBarrierPort 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 |
---|
42 | refreshInterval 50 |
---|
43 | |
---|
44 | # syncMaster mainLoop select() return timer in usec. 0 for constant polling |
---|
45 | syncMasterPollingInterval 200 |
---|
Note: See
TracBrowser
for help on using the repository browser.