]> git.sesse.net Git - casparcg/blobdiff - shell/caspar.config
2.0.0.2: ffmpeg_input: Assume EIO is AVERROR_EOF since it is sometimes returned inste...
[casparcg] / shell / caspar.config
index 9c3d9cb9b5293f9adeae80b53995ad594e32c432..3f37c628865cf7cec4d5c4922db6b412c0dd5186 100644 (file)
@@ -1,32 +1,43 @@
 <?xml version="1.0" encoding="utf-8"?>\r
 <configuration>\r
   <paths>\r
-    <media-path>C:\\Casparcg\\_media\\</media-path>\r
-    <log-path>C:\\Casparcg\\_log\\</log-path>\r
-    <template-path>C:\\Casparcg\\_templates\\</template-path>\r
-    <data-path>C:\\Casparcg\\_data\\</data-path>\r
+    <media-path>L:\\Casparcg\\_media\\</media-path>\r
+    <log-path>L:\\Casparcg\\_log\\</log-path>\r
+    <data-path>L:\\Casparcg\\_data\\</data-path>\r
+    <template-path>L:\\Casparcg\\_templates\\</template-path>\r
+    <template-host>cg.fth.18</template-host>\r
   </paths>\r
+  <diagnostics>\r
+    <graphs>true</graphs>\r
+  </diagnostics>\r
   <channels>\r
     <channel>\r
       <videomode>PAL</videomode>\r
       <consumers>\r
-        <!--ogl>\r
+        <decklink>\r
+          <device>1</device>\r
+          <embedded-audio>true</embedded-audio>\r
+          <latency>low</latency>\r
+          <key>external</key>\r
+          <output>default</output>\r
+        </decklink>\r
+        <ogl>\r
           <device>1</device>\r
           <stretch>uniform</stretch>\r
           <windowed>true</windowed>\r
         </ogl>\r
-        <audio/-->\r
-        <bluefish>\r
-          <device>1</device> \r
+        <!--<audio/>-->\r
+        <!--<bluefish>\r
+          <device>1</device>\r
           <embedded-audio>true</embedded-audio>\r
-        </bluefish>\r
+        </bluefish>-->\r
       </consumers>\r
     </channel>\r
-  </channels>\r
+</channels>\r
   <controllers>\r
-    <tcpcontroller>\r
+    <tcp>\r
       <port>5250</port>\r
       <protocol>AMCP</protocol>\r
-    </tcpcontroller>\r
+    </tcp>\r
   </controllers>\r
 </configuration>
\ No newline at end of file