Hi @astrava ,
astrava:
0 /opt/kaltura/app/batch/client/KalturaClient.php(4304): KalturaClientBase->throwExceptionIfError(Array)
==> /opt/kaltura/log/batch/extractmedia-0-2018-03-28.err.log <==
PHP Warning: Division by zero in /opt/kaltura/app/infra/media/mediaInfoParser/KMediaFileComplexity.php on line 281
PHP Notice: Trying to get property of non-object in /opt/kaltura/app/infra/media/mediaInfoParser/KMediaFileComplexity.php on line 282
See here:
Hi @daniel_mueller_1 ,
Sorry for the delayed response.
The issues you posted above were due to a missing directive in /opt/kaltura/app/configurations/batch/batch.ini.
I’ve just fixed this and it will be included in the next release [13.16.0].
However, you can already manually patch the config file, simply add:
params.ffmpegCmd = /opt/kaltura/bin/ffmpeg
Right after:
209 [KAsyncExtractMedia : JobHandlerWorker]
210 id …
This was fixed for 13.16.0 which was released today but you can easily patch the batch.ini file manually as I explained in my reply.
The DWH test sometimes fails due to timing, does not necessarily means anything is wrong. Check /opt/kaltura/dwh/logs/*log for errors, if you see none, we should be OK.
The @MONIT_PASSWD @ token is replaced in kaltura-base-config.sh.
Not sure why it was not replaced in your case but you can edit the file manually and set a passwd. Once done, restart the kaltura-monit service.
For general guidance in regards to Monit’s configuration, see:
# Installing Kaltura on a Single Server (RPM)
This guide describes RPM installation of an all-in-one Kaltura server and applies to all major RH based Linux distros including Fedora Core, RHEL, CentOS, etc.
([Note the supported distros and versions](http://kaltura.github.io/platform-install-packages/#supported-distros)).
[Kaltura Inc.](http://corp.kaltura.com) also provides commercial solutions and services including pro-active platform monitoring, applications, SLA, 24/7 support and professional services. If you're looking for a commercially supported video platform with integrations to commercial encoders, streaming servers, eCDN, DRM and more - Start a [Free Trial of the Kaltura.com Hosted Platform](http://corp.kaltura.com/free-trial) or learn more about [Kaltura' Commercial OnPrem Edition™](http://corp.kaltura.com/Deployment-Options/Kaltura-On-Prem-Edition). For existing RPM based users, Kaltura offers commercial upgrade options.
#### Table of Contents
[Prerequites](pre-requisites.md)
[Pre-Install Steps](install-kaltura-redhat-based.md#pre-install-steps)
[Non-SSL Step-by-step Installation](install-kaltura-redhat-based.md#non-ssl-step-by-step-installation)
[Apache SSL Step-by-step Installation](install-kaltura-redhat-based.md#apache-ssl-step-by-step-installation)
[Nginx SSL Configuration](nginx-ssl-config.md)
[Securing Monit](install-kaltura-redhat-based.md#securing-monit)
[Unattended Installation](install-kaltura-redhat-based.md#unattended-installation)
This file has been truncated. show original