]> git.sesse.net Git - casparcg/blob - shell/caspar.config
835907bf90467a768f1452ea2f659a725b2239d6
[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     <data-path>C:\\Casparcg\\_data\\</data-path>\r
7     <template-path>C:\\Casparcg\\</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   <channels>\r
14     <channel>\r
15       <videomode>1080i5000</videomode>\r
16       <consumers>\r
17         <!--<decklink>\r
18           <device>1</device>\r
19           <embedded-audio>true</embedded-audio>\r
20           <internal-key>false</internal-key>\r
21         </decklink>-->\r
22         <ogl>\r
23           <device>0</device>\r
24           <stretch>uniform</stretch>\r
25           <windowed>true</windowed>\r
26         </ogl>\r
27         <audio/>\r
28         <!--<bluefish>\r
29           <device>1</device>\r
30           <embedded-audio>false</embedded-audio>\r
31         </bluefish>-->\r
32       </consumers>\r
33     </channel>\r
34 </channels>\r
35   <controllers>\r
36     <tcp>\r
37       <port>5250</port>\r
38       <protocol>AMCP</protocol>\r
39     </tcp>\r
40   </controllers>\r
41 </configuration>