Error when trying to access account usage data
is the secret in /opt/kaltura/app/configurations/batch/batch.ini correct?Should be the same as returned from:mysql>select admin_secret from partner where id=-1; if it is not, then that is the...
View ArticleHow to configure Kaltura 11.7.0 for HLS/m3u8?
Hello @amletoguerra, do you still having problems playing the HLS?I can help you I know how. if you still have the problem let me knowI will be glad to help Bryan
View ArticleAdding New Flavors
How can new flavors be created? For example, if I wanted to create a flavor for audio? Please advise. Thank you.
View ArticleProblem with responsive playlist player on iOS
I have an horizontal responsive playlist player.It seems to be working fine on most platforms, only iOS push the thumb image down.It has to do (probably) with the fixed size of the header & item...
View ArticleError when trying to access account usage data
Jess, Encountered another problem. No directory named batch is available in the /opt/kaltura/app/configurations directory. Something is different in my version. Please provide path for all the...
View ArticleIOS-Does kaltura Native Player supports offline videos
Hi, The SDK saves the cached pages by the url, so when you see the call it because the web view will go to the cache and will look for it.I see that you didn't supply localContentId and because of...
View ArticleError when trying to access account usage data
If there is no batch directory then the install is completely corrupted. You did not mention which Linux distro you're working on but for both, /opt/kaltura/app/configurations/batch is part of the...
View ArticleAdding New Flavors
Hi @mark, If you upload an audio only file, the default flavour set should be able to correctly transcode it. Naturally, if it is audio only, no video will be displayed. Regardless, if you do want to...
View ArticleAllow end user to login using API
Hi Jess and sorry for late reply. I tried a lot but still nothing works for me. Here is the code ` public void loginByloginId(final String email, final String password, final int partnerId, final...
View ArticleYum update & dependency resolution problem
Centos 7.2.1511 x64Kaltura CE 11.11rpm install i try to update server thru yum clean all && yum update command, but got strange: ... Loaded plugins: fastestmirror ... --> Processing...
View ArticleNot able to set password for end user
Hi, I have followed the solution provided in a previous post and I can confirm that after you add metadata to the user, the user appears in the /admin/user-list . But there is one problem. The...
View ArticleHow to configure Kaltura 11.7.0 for HLS/m3u8?
"mee too".i have kaltura 11.11 and ios issue. kaltura configured as ssl, and manually added http config to apachetest video - http://78.46.18.135/e2.htmlworks under win and androidon apple - not(
View ArticleAdding New Flavors
Hello @jess, I was able to add a new flavor for audio via Admin console->Developer->Flavor Params but getting an error when the new file is uploaded and transcoded. How can I access the newly...
View ArticleAdding New Flavors
Hello @mark, I'm afraid you cannot. For that, you will need to use $client->flavorParams->update() or else, $client->flavorParams->delete() and recreate using the form, whichever is best...
View ArticleNot able to set password for end user
Hello, For setting the passwd $client->user->setinitialpassword($hashKey, $newPassword); should work.Please try.
View ArticleYum update & dependency resolution problem
Hi, This is a known issue that does not relate to Kaltura, see:https://bugzilla.redhat.com/show_bug.cgi?id=984146 Start by removing all Kaltura packages with:# yum remove "kaltura" -ythe try:# yum...
View ArticleNot able to set password for end user
Thank you very much Jess for the answer. By $hashKey you mean the md5 hash of the email ? I'm running the following code : userService.add(createUSer); userService.setInitialPassword(md5_email_hash,...
View ArticleThumbnail for audio file (using video player)
We are using a video player to steam audio files, and we would like to have a thumbnail that persists through the playing of the video. We currently can set a thumbnail, and the thumbnail will persist...
View ArticleYum update & dependency resolution problem
Hello jess!i think this is Kaltura rpmbuild problemi found another bug thread https://bugzilla.redhat.com/show_bug.cgi?id=1063607see comments #12 and #13i think libxvidcore4 (provided by Kaltura)...
View ArticleThumbnail for audio file (using video player)
Hi,There was a bug in the player that caused the thumbnail to disappear when seeking an audio track. This bug was fixed in the latest release: 2.42. Please use that version.Also, please make sure you...
View Article