Converting process never ending & internal error on dashboard
Hello, What exactly do you see in the log? also, is the batch daemon running?# /etc/init.d/kaltura-batch status? if not, what's in /opt/kaltura/log/kaltura_batch.log?
View ArticleBulk Upload from local drive
Hi , I would like to upload a file with greater than 2 GB from local drive i.e from my Desktop. Please suggest detailed steps on how to complete this task.
View ArticleCss file of a player
is there any deafult css file for a standard kaltura player? instead of inspecting each element in google dev, I would like to modify a deafult css, icluding url for icons -> upload -> done
View ArticleKaltura CE 11.2.0 released
Hello all I'm unable to install kaltura after 11.2.0 released. yum is looking for a non-existing file...
View ArticleKaltura CE latest version 11.1.0 blank central screen (menus are shown) in...
Finally I have installed the new 11.2.0 version using the dame configuration and now all the interfaces are working fine. Many thank´s Jess for your help.
View ArticleBulk Upload from local drive
Hello, You can use the resume capabilities of the upload API, in which case, you will need to split your file into chunks and upload them one by one.See:https://forum.kaltura.org/t/upload-over-2gb-error
View ArticleKaltura CE 11.2.0 released
Hello, Please try:# yum clean alland retry. If it still does not work, it might be that the CDN edge you are hitting is not yet fully updated. In which case, try...
View ArticleCss file of a player
The player uses 2 major CSS files:1. For icons: https://github.com/kaltura/mwEmbed/blob/master/skins/kdark/css/icons.css2. For layout:...
View ArticleConverting process never ending & internal error on dashboard
Hi Jess, Here you can find my kaltura_batch.log: http://pastebin.com/sivzZs33 Status is "failed" just after I run it. Regards
View ArticleKaltura CE 11.2.0 released
Thank you very much. You are right about CDN not fully updated. I can install now without doing any change mentioned.
View ArticleTrouble setting up auto log rotation
Hello Jess, Please excuse me for last reply,I am not running it as kaltura user directly.I am running the scripts directly from the shell as root and its working fine. Yes,all the below directories...
View ArticleConverting process never ending & internal error on dashboard
Looks as though you did not run the config scripts.If this is deb:# dpkg-reconfigure kaltura-batchfor RPM:# /opt/kaltura/bin/kaltura-batch-config.sh
View ArticleKaltura CE 11.2.0 released
Great:)Would love for you to participate in our CE survey here:https://surveys.kaltura.org/index.php/877436/ Happy Kalturing,
View ArticleHow to list all categories that have some Privacy Context?
Hello, I'm trying to list all categories using test API console. But in the list's result I can't see categories with entitlements settings (it means that some Privacy Context is assigned to the...
View ArticleHow to list all categories that have some Privacy Context?
Hello, You can simple create a session passing along 'disableentitlement': String privileges = "disableentitlement"; Object result = client.getSessionService().start(secret, userId, type, partnerId,...
View ArticleHow to list all categories that have some Privacy Context?
Thank you!Where can I get a list with all possible privileges?
View ArticleHow to list all categories that have some Privacy Context?
Welcome:) and here you go: github.com kaltura/server/blob/Kajam-11.3.0/alpha/apps/kaltura/lib/request/kSessionBase.class.php#L29 const SESSION_TYPE_WIDGET = 1; const SESSION_TYPE_ADMIN = 2; // Common...
View ArticleVerify integrity of an upload
Hello, Is there any way to check if uploaded files aren't corrupted with the help of md5 or something? Thank you!
View Article