pckg_active_policy
The `pckg_active_policy` directive controls the active policy for package management in the Kaltura Media Framework.
Description
The pckg_active_policy directive specifies which active policy should be applied to task packages within the Kaltura Media Framework. It can accept a single argument that indicates the specific policy to be utilized during media processing workflows. This directive is applicable in various configurations, allowing it to be set at the http, server, or location context, which provides flexibility in defining its behavior across different parts of your server configuration. By selecting an appropriate policy, administrators can orchestrate different processing strategies, impacting how components interact with each other, such as during transcoding operations or media delivery processes.
When the pckg_active_policy directive is set, its value influences the decision-making process for task execution and resource allocation among the distributed components of the media framework. It's crucial to choose the right policy, as it directly affects the efficiency and reliability of media streaming operations. For example, a more aggressive policy might allocate more resources for real-time processing, while a conservative policy may focus on stability during high-load scenarios. Lastly, it’s vital to monitor and adjust this directive based on the specific requirements and operational characteristics of the deployed media ecosystem.
Config Example
http {
pckg_active_policy optimal;
}Ensure that the policy set is compatible with the associated components of the media framework to avoid unexpected behavior.
Changes to the policy may require a reload of the NGINX service to take effect properly.