]> git.sesse.net Git - casparcg/blobdiff - README.txt
Prepare for tag of 2.0.3 STABLE
[casparcg] / README.txt
index 73b539fc66f729db4f5a01d4b5e8c44680418f37..8b08190cb96a700d06659e4952507f48198d969f 100644 (file)
@@ -1,57 +1,78 @@
+==========================================================================================================\r
 CasparCG Video and Graphics Playout Server\r
-===============================================\r
+==========================================================================================================\r
 \r
 Thank you for your interest in CasparCG. The included software\r
 is provided as-is by Sveriges Televison AB.\r
 \r
+Please note that while the current CasparCG Client (version 1.8) will\r
+continue to work with CasparCG Server 2.0, you won't be able to\r
+trigger many of the new features. Please use the provided AIR app to\r
+try out the new functionality or add the new features to you \r
+control application (you can find the documentation on the wiki or ask in the forums). \r
 \r
-LICENSING\r
-================================================\r
-CasparCG is distributed under the GNU General Public \r
-License GPLv3 or higher, see the file COPYING.TXT for details. \r
-More information, samples and documentation at: \r
-http://casparcg.com/\r
-http://casparcg.com/forum/\r
-http://casparcg.com/wiki/\r
+==========================================================================================================\r
+INSTALLATION\r
+==========================================================================================================\r
+\r
+You can place the CasparCG Server 2.0 folder anywhere you like, and even move it.\r
+\r
+If you don't already have Flash installed, use the bundled version in the Flash folder\r
+\r
+==========================================================================================================\r
+CONFIGURATION\r
+==========================================================================================================\r
+\r
+By default, CasparCG Server will look in the media folder \r
+for videos, audio and images files. Flash templates are stored in the\r
+templates folder. If you want to change the location (for example to a faster disk)\r
+you just change the paths in the casparcg.config file.\r
 \r
-CasparCG uses libraries from the FFmpeg project under the \r
-GPLv2 Licence. FFmpeg is a trademark of Fabrice Bellard, originator \r
-of the FFmpeg project. Get more info about FFmpeg at: \r
-http://ffmpeg.org/\r
+* How to enable Screen consumer\r
 \r
-CasparCG uses the Threading Building Blocks library under\r
-the GPLv2 Licence. Get more info on Threading Building Blocks at: \r
-http://www.threadingbuildingblocks.org/\r
+Open casparcg.config and use the following node for consumers:\r
 \r
-CasparCG uses FreeImage under the GPLv2. Get more info about FreeImage at: \r
-http://freeimage.sourceforge.net/\r
+<consumers>\r
+    <screen/>\r
+</consumers>\r
 \r
-CasparCG uses SFML.\r
+* How to enable a DeckLink card and how to get video in and key output.\r
 \r
-CasparCG uses Glee.\r
+Open casparcg.config and use the following node for consumers:\r
 \r
-CasparCG uses boost.\r
+<consumers>\r
+    <decklink/>\r
+</consumers>\r
+\r
+# Tip:\r
+\r
+At the bottom of the casparcg.config file you will find comments which document additional settings.\r
+\r
+==========================================================================================================\r
+LICENSING\r
+==========================================================================================================\r
 \r
-AUTHORS\r
-================================================\r
 \r
-These are the names of the people who have written the CasparCG Server Software.\r
-The names are sorted alphabetically by last name.\r
+CasparCG is distributed under the GNU General Public License GPLv3 or higher, see COPYING.TXT for details.\r
 \r
-       Niklas Andersson (1.0-1.8)\r
-       Robert Nagy              (1.7-2.0+)\r
-       Peter Karlsson   (2.0+)\r
+==========================================================================================================\r
+AUTHORS - People who have developed the CasparCG Server Software (sorted alphabetically by last name).\r
+==========================================================================================================\r
 \r
-CREDITS\r
-================================================\r
+Niklas         Andersson   (Server 1.0-1.8)\r
+Andreas        Jeansson    (Template-Host)\r
+Robert         Nagy        (Server 1.7-2.x)\r
+Helge   Norberg     (Server 2.x)\r
 \r
-These are the names of the people who have contributed to the\r
-CasparCG Project. The names are sorted alphabetically by last name.\r
+==========================================================================================================\r
+CREDITS - People who have contributed to the CasparCG Project (sorted alphabetically by last name).\r
+==========================================================================================================\r
 \r
-  Niklas Andersson             \r
-  Jonas Gustafsson             \r
-  Jonas Hummelstrand   \r
-  Andreas Jeansson             \r
-  Peter Karlsson               \r
-  Robert Nagy                  \r
-  Olle Soprani\r
+Niklas Andersson\r
+Jonas  Hummelstrand    (jonas.hummelstrand@svt.se)\r
+Andreas Jeansson        (andreas.jeansson@svt.se)\r
+Peter  Karlsson        (peter.p.karlsson@svt.se)\r
+Robert         Nagy            (robert.nagy@dfindredpatch.se, ronag89@gmail.com)\r
+Helge   Norberg         (helge.norberg@svt.se)\r
+Olle   Soprani \r
+Thomas         R. Kaltz III \r