]> git.sesse.net Git - casparcg/blob - shell/casparcg.config
2.0. stage: Changed error handling.
[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>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   <consumers>\r
13     <buffer-depth>3</buffer-depth>\r
14   </consumers>\r
15   <mixers>\r
16     <blend-modes>false</blend-modes>\r
17   </mixers>\r
18   <producers>\r
19     <buffer-depth>1</buffer-depth>\r
20     <auto-transcode>true</auto-transcode>\r
21     <template-hosts>\r
22       <template-host>\r
23         <video-mode>1080i5994</video-mode>\r
24         <filename>cg.fth.18.6000</filename>\r
25       </template-host>\r
26       <template-host>\r
27         <video-mode>1080p5000</video-mode>\r
28         <filename>cg.fth.18</filename>\r
29         <width>1280</width>\r
30         <height>720</height>\r
31       </template-host>\r
32     </template-hosts>\r
33     </producers>\r
34     <channels>\r
35       <channel>\r
36         <video-mode>PAL</video-mode>\r
37         <consumers>\r
38           <screen>\r
39             <device>0</device>\r
40           </screen>\r
41         </consumers>\r
42       </channel>\r
43     </channels>\r
44   <controllers>\r
45     <tcp>\r
46       <port>5250</port>\r
47       <protocol>AMCP</protocol>\r
48     </tcp>\r
49   </controllers>\r
50 </configuration>\r
51 \r
52 <!--\r
53 <auto-mode-convert>true [true|false]]</auto-mode-convert>\r
54 <consumers>\r
55   <buffer-depth>5</buffer-depth> \r
56   NOTE:\r
57     recommended: 5-6\r
58     decklink_consumer: Min 3 depth\r
59     decklink_consumer + embedded-audio: Min 4 depth\r
60     oal_consumer: Min 3 depth\r
61     bluefish_consumer: Min 1-2 depth\r
62     ogl_consumer: Min 1-2 depth\r
63 </consumers>\r
64 <channel>\r
65   <video-mode> PAL [PAL|NTSC|1080i5000|576p2500720p2500|720p5000|720p5994|720p6000|1080p2398|1080p2400|1080i5000|1080i5994|1080i6000|1080p2500|1080p2997|1080p3000|1080p5000] </video-mode>\r
66     <consumers>\r
67       <decklink>\r
68         <device>[1..]</device>\r
69         <embedded-audio>false [true|false]</embedded-audio>\r
70         <low-latency>false [true|false]</low-latency>\r
71         <external-key>true [true|false]</external-key>\r
72         <key-only>false [true|false]</key-only>\r
73       </decklink>\r
74       <bluefish>\r
75         <device>[1..]</device>\r
76         <embedded-audio>false [true|false]</embedded-audio>\r
77         <key-only>false [true|false]</key-only>\r
78       </bluefish>\r
79       <audio></audio>\r
80       <screen>\r
81         <device>[0..]</device>\r
82         <stretch>fill [none|fill|uniform|uniform_to_fill]</stretch>\r
83         <windowed>false [true|false]</windowed>\r
84         <key-only>false [true|false]</key-only>\r
85       </screen>\r
86     </consumers>\r
87 </channel>  \r
88 -->  \r
89   \r
90 \r