All Projects → CasparCG → Server

CasparCG / Server

Licence: gpl-3.0
CasparCG Server is a Windows and Linux software used to play out professional graphics, audio and video to multiple outputs. It has been in 24/7 broadcast production since 2006. Ready-to-use downloads are available under the Releases tab https://casparcg.com.

Projects that are alternatives of or similar to Server

Screen Recorder Ffmpeg Cpp
*Multimedia project* A screen recording application to capture your desktop and store in a video format. Click here to watch the demo
Stars: ✭ 98 (-82.87%)
Mutual labels:  video-player, video-streaming, video-recording
snowem
Snowem is a lightweight live streaming server, based on webrtc technology. Its design mainly focuses on simplicity, scalability and high performance.
Stars: ✭ 73 (-87.24%)
Mutual labels:  broadcast, video-streaming
GPS-Video-Logger
Android App to record video and track GPS data simultaneously. GPS Logger with Video. GPS and video recording.
Stars: ✭ 17 (-97.03%)
Mutual labels:  video-player, video-recording
Magnum
Lightweight and modular C++11 graphics middleware for games and data visualization
Stars: ✭ 3,728 (+551.75%)
Mutual labels:  graphics, graphics-engine
webcam-glass
Cross-platform tool for making video tutorials and video conferencing, blending the webcam over the screen.
Stars: ✭ 16 (-97.2%)
Mutual labels:  video-recording, video-streaming
KTVideoMonitor
📹KTVideoMonitor视频监控Demo-基于ijkPlayer的网络播放器,支持HTTP、RTMP、HLS(m3u8)、本地视频等多种格式
Stars: ✭ 22 (-96.15%)
Mutual labels:  video-player, video-streaming
Server
The Kaltura Platform Backend. To install Kaltura, visit the install packages repository.
Stars: ✭ 293 (-48.78%)
Mutual labels:  video-streaming, video-recording
shaka-player-react
A simple React component wrapper for shaka-player
Stars: ✭ 79 (-86.19%)
Mutual labels:  video-player, video-streaming
Fluid Player
Fluid Player - an open source VAST compliant HTML5 video player
Stars: ✭ 359 (-37.24%)
Mutual labels:  video-player, video-streaming
Manim Tutorial
A tutorial for manim, a mathematical animation engine made by 3b1b
Stars: ✭ 373 (-34.79%)
Mutual labels:  graphics, graphics-engine
Shaka Player
JavaScript player library / DASH & HLS client / MSE-EME player
Stars: ✭ 5,386 (+841.61%)
Mutual labels:  video-player, video-streaming
ZoomableVideo
PinchZoom on TextureView while playing your videos
Stars: ✭ 17 (-97.03%)
Mutual labels:  video-player, video-streaming
react-native-vlc-media-player
React native media player for video streaming and playing. Supports RTSP, RTMP and other protocols supported by VLC player
Stars: ✭ 221 (-61.36%)
Mutual labels:  video-player, video-streaming
laav
Asynchronous Audio / Video Library for H264 / MJPEG / OPUS / AAC / MP2 encoding, transcoding, recording and streaming from live sources
Stars: ✭ 50 (-91.26%)
Mutual labels:  video-recording, video-streaming
all-in-one-video-pack.wordpress
A Wordpress Plugin to simplify adding Kaltura to your Blog
Stars: ✭ 19 (-96.68%)
Mutual labels:  video-player, video-streaming
Diligentcore
Core functionality of Diligent Engine
Stars: ✭ 263 (-54.02%)
Mutual labels:  graphics, graphics-engine
Platform Install Packages
Official deployment packages to install the Kaltura platform on a server or cluster environments using native OS package managers
Stars: ✭ 436 (-23.78%)
Mutual labels:  video-streaming, video-recording
vscode-extension
Link your code and commits to a video recording and explain your code with video.
Stars: ✭ 67 (-88.29%)
Mutual labels:  video-recording, video-streaming
YetAnotherVideoPlayer
Yet Another Video Player for Andoid
Stars: ✭ 62 (-89.16%)
Mutual labels:  video-player, video-streaming
Overload
3D Game engine with editor
Stars: ✭ 335 (-41.43%)
Mutual labels:  graphics, graphics-engine

CasparCG Server

Thank you for your interest in CasparCG Server, a professional software used to play out and record professional graphics, audio and video to multiple outputs. CasparCG Server has been in 24/7 broadcast production since 2006.

The CasparCG Server works on Windows and Linux.

System Requirements

  • A graphics card (GPU) capable of OpenGL 4.5 is required.
  • An Nvidia GPU is recommended, but other GPU's will likely work fine.
  • Only Intel CPU's have been tested and are known to work

Windows

  • Windows 7 and 10 are supported

Linux

  • Only Ubuntu 18.04 is supported, but other versions may work

Getting Started

  1. Download a release from (http://casparcg.com/downloads). Alternatively, newer testing versions can be downloaded from (http://builds.casparcg.com) or built from source

  2. Install any optional non-GPL modules

    • Flash template support (Windows only):
    1. Uninstall any previous version of the Adobe Flash Player using this file: (http://download.macromedia.com/get/flashplayer/current/support/uninstall_flash_player.exe)

    2. Download and unpack (http://download.macromedia.com/pub/flashplayer/installers/archive/fp_11.8.800.94_archive.zip)

    3. Install Adobe Flash Player 11.8.800.94 from the unpacked archive: fp_11.8.800.94_archive\11_8_r800_94\flashplayer11_8r800_94_winax.exe

  3. Configure the server by editing the self-documented "casparcg.config" file in a text editor.

    1. Windows: start casparcg_auto_restart.bat, or casparcg.exe and scanner.exe separately.
    2. Linux: start the run.sh program or use tools/linux/start_docker.sh to run within docker (documentation is at the top of the file).
  4. Connect to the Server from a client software, such as the "CasparCG Client" which is available as a separate download.

Documentation

The most up-to-date documentation is always available at https://github.com/CasparCG/help/wiki

Ask questions in the forum: https://casparcgforum.org/

Resolving Common Issues On Linux

Common problems you may encounter when running on newer and unsupported Ubuntu editions:

  1. HTML producer freezes and/or throws "Fontconfig error" message Add below line to run.sh script: export FONTCONFIG_PATH=/etc/fonts

  2. HTML producer throws "GTK theme error" message Install gnome-themes-standard package: sudo apt install gnome-themes-standard

  3. Error while loading libgcrypt.so.11 Extract libgcrypt.so.11 and libgcrypt.so.11.8.2 to CasparCG lib/ directory. You can get it from: https://launchpad.net/ubuntu/+archive/primary/+files/libgcrypt11_1.5.3-2ubuntu4.2_amd64.deb

  4. Error while loading libcgmanager.so.0 Install central cgroup manager daemon (client library): sudo apt install libcgmanager0

  5. Error while loading shared libraries: libgconf-2.so.4 Install GNOME configuration database system: sudo apt -y install libgconf2-4

  6. lib/libz.so.1: version `ZLIB_1.2.9' not found cd your_casparcg_directory/lib/ sudo mv libz.so.1 libz.so.1.old sudo ln -s /lib/x86_64-linux-gnu/libz.so.1

Development

See BUILDING for instructions on how to build the CasparCG Server from source manually.

License

CasparCG Server is distributed under the GNU General Public License GPLv3 or higher, see LICENSE for details.

CasparCG Server uses the following third party libraries:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].