I have recently installed Kaltura Open source using Docker. Everything is working fine except the Preview window which enables Editor is throwing the following error:
The requested URL /html5/html5lib/v2.83/mwEmbedFrame.php/p/99/uiconf_id/23448169/entry_id/0_e3sn9xw5 was not found on this server.
From the above, I can see you’ve logged into the template partner in KMC. That should be done only for editing the template content (what is cloned to each partner by default, upon calling partner->register()). You’re not meant to play videos from it. Please create a regular (non-system) partner via the Admin Console.
Regardless, at present time, Kaltura CE doesn’t not including the media editing app (what is launched when you click on Editor).
KEA (Kaltura Editor Application) is not FOSS and can only be used in SaaS/OnPrem context at the moment.
However, you can implement your own editor using the API.
Thank you for your response, I tried to create a new publisher and still facing same problem, instead of using Template one. Is that what you were referring or i misunderstood.
So, the problem is rather obvious. You have a version of kaltura-base that expects the kaltura-html5lib package to be of version v2.83, and yet, you have v2.73.2-2.
What are the contents of /etc/yum.repos.d/kaltura.repo?
And what is the output of:
Installed Packages
Name : kaltura-html5lib
Arch : noarch
Version : v2.73.2
Release : 2
Size : 199 M
Repo : installed
From repo : Kaltura-noarch
Summary : Kaltura Open Source Video Platform
URL : https://github.com/kaltura/mwEmbed
License : AGPLv3+
Description : Kaltura is the world’s first Open Source Online Video Platform,
: transforming the way people work, learn, and entertain using
: online video. The Kaltura platform empowers media applications
: with advanced video management, publishing, and monetization tools
: that increase their reach and monetization and simplify their
: video operations. Kaltura improves productivity and interaction
: among millions of employees by providing enterprises powerful
: online video tools for boosting internal knowledge sharing,
: training, and collaboration, and for more effective marketing.
: Kaltura offers next generation learning for millions of students
: and teachers by providing educational institutions disruptive
: online video solutions for improved teaching, learning, and
: increased engagement across campuses and beyond. For more
: information visit: http://corp.kaltura.com, http://www.kaltura.org
: and http://www.html5video.org.
:
: This package installs the Kaltura HTML5 library.
Available Packages
Name : kaltura-html5lib
Arch : noarch
Version : v2.83
Release : 1
Size : 87 M
Repo : Kaltura-noarch
Summary : Kaltura Open Source Video Platform
URL : https://github.com/kaltura/mwEmbed
License : AGPLv3+
Description : Kaltura is the world’s first Open Source Online Video Platform,
: transforming the way people work, learn, and entertain using
: online video. The Kaltura platform empowers media applications
: with advanced video management, publishing, and monetization tools
: that increase their reach and monetization and simplify their
: video operations. Kaltura improves productivity and interaction
: among millions of employees by providing enterprises powerful
: online video tools for boosting internal knowledge sharing,
: training, and collaboration, and for more effective marketing.
: Kaltura offers next generation learning for millions of students
: and teachers by providing educational institutions disruptive
: online video solutions for improved teaching, learning, and
: increased engagement across campuses and beyond. For more
: information visit: http://corp.kaltura.com, http://www.kaltura.org
: and http://www.html5video.org.
:
: This package installs the Kaltura HTML5 library.
As you can see from the output you attached, your last upgrade was incomplete. Please follow the upgrade instructions and verify all packages were successfully upgraded to the latest versions available in the Kaltura repo of your selected CE version.