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