Josh Navarro
Josh Navarro
The [elasticClusterProvisioning.php](https://github.com/kaltura/server/blob/Tucana-20.11.0/plugins/search/providers/elastic_search/scripts/elasticClusterProvisioning.php) script does not currently support setting a source path for elasticsearch mapping files and only pulls them from this repository. I would like to be able to deploy...
Currently the player is deployed without flashvars due to an issue with the deployment XML. I have adjusted the xml to match the param name according to API docs: https://developer.kaltura.com/api-docs/service/uiConf/action/add
This pull request adjusts the `LiveEntry::getStreamName()` method to use a switch statement based on the value of the `$liveBackend` variable. This allows for different behavior depending on the value of...
This pull request adds a new constant, `NO_LOG_DIRS`, to the `KProcessWrapper` class. This constant contains a list of directories that should not be logged when executing a command. The `init`...