forked from CasparCG/server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
233 lines (160 loc) · 8.54 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
======================================================================================================
CasparCG Video and Graphics Playout Server
======================================================================================================
Thank you for your interest in CasparCG. The included software
is provided as-is by Sveriges Televison AB.
Please note that while the current CasparCG Client (version 1.8) will
continue to work with CasparCG Server 2.0, you won't be able to
trigger many of the new features. Please use the provided AIR app to
try out the new functionality or add the new features to you
control application (you can find the documentation on the wiki or ask in the forums).
======================================================================================================
INSTALLATION
======================================================================================================
You can place the CasparCG Server 2.0 folder anywhere you like, and even move it.
If you don't already have Flash installed, use the bundled version in the Flash folder
======================================================================================================
CONFIGURATION
======================================================================================================
By default, CasparCG Server will look in the media folder
for videos, audio and images files. Flash templates are stored in the
templates folder. If you want to change the location (for example to a faster disk)
you just change the paths in the casparcg.config file.
* How to enable Screen consumer
Open casparcg.config and use the following node for consumers:
<consumers>
<screen/>
</consumers>
* How to enable a DeckLink card and how to get video in and key output.
Open casparcg.config and use the following node for consumers:
<consumers>
<decklink/>
</consumers>
# Tip:
At the bottom of the casparcg.config file you will find comments which document additional settings.
======================================================================================================
LICENSING
======================================================================================================
CasparCG is distributed under the GNU General Public
License GPLv3 or higher, see the file COPYING.TXT for details.
More information, samples and documentation at:
http://casparcg.com/
http://casparcg.com/forum/
http://casparcg.com/wiki/
CasparCG uses FFmpeg (http://ffmpeg.org/) under the GPLv2 Licence.
FFmpeg is a trademark of Fabrice Bellard, originator of the FFmpeg project.
CasparCG uses the Threading Building Blocks (http://www.threadingbuildingblocks.org/) library under the GPLv2 Licence.
CasparCG uses FreeImage (http://freeimage.sourceforge.net/) under the GPLv2.
CasparCG uses SFML (http://www.sfml-dev.org/) under the zlib/libpng License.
CasparCG uses GLEW (http://glew.sourceforge.net) under the modified BSD license.
CasparCG uses boost (http://www.boost.org/) under the Boost Software License, Version 1.0.
======================================================================================================
AUTHORS - People who have developed the CasparCG Server Software (sorted alphabetically by last name).
======================================================================================================
Niklas Andersson (Server 1.0-1.8)
Andreas Jeansson (Template-Host)
Robert Nagy (Server 1.7-2.x)
==================================================================================================
CREDITS - People who have contributed to the CasparCG Project (sorted alphabetically by last name).
==================================================================================================
Niklas Andersson
Jonas Hummelstrand (jonas.hummelstrand@svt.se)
Andreas Jeansson (andreas.jeansson@svt.se)
Peter Karlsson (peter.p.karlsson@svt.se)
Robert Nagy (ronag89@gmail.com)
Olle Soprani
Thomas R. Kaltz III
================================================================================
CasparCG Server 2.0.3
================================================================================
SYSTEM REQUIREMENTS
===================
1. Intel processor (while AMD processors should work, CasparCG Server has only
been tested on Intel processors.)
2. We recommend Windows 7 (64-bit,) but it has also been successfully used on
Windows 7 (32-bit) and Windows XP SP2 (32-bit only.)
3. An OpenGL 3.0-capable graphics card from NVIDIA is required to run
CasparCG Server 2.0. Also make sure that you have installed the latest
drivers.
Please check your card's capabilities at:
http://en.wikipedia.org/wiki/Comparison_of_Nvidia_graphics_processing_units
Graphics cards from other manufacturers _may_ work but have not been tested.
4. Microsoft Visual C++ 2010 Redistributable Package must be installed.
Free download at:
http://www.microsoft.com/download/en/details.aspx?id=5555
5. You must have Flash Player 10.3 or later installed (an installer can be found
in the "Flash Player Installation" folder.)
The latest recommendations are available at:
http://casparcg.com/wiki/CasparCG_Server#System_Requirements
INSTALLATION
============
1. Check that your system meets the requirements.
2. Unzip and place the CasparCG Server 2.0.3 folder anywhere you like.
3. Install "Microsoft Visual C++ 2010 Redistributable Package" from
http://www.microsoft.com/download/en/details.aspx?id=5555
4. Install "Flash Player 10.3.183.14" from the "Flash Player Installation"
folder.
5. Make sure you turn off Windows' Aero Theme as it interferes with
CasparCG Server's OpenGL features!
6. Configure the server settings in the "casparcg.config" text file.
7. Start the "CasparCG.exe" program.
8. Connect to the server from a client, such as the included CasparCG 2.0 Demo
Client (requires Adobe AIR.)
DOCUMENTATION
=============
The most up-to-date documentation is always available at
http://casparcg.com/wiki/
CONFIGURATION
=============
By default, CasparCG Server will look in the media folder for videos, audio and
images files. Flash templates are stored in the templates folder. If you want to
change the location (for example to a faster disk) you just change the paths in
the casparcg.config file.
* How to enable Screen consumer:
Open casparcg.config and use the following node for consumers:
<consumers>
<screen/>
</consumers>
* How to enable a DeckLink card and how to get video in and key output:
Open casparcg.config and use the following node for consumers:
<consumers>
<decklink/>
</consumers>
# Tip:
At the bottom of the casparcg.config file you will find comments which document
additional settings.
LICENSING
=========
CasparCG Server is distributed under the GNU General Public License GPLv3 or
higher, see LICENSE.TXT for details.
More information, samples and documentation at:
http://casparcg.com/
http://casparcg.com/forum/
http://casparcg.com/wiki/
CasparCG uses FFmpeg (http://ffmpeg.org/) under the GPLv2 Licence.
FFmpeg is a trademark of Fabrice Bellard, originator of the FFmpeg project.
CasparCG uses the Threading Building Blocks
(http://www.threadingbuildingblocks.org/) library under the GPLv2 Licence.
CasparCG uses FreeImage (http://freeimage.sourceforge.net/) under the GPLv2.
CasparCG uses SFML (http://www.sfml-dev.org/) under the zlib/libpng License.
CasparCG uses GLEW (http://glew.sourceforge.net) under the modified BSD license.
CasparCG uses boost (http://www.boost.org/) under the Boost Software License,
Version 1.0.
AUTHORS - People who have developed the CasparCG Server Software
==========(sorted alphabetically by last name)==================
Niklas Andersson (Server 1.0-1.8)
Andreas Jeansson (Template-Host)
Robert Nagy (Server 1.7-2.x)
Helge Norberg (Server 2.x)
CREDITS - People who have contributed to the CasparCG Project
==========(sorted alphabetically by last name)===============
Niklas Andersson
Jonas Hummelstrand (jonas.hummelstrand@svt.se)
Andreas Jeansson (andreas.jeansson@svt.se)
Peter Karlsson (peter.p.karlsson@svt.se)
Jeff Lafforgue
Andy Mace
Robert Nagy (ronag89@gmail.com)
Helge Norberg (helge.norberg@svt.se)
Thomas R. Kaltz III
Olle Soprani