I’ve run a simple test using my Windows 11 NUC sytstem.
I downloaded server 2.4.0 stable from Github and unpacked it into a folder. I edited the casparcg.config to set the paths to the media store, template store, log path and data path. I added two screen consumers. Note the font directory in your config is not needed for server 2.3 or 2.4.
I edited file casparcg_auto_restart.bat to remove a reference to leveldown.node The edited version is:
@Echo off
IF EXIST scanner.exe (
start scanner.exe
)
:Start
SET ERRORLEVEL 0
casparcg.exe
if ERRORLEVEL 5 goto :Start
When I ran this batch file the scanner was started followed by the CasparCG server. I could see reports in the scanner window as it created the thumbnails for the video and still clips.
You can test the link to the scanner system by typing some commands in the CasparCG server window, pressing return after each command.
TLS displays a list of templates
CLS displays a list of media files
These are the commands issued by the client when it starts up.
I downloaded Client 2.3.0, and unpacked it to a folder. I ran the client and it created a base or default configuration that includes a server on IP 127.0.0.1 port 5250. As soon as the client loaded it contacted the server and retreived the number of media files, data files, template files and stills image files. The client then requested all of the thumbnail images. My client has full control of the output channels.
I suggest you try running the CasparCG system as per my test to check it’s operation.
If the casparcg system does not operate from the client, it is worth forcing new scanner and client databases. Exit the client, exit the server, exit the scanner. Use Windows finder to look at the folder with the CasparCG files. Locate folder _media and delete this folder. Restart the scanner and casparcg, the scanner rebuilds the library database.
Use Windows finder to locate the client database. If you are logged in as user graphics1 the client database file is:
c:/Users/graphics1/.CasparCG/Client/Database.sdb
This holds any client configurations you have made as well as local copies of the thumbnail pictures copied from the server.
There is a slightly newer version of server V2.4.1 which was released yesterday. This includes the edits to the auto start batch files.
The author of of the launch tool has suggested in a recent post that you should use the BETA version of the launcher with server V2.4.