]> git.sesse.net Git - casparcg/blob - README
Don't copy AVFrame line by line unless necessary
[casparcg] / README
1 CasparCG Server 2.1.0 Unstable\r
2 ==============================\r
3 \r
4 Thank you for your interest in CasparCG Server, a professional software used to\r
5 play out and record professional graphics, audio and video to multiple outputs.\r
6 CasparCG Server has been in 24/7 broadcast production since 2006.\r
7 The included software is provided as-is by Sveriges Televison AB.\r
8 \r
9 This release is considered untested and unstable, and is NOT intended for use in\r
10 professional production. Stable and production-proven versions can be downloaded\r
11 at http://casparcg.com/download/\r
12 \r
13 Alpha and beta builds are available at http://builds.casparcg.com/\r
14 \r
15 More information about CasparCG is available at http://casparcg.com/ and\r
16 in the forum at http://casparcg.com/forum/\r
17 \r
18 \r
19 COMMON SYSTEM REQUIREMENTS FOR WINDOWS AND LINUX\r
20 ------------------------------------------------\r
21 \r
22 - Intel processor capable of using SSSE3 instructions.\r
23   Please refer to\r
24   http://en.wikipedia.org/wiki/SSSE3 for a complete list.\r
25   While AMD processors might work, CasparCG Server has only been tested on Intel\r
26   processors.\r
27 \r
28 - A graphics card (GPU) capable of OpenGL 3.0 is required.\r
29   We strongly recommend that you use a separate graphics card, and avoid\r
30   using the built-in GPU that exists in many CPUs. Your playback performance\r
31   might suffer if using a built-in GPU.\r
32 \r
33 \r
34 SYSTEM REQUIREMENTS FOR WINDOWS\r
35 -------------------------------\r
36 \r
37 - Windows 7 (64-bit)\r
38   CasparCG Server has also been used successfully on Windows 8 (64-bit).\r
39   NOT SUPPORTED: 32-bit Windows versions and Windows 2003 Server.\r
40 \r
41 - Microsoft Visual C++ 2015 Redistributable Package must be installed.\r
42   See link in the 'INSTALLATION ON WINDOWS' section below.\r
43 \r
44 \r
45 SYSTEM REQUIREMENTS FOR LINUX\r
46 -----------------------------\r
47 \r
48 - Ubuntu Desktop 14.04.3 LTS 64-bit.\r
49   Other distributions might be ABI compatible and supported but not tested.\r
50 \r
51 - An Nvidia graphics card.\r
52   Other manufacturers might also work but are untested.\r
53 \r
54 \r
55 INSTALLATION ON WINDOWS\r
56 -----------------------\r
57 \r
58 1. Check that your system meets the requirements above.\r
59 \r
60 2. Unzip and place the "CasparCG Server" folder anywhere you like.\r
61 \r
62 3. Install "Microsoft Visual C++ Redistributable for Visual Studio 2015" from\r
63    https://www.microsoft.com/en-us/download/details.aspx?id=48145\r
64 \r
65 \r
66 INSTALLATION ON LINUX\r
67 ---------------------\r
68 \r
69 1. Check that your system meets the requirements above.\r
70 \r
71 2. Unpack and place the "CasparCG Server" folder anywhere you like.\r
72 \r
73 3. If using an Nvidia graphics card enable the use of "NVIDIA binary driver"\r
74    under "Software & Updates -- Additional Drivers".\r
75 \r
76 \r
77 INSTALLATION OF ADDITIONAL NON-GPL SOFTWARE\r
78 -------------------------------------------\r
79 \r
80 - For Flash template support (Windows only):\r
81 \r
82   1. Uninstall any previous version of the Adobe Flash Player using this file:\r
83      http://download.macromedia.com/get/flashplayer/current/support/uninstall_flash_player.exe\r
84 \r
85   2. Download and unpack\r
86      http://download.macromedia.com/pub/flashplayer/installers/archive/fp_11.8.800.94_archive.zip\r
87 \r
88   3. Install Adobe Flash Player 11.8.800.94 from the unpacked archive:\r
89      fp_11.8.800.94_archive\11_8_r800_94\flashplayer11_8r800_94_winax.exe\r
90 \r
91 - For NewTek iVGA support (Windows only), please download and install the\r
92   following driver:\r
93   http://new.tk/NetworkSendRedist\r
94 \r
95 \r
96 CONFIGURATION\r
97 -------------\r
98 \r
99 1. Configure the server by editing the self-documented "casparcg.config" file in\r
100    a text editor.\r
101 \r
102 2. On Windows, start the "casparcg.exe" program, or on Linux start the "run.sh"\r
103    program.\r
104 \r
105 3. Connect to the Server from a client software, such as the "CasparCG Client"\r
106    which is available as a separate download.\r
107 \r
108 \r
109 DOCUMENTATION\r
110 -------------\r
111 \r
112 The most up-to-date documentation is always available at\r
113 http://casparcg.com/wiki/\r
114 \r
115 Ask questions in the forum: http://casparcg.com/forum/\r
116 \r
117 \r
118 LICENSING\r
119 ---------\r
120 \r
121 CasparCG is distributed under the GNU General Public License GPLv3 or higher,\r
122 see the file LICENSE.txt for details.\r
123 \r
124 More information, samples and documentation at:\r
125 \r
126 http://casparcg.com/\r
127 http://casparcg.com/forum/\r
128 http://casparcg.com/wiki/\r
129 \r
130 CasparCG Server uses FFmpeg (http://ffmpeg.org/) under the GPLv2 Licence.\r
131 FFmpeg is a trademark of Fabrice Bellard, originator of the FFmpeg project.\r
132 \r
133 CasparCG Server uses the Threading Building Blocks\r
134 (http://www.threadingbuildingblocks.org/) library under the GPLv2 Licence.\r
135 \r
136 CasparCG Server uses FreeImage (http://freeimage.sourceforge.net/) under the\r
137 GPLv2 License.\r
138 \r
139 CasparCG Server uses SFML (http://www.sfml-dev.org/) under the zlib/libpng\r
140 License.\r
141 \r
142 CasparCG Server uses GLEW (http://glew.sourceforge.net) under the modified BSD\r
143 License.\r
144 \r
145 CasparCG Server uses boost (http://www.boost.org/) under the Boost Software\r
146 License, version 1.0.\r
147 \r