Kaltura CE 10.3.0 released

Hello all,

The latest version is now available.

Core changelog:

  • SUP-3065 - Cannot create category using CSV - “already exists”
  • SUP-3161 - Source assets missing source tag
  • PLAT-1751 - Reduce cache when listing live cuepoints
  • PLAT-2082 - redirectEntryIdEqual filter causes an exception
  • KMS-5141 - Cannot perform search by Custom Data “Text Select List” field (Drop Down List)
  • Added VOD delivery profiles

HTML5 player changelog:

  • SUP-3609 - Misplaced playback on iPad with 2.24 & 2.25
  • FEC-2611 - Chapters/Slides Menu (revised) - Playback

KMC changelog:

  • SUP-3531 - Analytic data inconsistency in certain scenario

HTML5 Studio changelog:

  • FEC-2673 - Universal Studio allows to save empty UIVars

Introducing Kaltura VOD packager, used to achieve on-the-fly repackaging of MP4 files to DASH, HDS, HLS, MSS.-
For more info, see:

If you are upgrading from an earlier version, make sure to run:
# php /opt/kaltura/app/deployment/base/scripts/insertDefaults.php /opt/kaltura/app/deployment/base/scripts/init_data/07.DeliveryProfile.ini
For the delivery profiles needed for it to get updated

To upgrade, please follow:

Or, if running a cluster:

As always, your feedback is welcomed,

1 Like

Hi Jess,

How can we use the VOD packager from KMC?
Do you have additional details for this service? Github doc is mostly how to compile and stuff. Something like practical examples on how to use it.

Hi Jean,

From KMC, you can select to play with the delivery profile ‘HTTP Streaming HDS’ in the preview and embed.
This is under the ‘Advanced Options’ delivery type selectbox.
Of course, as far as compiling it, this is not needed as it is included in the kaltura-nginx package.
If you have upgraded from an earlier version, make sure to run:
# php /opt/kaltura/app/deployment/base/scripts/insertDefaults.php /opt/kaltura/app/deployment/base/scripts/init_data/07.DeliveryProfile.ini

Hi Jess,

I experienced and error while updating when nginx was installing:

Running Transaction
Updating : kaltura-html5lib-v2.26-1.noarch 1/17
Installing : kaltura-nginx-1.6.2-5.x86_64 2/17
Non-fatal POSTIN scriptlet failure in rpm package kaltura-nginx-1.6.2-5.x86_64
error reading information on service nginx: No such file or directory

Thanks for using nginx!

Please find the official documentation for nginx here:

Commercial subscriptions for nginx are available on:


/bin/chown: invalid user: nginx:adm' /bin/chown: invalid user:nginx:adm’
warning: %post(kaltura-nginx-1.6.2-5.x86_64) scriptlet failed, exit status 1

Jean.

Hey Jean,

These were fixed.
Please yum clean all && yum update kaltura-nginx
Thanks,