]> git.sesse.net Git - casparcg/blob - shell/casparcg.config
2.0. Implemented frame-accurate auto play functionality which also takes into account...
[casparcg] / shell / casparcg.config
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <configuration>\r
3   <paths>\r
4     <media-path>C:\Lokala Filer\server\branches\2.0.0.2\bin\\_media\\</media-path>\r
5     <log-path>C:\Lokala Filer\server\branches\2.0.0.2\bin\\_log\\</log-path>\r
6     <data-path>C:\Lokala Filer\server\branches\2.0.0.2\bin\\_data\\</data-path>\r
7     <template-path>C:\Lokala Filer\server\branches\2.0.0.2\bin\\_templates\\</template-path>\r
8     <template-host>cg.fth.18</template-host>\r
9   </paths>\r
10   <diagnostics>\r
11     <graphs>true</graphs>\r
12   </diagnostics>\r
13   <auto-mode>true</auto-mode>\r
14   <consumers>\r
15     <buffer-depth>5</buffer-depth>\r
16   </consumers>\r
17   <channels>\r
18     <channel>\r
19       <video-mode>PAL</video-mode>\r
20       <consumers>\r
21         <screen>\r
22           <device>1</device>\r
23         </screen>\r
24         <audio></audio>\r
25       </consumers>\r
26     </channel>\r
27 </channels>\r
28   <controllers>\r
29     <tcp>\r
30       <port>5250</port>\r
31       <protocol>AMCP</protocol>\r
32     </tcp>\r
33   </controllers>\r
34 </configuration>\r
35 \r
36 <!--\r
37 <auto-mode-convert>true [true|false]]</auto-mode-convert>\r
38 <consumers>\r
39   <buffer-depth>5</buffer-depth> \r
40   NOTE:\r
41     recommended: 5-6\r
42     decklink_consumer: Min 3 depth\r
43     decklink_consumer + embedded-audio: Min 4 depth\r
44     oal_consumer: Min 3 depth\r
45     bluefish_consumer: Min 1-2 depth\r
46     ogl_consumer: Min 1-2 depth\r
47 </consumers>\r
48 <channel>\r
49   <video-mode> PAL [PAL|NTSC|1080i5000|576p2500720p2500|720p5000|720p5994|720p6000|1080p2398|1080p2400|1080i5000|1080i5994|1080i6000|1080p2500|1080p2997|1080p3000|1080p5000] </video-mode>\r
50     <consumers>\r
51       <decklink>\r
52         <device>[1..]</device>\r
53         <embedded-audio>false [true|false]</embedded-audio>\r
54         <low-latency>false [true|false]</low-latency>\r
55         <external-key>true [true|false]</external-key>\r
56         <key-only>false [true|false]</key-only>\r
57       </decklink>\r
58       <bluefish>\r
59         <device>[1..]</device>\r
60         <embedded-audio>false [true|false]</embedded-audio>\r
61         <key-only>false [true|false]</key-only>\r
62       </bluefish>\r
63       <audio></audio>\r
64       <screen>\r
65         <device>[0..]</device>\r
66         <stretch>fill [none|fill|uniform|uniform_to_fill]</stretch>\r
67         <windowed>false [true|false]</windowed>\r
68         <key-only>false [true|false]</key-only>\r
69       </screen>\r
70     </consumers>\r
71 </channel>  \r
72 -->  \r
73   \r
74 \r