From e9fc25a770e42382ca7f642716244205757af821 Mon Sep 17 00:00:00 2001 From: Helge Norberg Date: Thu, 11 Dec 2014 14:58:33 +0100 Subject: [PATCH] Updated changes and updated version to stable. --- CHANGES.txt | 14 ++++++++++---- README.txt | 24 ++++++++++-------------- version.tmpl | 2 +- 3 files changed, 21 insertions(+), 19 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6f843cad9..d23d0d3a6 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,7 +1,7 @@ C H A N G E S -CasparCG Server 2.0.7 (as compared to CasparCG Server 2.0.7 Beta 2) -=================================================================== +CasparCG Server 2.0.7 Stable (as compared to CasparCG Server 2.0.7 Beta 2) +========================================================================== General ------- @@ -15,9 +15,11 @@ General empty/late first frame when the producer is called before the consumer in the other end has received the first frame. o Added rudimentary support for audio for layer_producer and channel_producer. - o Upgraded Decklink SDK to 10.1.4, bringing new 2K and 4K DCI video modes. + o Upgraded Decklink SDK to 10.1.4, bringing new 2K and 4K DCI video modes. New + template hosts also availble for those modes. o General bug fixes (mostly memory and resource leaks, some serious). o Updated Boost to version 1.57 + o Frontend no longer maintained and therefore not included in the release. Mixer ----- @@ -78,6 +80,10 @@ Consumers and its usefulness was questionable. o Added a 10 second time-out for consumer sends, to detect/recover from blocked consumers. + o Some consumers which are usually added and removed during playout (for + example ffmpeg_consumer, streaming_consumer and channel_consumer) no longer + affect the presentation time on other consumers. Previously a lag on the SDI + output could be seen when adding such consumers. HTML producer ------------- @@ -107,7 +113,7 @@ Producers --------- o FFmpeg: Reports correct nb_frames() when using SEEK (Thomas Kaltz III) - o Flash: Fixed bug wherer CG PLAY, CG INVOKE + o Flash: Fixed bug where CG PLAY, CG INVOKE did not work. Consumers --------- diff --git a/README.txt b/README.txt index bae38506e..769a809ea 100644 --- a/README.txt +++ b/README.txt @@ -1,13 +1,12 @@ -CasparCG Server 2.0.7 Beta 2 +CasparCG Server 2.0.7 Stable ============================ 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. It has been in 24/7 broadcast production since 2006. -This release is NOT considered tested and stable, and it is NOT intended for use -in professional production. Please use CasparCG Server 2.0.6 if you need -proven stability! +This release is considered tested and stable, and is intended for use in +professional production. More information is available at http://casparcg.com/ @@ -50,7 +49,7 @@ INSTALLATION 1. Check that your system meets the requirements above. -2. Unzip and place the "CasparCG Server 2.0.7 Beta 2" folder anywhere you like. +2. Unzip and place the "CasparCG Server" folder anywhere you like. 3. Install "Microsoft Visual C++ 2010 Redistributable Package" from http://www.microsoft.com/download/en/details.aspx?id=5555 @@ -62,11 +61,11 @@ INSTALLATION as they can interfere with CasparCG Server's OpenGL features! - INSTALLATION OF ADDITIONAL NON-GPL SOFTWARE ------------------------------------------- - For Flash template support: + 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 @@ -74,7 +73,6 @@ INSTALLATION OF ADDITIONAL NON-GPL SOFTWARE 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 - - For NewTek iVGA support, please download and install the following driver: http://new.tk/NetworkSendRedist @@ -82,14 +80,13 @@ INSTALLATION OF ADDITIONAL NON-GPL SOFTWARE CONFIGURATION ------------- -1. Start the "CasparCG_Server.exe" program and configure the settings. Then - Click the "Restart" button to save the configuration and restart - the CasparCG Server software. - -2. Connect to the Server from a client software, such as the "CasparCG Client" - which is available as a separate download. +1. Configure the server by editing the self documented casparcg.config file in a + text editor. +2. Start the "casparcg.exe" program. +3. Connect to the Server from a client software, such as the "CasparCG Client" + which is available as a separate download. DOCUMENTATION @@ -101,7 +98,6 @@ http://casparcg.com/wiki/ Ask questions in the forum: http://casparcg.com/forum/ - LICENSING --------- diff --git a/version.tmpl b/version.tmpl index 69a1a83e7..401c74af1 100644 --- a/version.tmpl +++ b/version.tmpl @@ -1,4 +1,4 @@ #define CASPAR_GEN 2 #define CASPAR_MAYOR 0 #define CASPAR_MINOR 7 -#define CASPAR_TAG "Beta2" +#define CASPAR_TAG "Stable" -- 2.39.2