After Kaltura 9.19.5 Install, HTTPS not working
@jess I submitted it via GitHub about two weeks ago just after xMas. It just mention that the port 2018 or something like that used by kaltura-monit is not on the list. That port needs to be open for...
View ArticleNo analytics play counts - dwh_plays_views_sync error - Couldn't find entry
Hello, That would usually indicate that the operational DB [MySQL] is not synced with the Sphinx instance, or instances.Start by checking the entry status in the DB with:mysql> select status from...
View ArticleJava Example Code doesn't match API Download
Hi, What server version are you working against? for a working example that should be fine at least with the latest and was also tested against Hercules [version 8],...
View ArticleEmbedding Kaltura videos in WordPress
Hi Emily, We use WP for our blog. You can see an embedded entry here for instance:https://blog.kaltura.org/automatic-scaling-with-chef-kaltura-api/If you look at the page source, you'll be able to see...
View ArticleReconfigure Kaltura VOD domain
This is taken from /opt/kaltura/app/configurations/admin.inithe settings.serviceUrl directive. I believe you did not rerun the config scripts as explained in the page I linked to, however, otherwise,...
View ArticleInstalling Kaltura CE on AWS: S3 & Cloudfront
Hi, This document describes the ports used by default: github.com kaltura/platform-install-packages/blob/Kajam-11.6.0/doc/kaltura-required-ports.md # Required Open Ports to run Kaltura IMPORTANT NOTE:...
View ArticleAfter Kaltura 9.19.5 Install, HTTPS not working
Hi, I am not seeing it. Please provide a direct link to the pull request.
View ArticleFILES NOT UPLOADING USING TEST CONSOLE APIs
Hi, When a video is stuck at converting, it usually means the batch daemon is down.You should check by:# /etc/init.d/kaltura-batch statusif down, try:# /etc/init.d/kaltura-batch start if still down,...
View ArticleReconfigure Kaltura VOD domain
When I running kaltura-front-config.sh I have only two questions: It is recommended that you do work using HTTPs. Would you like to continue anyway?[N/y] Which port will this Vhost listen on? [80]...
View ArticleKaltura api 301 status
Hello, I trying to use Kaltura Api Client for Java, but I have some problem with urls. I want to retrieve media info.Java Client generates "http://dev1/api_v3/service/media/action/get" url and fails...
View ArticleReconfigure Kaltura VOD domain
To change the hostname, running front-config is not enough.If you are using an all in 1 instance, run kaltura-config-all.sh and provide the new hostname and service URL whenever prompted. You don't...
View ArticleKaltura api 301 status
client.getMediaService().get("");Should accept an entry ID, you cannot pass an empty string.If you want to get a list of entries use list() instead. Also, NEVER share your partner secret. Please edit...
View ArticleReconfigure Kaltura VOD domain
Sorry but that does not help me help you.What do you mean by "it didn't help me"? what exactly happened, what is currently the problem?
View ArticleReconfigure Kaltura VOD domain
It didn`t help me with issue described in this post: https://forum.kaltura.org/t/reconfigure-kaltura-vod-domain/4261/4?u=j2147120
View ArticleReconfigure Kaltura VOD domain
Did you check the current value in /opt/kaltura/app/configurations/admin.ini like I indicated?
View ArticleReconfigure Kaltura VOD domain
[root@bb8bdc0a02fe bin]# cat /opt/kaltura/app/configurations/admin.ini | grep localhost settings.serviceUrl=http://localhost:80 [root@bb8bdc0a02fe bin]# Should I change this value manually?
View ArticleKaltura api 301 status
I edited my code and provided the ID of existing media entry, and it don`t help me. Have You any other idea about this ? EDIT:I use Kaltura 10.8.0
View Article