Floating License Server
Last updated
NOTE: LINUX ONLY!
You have received a separate license server program. This server program is command line based. Please type:
vc_license_server -h
to get an overview over all functions.
Copy 'vc_license_server' to your desired server. The server has to be registered with Video Copilot by generating a license request file. The request file can be generated via:
vc_license_server -g -l request_file
Please send this request_file to our support, they will generate the server license for you. You will receive a license file that has to be stored on your server.
vc_license_server -l license_file
The client connects to the license server. The server is identified by its IP. The IP has to be defined by an environment variable:
OPTICAL_FLARES_LICENSE_SERVER_IP
Default: 127.0.0.1
Last updated