jess
June 17, 2020, 5:09pm
1
Hello all,
The latest version is now available.
Kaltura CE was just ported to CentOS/RHEL 8.
Please note that this is a beta version and one must exercise judgement before deploying it to Prod ENVs.
The deployment instructions are the same as for 6 and 7 but the PowerTools
repo must be enabled, which was not required for older versions.
Please pay special attention to the MySQL version limitation as noted here:
# 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
Since I know a lot of you are interested, the porting to Ubuntu 20.04 [focal] is almost done and 16.5.0 will support it.
kaltura-base (16.4.0) changelog:
kaltura-html5lib3 (0.54.0)
FEC-10053: Subtitle issue for Player with TTML in MP4 container (#316 ) (c053ac2)
FEC-10155: text track language is incorrect on cast disconnecting (#318 ) (75690a3), closes #188
FEC-9631: add support for out of band text tracks on cast sdk (#319 ) (16562b6)
To upgrade, please follow:
RPM based:
# 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
Deb based:
# Installing Kaltura on a Single Server (deb)
This guide details the installation process of an all-in-one Kaltura server and applies to deb based Linux distros.
The process was tested on Debian 8 and Ubuntu 14.04 but may work with other Debian based distributions.
**When installing on Ubuntu Xenial [16.04], please refer to [this howto](install-kaltura-xenial.md) instead.**
[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). Please note that this service in only offered for RHEL based distros.
#### Table of Contents
[Prerequites](pre-requisites.md)
[Step-by-step Installation](install-kaltura-deb-based.md#step-by-step-installation)
[Unattended Installation](install-kaltura-deb-based.md#unattended-installation)
[Nginx SSL Configuration](nginx-ssl-config.md)
[Live Streaming with Nginx and the RTMP module](install-kaltura-redhat-based.md#live-streaming-with-nginx-and-the-rtmp-module)
This file has been truncated. show original
Or, if running a cluster:
# Deploying Kaltura Clusters
Below are **RPM** based instructions for deploying Kaltura Clusters.
Refer to the [All-In-One Kaltura Server Installation Guide](install-kaltura-redhat-based.md) for more notes about deploying Kaltura in RPM supported environments.
Refer to the [Deploying Kaltura Clusters Using Chef](rpm-chef-cluster-deployment.md) for automated Chef based deployments.
### Before You Get Started Notes
* If you see a `#` at the beginning of a line, this line should be run as `root`.
* Please review the [frequently answered questions](kaltura-packages-faq.md) document for general help before posting to the forums or issue queue.
* All post-install scripts accept answers-file as parameter, this can used for silent-automatic installs.
* For a cluster install, it is very important to pass an [answer file](kaltura.template.ans) to each script because otherwise, the MySQL 'kaltura' passwd is autogenerated by the installer. This is fine for a standalone server but for a cluster, passwd must be the same on all.
* [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.
### Instructions here are for a cluster with the following members:
* [Load Balancing](load_balancing.md)
* [NFS server](#the-nfs-server)
* [MySQL Database](#the-mysql-database)
* [Sphinx Indexing Nodes](#the-sphinx-indexing-server)
* [Front Nodes](#the-first-front-node)
This file has been truncated. show original
jess
Closed
June 26, 2020, 1:10am
2
This topic was automatically closed after 8 days. New replies are no longer allowed.