📄️ How to login to Codemill docker artifactory
📄️ How to run the JIT in a multi instance AWS environment
This how-to describes how to configure JIT to run on AWS with auto-scaling functionality. It is the best way of deploying JIT for use with many simultaneous users as it can scale depending on usage.
📄️ How to add a parameter to AWS Terraform
This guide details how to expand the existing Terraform setup to include a new configuration parameter: jit_capacity. This parameter allows you to control the maximum number of concurrent JIT streams allowed in your environment. See Services - Orchestrator for available environment variables.
📄️ How to run the JIT backend with Docker
This guide will show you how you can run the JIT backend with Docker in a single instance deployment. This is best suited for running JIT locally during development. It can be used to deploy on any infrastructure, but since it does not scale it can only handle a limited set of simultaneous users.
📄️ How to run JIT with Accurate Player SDK
This is a step-by-step tutorial that covers how to build a JIT frontend application using the Accurate Player SDK.
📄️ How to use JIT in Validate
See How to play content using JIT in the Validate documentation.