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