CasparCG ClipTool v2.4.1

CasparCG ClipTool has been rewritten with a nodejs webserver.

Just run the prebuild .exe file on your windows CasparCG machine:
CasparCG-ClipTool/casparcg-clip-tool.exe at develop · olzzon/CasparCG-ClipTool · GitHub

It´s also available as a docker container. (docker run olzzon/casparcg-cliptool/v2.4.1)

Open Chrome and run localhost:5555

Remember to add OSC in your CasparCG config:

<osc>
  <default-port>6250</default-port>
  <disable-send-to-amcp-clients>false [true|false]</disable-send-to-amcp-clients>
  <predefined-clients>
    <predefined-client>
      <address>127.0.0.1</address>
      <port>5253</port>
    </predefined-client>
  </predefined-clients>
</osc>

Enjoy :slight_smile:

6 Likes

Version 2.6.0
Feat:
AMP Protocol -Control from ROSS Carbonite with AMP
Speed optimization - Client now runs smooth with clock update on a Raspberry Pi 2
Fixes:
Starting before CCG updates clients correctly
Reload client when new folders are selected

1 Like

Version 2.7.0:
Added support for individual clients pr output.
E.G if you have a CCG that are shared across different productions or you have a screen that a separate producer should control add the output to the URL: localhost:5555/?channel=2

1 Like