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