Hi @batmanandjoker,
Kaltura CE requires a special version of Nginx which includes, among other Nginx modules, the Nginx VOD module. It will not work with the default Nginx Chef recipe.
A long time ago, I uploaded a Chef recipe for deploying Kaltura CE which you can find here:
https://supermarket.chef.io/cookbooks/kaltura
I’m afraid it hasn’t been maintained in a while now and will not work as is but it can be a good starting point if you’re interested in updating it and submitting a pull request here:
I can tell you right off the bat that you will need to modify kaltura/templates/default/kaltura.repo.erb since the repo structure changed [see details here Kaltura CE 13.4.0 released] and also kaltura/templates/default/kaltura.ans.erb seeing how additional configuration options were added since the last time this recipe was updated.
You can use this template as reference for the changes you will need to make in kaltura/templates/default/kaltura.ans.erb.
Also, the existing recipe will not work on Debian/Ubuntu since when it was last updated, only RPMs for CentOS/RHEL were available whereas now, Kaltura CE also has deb packages for Debian and Ubuntu.
If you do decide to take this project on, feel free to post any questions you may have here:)