Stuck in "In Queue" status for media
Hello, I just uploaded new media to Kaltura KMC, and I stuck in "In queue" status. This media is only media in database. What can be the cause of this problem? Capture.PNG1140x738 84.1 KB
View ArticleStarting Kaltura services
Hello, I have a problem with running kaltura services. Currently I run Kaltura via docker image and I need to start Kaltura services manually. I developed small script to run all necessary daemons:...
View ArticleGet or reset Kaltura admin password
Hi, If you would have run:# kaltlogfrom the shell, you would have seen it.It is not good practice for the UI to indicate that since that can be used by an attacker to exploit the system.
View ArticleUnable to retrieve Catagories via the API
Hello, Not quite sure I understand what you mean by "Categorization is missing"?Basically, an entry object would have: categories fish categoriesIds 12 i.e, a class member called 'categories' with a...
View ArticleStuck in "In Queue" status for media
Hi, Your batch daemon is probably not running, to check:# /etc/init.d/kaltura-batch statusto try and start it:# /etc/init.d/kaltura-batch start if it does not start, look at...
View ArticleStarting Kaltura services
Hi, All Kaltura daemons are configured to run at init by calling the chkconfig command.You can see it with:[root@ce-csi ~]# chkconfig --list |grep kalturakaltura-batch 0:off 1:off 2:on 3:on 4:on 5:on...
View ArticleStuck in "In Queue" status for media
Ok, now it`s better situation.I have run '/opt/kaltura/bin/kaltura-batch-config.sh' after my services init because I had error of kaltura-batch. Now media is converted and has 'Ready' status. But I...
View ArticleIssue with Facebook social network sharing on Video Player
Hello @jess, there is a problem with the facebook sharing. There is no video playback in the facebook post once the video has been shared. Twitter sharing is working and video playback is working in...
View ArticleCompare local file with uploaded file
I'm currently working on putting in a check to make sure the uploaded video has the same file size as the source video. I've been looking in the API documentation and can't seem to find a "filesize"...
View ArticleUnable to retrieve Catagories via the API
Yes the Category and CatagoryIDs fields are blank,but can see them in the KMC
View ArticleUnable to retrieve Catagories via the API
Also my API starts a session as ADMIN, so I image entitlements should not come into it ??
View ArticleUnable to retrieve Catagories via the API
I ran with "disableentitlement" client.session.start(function (ks) { if (ks.code && ks.message) { //console.log('Error starting session', success, ks); } else { client.setKs(ks); var type =...
View ArticleCompare local file with uploaded file
http://www.kaltura.com/api_v3/testmeDoc/index.php?service=flavorAsset&action=getbyentryidand then http://www.kaltura.com/api_v3/testmeDoc/index.php?object=KalturaFlavorAsset
View ArticleCompare local file with uploaded file
Thanks ofec1. Are you suggesting I do a boolean check if (isOriginal)?
View ArticleCompare local file with uploaded file
Hi Josh, The KalturaFlavorAsset has a member called size, you can check the $flavor_asset->size for the flavour asset that has the isOrginal set to 1. However, I wouldn't recommend that. Checking...
View ArticleCompare local file with uploaded file
Once again thanks for the advice Jess. I'll go that route and see what my supervisors think.
View ArticleStuck in "In Queue" status for media
Hi, Start by opening your browser's dev tools and looking for bad requests [i.e ones that did not end with HTTP 200 or 30N, usually it would be either 404 (not found) or 500 (internal server error) in...
View ArticleCall to Action Plugin - Collect Form/Submit Form
I have installed CE 11.5 and enabled the Submit Form in the Universal Studio based on http://player.kaltura.com/docs/index.php?path=ActionForm When a user completes and submits the form, where does...
View ArticleCompare local file with uploaded file
Surething.When dealing with very small files, you can download the file of the original flavour from the Kaltura server and compare its checksum with the original but for big files, that strategy...
View ArticleCall to Action - Collect Form
Greetings, I have Collect Form plugin installed on CE version 11.4 When a user submits the form, I do not receive any notification. What is the location of the configuration for the Collect Form?
View Article