Hi @mediasync,
Thanks for reporting!
Indeed, the new kaltura-kmc and kaltura-html5lib packages were missing from the xenial-13.9.0 repo. I pushed them now.
Since the repo is served from CDN edges, it may take a while for all edges to sync against the origin.
You should now get:
kaltura-html5lib 2.64-1+b1
kaltura-kmc 5.43.9-1
If you do not yet see the new packages after running apt-get update && apt-get dist-upgrade
, please edit /etc/apt/sources.list.d/kaltura.list so that it reads:
deb [arch=amd64] http://installrepo.origin.kaltura.org/repo/apt/xenial mercury main
Then run the following commands again:
# apt-get update
# apt-get dist-upgrade
# dpkg-reconfigure kaltura-base
# dpkg-reconfigure kaltura-front
# dpkg-reconfigure kaltura-batch
Thanks again and please let me know if you see more issues,