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