Licensing

You will also need to license each Broadcaster in its container. Note, a license activation will only be valid for a single instance of the container and if you issue another docker run command to create a new container, that instance will have a different unique identifier and you will need to separately license that instance. The Broadcaster API shown below can be used to automate the process of registering license activations.

# curl -i --user "{username}:{password}" http://{broadcaster_IP_address}:{web_UI_port}/zixi/activate.json?key={activation_key}

Â