Kaltura CE 11.12.0 released

Hello all,

The latest version is now available.

Core changelog:

  • SUP-7496 - Syndicated Feed Player Problem
  • PLAT-3872 - Internal Database Error returns when trying to create a userEntry given a non-existing entry ID
  • PLAT-5186 - Multi Audio tracks: Playmanifest is empty instead of showing the audio sources

HTML5lib changelog:

  • FEC-4777 - Updated DVR Layout for Player
  • SUP-7499 - duplicated countdown on ads
  • FEC-4123 - can’t select related video to play during an entry playback
  • FEC-3806 - Playhead - Endless loading icon after press ‘End’ key on keyboard on Microsoft Edge
  • FEC-4879 - Elapsed PTS doesn’t work
  • FEC-5056 - AdClicked dispatched only once
  • FEC-4308 - Player mobile skin OPEN
  • FEC-4938 - Multidrm playback engine - Media replays when it should end and stop
  • TR-768 - Captions parameter displayCaptions is not respected with 2nd entry v2.41
  • FEC-4811 - Integrate HLS-JS Plugin
  • FEC-5098 - Integrate FPS service in player
  • WEBC-712 - multicast - slide sync doesn’t always work
  • FEC-4893 - hls is not chosen on iPhone - Forgeahead Solutions Customer
  • FEC-4576 - Playback- Movie cannot be played again if user clicks on back button
  • FEC-5159 - Share - Items are left side aligned
  • FEC-5160 - bitrate selector is enabled while is rotating , instead to stay disabled
  • WEBC-712 - multicast - slide sync doesn’t always work
  • FEC-4833 - Load player once for all media
  • FEC-4917 - Update DFP plugin so that the IMA SDK is not loaded on each new request with a new timestamp
  • FEC-5189 - HLSjs: Kaltura Live: Off air appears when live is playing
  • FEC-5187 - HLSjs: Kaltura Live: Play after pause is not working
  • FEC-5186 - HLSjs: Kaltura Live with DVR is not playing smothly
  • FEC-5183 - FairPlay for iOS fixes
  • WEBC-679 - As a producer I’d like to select for all viewers the view setup at any point during the broadcast
  • FEC-5190 - kaltura stats: play event is not fired for the second and third entry in a playlist with flash dfp
  • FEC-5188 - yubora: 2 stop events are fired at the end of entry playback in a playlist
  • SUP-7442 - Player - infoscreen doesn’t
  • WEBC-713 - webcast in Multicast - after disconnection of the video the player play the last 3 minutes in endless loop
  • SUP-6501 - Capturespace presentation ratio
  • SUP-7247 - Player - 2.39 - click twice to start live stream (thumbnail)
  • SUP-6927 - Audio thumbnail display issues.
  • SUP-6143 - Player v2.35 - Icons Display
  • FEC-4657 - Player seeks when changing audio stream
  • FEC-4666 - autoplay doesn’t work after switching media
  • FEC-4432 - [Android] Add support for offline playback in mobile
  • FEC-4682 - Regression - dfp overly is shown on wrong place on Android 6.0
  • OSMF-HLS plugin Buffers Refactor

Install scripts changelog:

To upgrade, please follow:
RPM based:

Deb based:

Or, if running a cluster:

As always, your feedback is welcomed,

Is anyone else getting 404 errors when trying to run yum update kaltura-release?

`yum update kaltura-release
Loaded plugins: fastestmirror, refresh-packagekit, security
Setting up Update Process
Loading mirror speeds from cached hostfile
epel/metalink | 12 kB 00:00

@verdonv1 try again, seems temporarily network problems

/opt/kaltura/log/generate.php.log:

PHP Warning:  require_once(/opt/kaltura/app/api_v3/lib/types/enums/KalturaLiveEntryStatus.php): failed to open stream: No such file or directory in /opt/kaltura/app/infra/KAutoloader.php on line 81
PHP Fatal error:  require_once(): Failed opening required '/opt/kaltura/app/api_v3/lib/types/enums/KalturaLiveEntryStatus.php' (include_path='/opt/kaltura/app/vendor/ZendFramework/library:.:/usr/share/pear:/usr/share/php:/opt/kaltura/app:/opt/kaltura/app/vendor/symfony:/opt/kaltura/app/vendor/symfony/vendor:/opt/kaltura/app/vendor/ZendFramework/library:/opt/kaltura/app/alpha:/opt/kaltura/app/alpha/lib:/opt/kaltura/app/alpha/apps/kaltura/lib') in /opt/kaltura/app/infra/KAutoloader.php on line 81
tar: Removing leading `../' from member names
kaltura-front-config.sh FAILED with: 33567 on line 290
[root@kaltura logrotate]# diff -u kaltura_batch kaltura_batch.backup
--- kaltura_batch       2016-04-13 15:01:09.966485743 +0800
+++ kaltura_batch.backup        2016-04-13 15:01:09.959485747 +0800
@@ -11,6 +11,7 @@
     postrotate
         service kaltura-batch start 2>&1 >/dev/null || true
     endscript
+    su root kaltura
 }

 /opt/kaltura/log/batch/*log {
@@ -20,5 +21,6 @@
     rotate 40
     create 644
     missingok
+    su root kaltura
 }
--- kaltura_populate    2016-04-13 15:01:10.075485667 +0800
+++ kaltura_populate.backup     2016-04-13 15:01:10.062485676 +0800
@@ -9,4 +9,5 @@
  postrotate
  service kaltura-populate restart
  endscript
+ su root kaltura
 }

or u got errors on logrotate.

FYI… Not sure if there was supposed to be any db updates in this update, but it just exited with an error

[root@kMediaServer ~]# /opt/kaltura/bin/kaltura-db-update.sh
Error occurred during DB update:

running /opt/kaltura/bin/kaltura-config-all.sh after that completed fine though, and the site seems to be working… this is just a sandbox site at the moment anyways.

@jess problem with video playback on iOS has been solved?
or still needed UI Variable Kaltura.UseAppleAdaptive = false in player config?

@mihail_karpych - in relation to your logrotate question, see my answer here: https://github.com/kaltura/server/issues/3872#issuecomment-187721179
@mihail_karpych - in relation to iOS playback, if you have an HLS delivery profile set up, it should work fine, see my comments here: How to configure Kaltura 11.7.0 for HLS/m3u8?

@verdonv1 - it should not be necessary to run that script anymore, everything is already done as part of the kaltura-base RPM’s postinst phase

1 Like

This topic was automatically closed after 8 days. New replies are no longer allowed.