input_bufs_bin_count

Sets the number of binary input buffers for HTTP API requests in the Kaltura Media Framework.

Syntaxinput_bufs_bin_count number;
Defaultnone
Context
Arguments1

Description

The input_bufs_bin_count directive is used to define the number of binary input buffers that the Kaltura Media Framework's HTTP API will utilize for handling incoming requests. This directive influences how the server processes input data, particularly for applications that require efficient media streaming and data handling.

When the directive is set, the specified number of binary input buffers can improve performance by allowing the server to manage and handle data streams more effectively, ensuring that incoming requests do not overwhelm the server's processing capabilities. This is particularly relevant in scenarios where large amounts of data are transferred, such as video streaming, as it helps to streamline data processing by breaking it into managed buffer segments.

Config Example

input_bufs_bin_count 8;

Setting a very high number may lead to increased memory usage.

If set too low, it might cause buffering issues for high data stream loads.

← Back to all directives