]> git.sesse.net Git - casparcg/blob - shell/caspar.config
2.0.0.2: Added CLIP_RECT and FIX_RECT commands. TODO: Does not work properly with...
[casparcg] / shell / caspar.config
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <configuration>\r
3   <paths>\r
4     <media-path>C:\\Casparcg\\_media\\</media-path>\r
5     <log-path>C:\\Casparcg\\_log\\</log-path>\r
6     <template-path>C:\\Casparcg\\</template-path>\r
7     <template-host-path>C:\\Casparcg\\cg.fth.18</template-host-path>\r
8     <data-path>C:\\Casparcg\\_data\\</data-path>\r
9   </paths>\r
10   <channels>\r
11     <channel>\r
12       <videomode>PAL</videomode>\r
13       <consumers>\r
14         <ogl>\r
15           <device>0</device>\r
16           <stretch>uniform</stretch>\r
17           <windowed>true</windowed>\r
18         </ogl>\r
19         <!--audio/>\r
20         <decklink>\r
21           <device>1</device>\r
22           <embedded-audio>true</embedded-audio>\r
23         </decklink-->\r
24         <!--bluefish>\r
25           <device>1</device> \r
26           <embedded-audio>true</embedded-audio>\r
27         </bluefish-->\r
28       </consumers>\r
29     </channel>\r
30   </channels>\r
31   <controllers>\r
32     <tcpcontroller>\r
33       <port>5250</port>\r
34       <protocol>AMCP</protocol>\r
35     </tcpcontroller>\r
36   </controllers>\r
37 </configuration>