Installing Kaltura CE on AWS: S3 & Cloudfront
@jess Specifically, how do I check if the multiverse is enable and enable it if it is not enabled. Thanks
View ArticleInstalling Kaltura CE on AWS: S3 & Cloudfront
# grep "^deb .*multiverse$" /etc/apt/sources.list Should return something similar to: deb http://archive.ubuntu.com/ubuntu/ trusty multiversedeb http://archive.ubuntu.com/ubuntu/ trusty-backports main...
View ArticleAfter Kaltura 9.19.5 Install, HTTPS not working
@jess I do not see it now either. Hmm.. well I will resubmit it again over the weekend along with some of the other requests I previously mention.
View ArticleKaltura 11.5 - Problems user default TEMPLATE
Hi @angober, Thank you for your report. I am able to reproduce that and will look into it.Like you wrote, for now, reconverting the vidoes should be a valid workaround which I understand also works...
View ArticleKaltura 11.5 - Problems user default TEMPLATE
When I reconverted videos, it works correctly. but the video could not be played because the widget user 99 did not exist. I register a new publisher and this worked well . How only reconverted the...
View ArticleKaltura 11.5 - Problems user default TEMPLATE
HI @angober, Yes, now I understand, thank you:)It is intentional that partner 99 cannot actually play them so it is as designed.
View ArticleKaltura 11.5 - Problems user default TEMPLATE
jess: intentional that partner 99 cannot actually play them so it is as designed I see it as confusing because I see it as a mistake
View ArticleJava Example Code doesn't match API Download
I'm using SAAS version for backend (endpoint kaltura.com). I'm guessing you didn't read the post because I can't give you a stack trace the code doesn't compile. The generated code from...
View ArticleJava Example Code doesn't match API Download
I did read your post. I meant for you to try with the client libs from the link I attached or the precompiled libs from Maven.If you are trying to compile from the link I attached and it does not...
View ArticleJava Example Code doesn't match API Download
As far as generated code from testme goes, it is not meant to be pasted into your code as is. Use the sample code I referred you to, if it fails, provide full output so I can further help you.
View ArticleRestricting Google Analytics Events
We noticed that our bounce rate had plummited once we configured our Kaltura player to send events to Google Analytics because it was sending an event every time the player loaded. I'm trying to...
View ArticleJava Example Code doesn't match API Download
Ok, but isn't the point of the sample code to show you how to make the calls in the API? I am not expecting it to be exactly what I need without modification but it's using methods on classes that...
View ArticleJava Example Code doesn't match API Download
I got several errors as there was no list of dependencies, I divined what was needed I think from your other project and that json was needed and got it to run. It prints out a kaltura session...
View ArticleJava Example Code doesn't match API Download
I tried skipping the upload code and just executed this and got same stack trace. I tried with your api project instead of provided jar and got a stack trace that says unexpected return code 302 (but...
View ArticleCall to Action Plugin - Collect Form/Submit Form
The data handling is up to your decision. We do not provide documentation as this is out of the player's scope. You register to the event on your page, retrieve the data and can handle it as you wish:...
View ArticleJava Example Code doesn't match API Download
Hello, So, a few things: greatjava: Ok, but isn't the point of the sample code to show you how to make the calls in the API? Ideally, yes, but note that the generator relies on the clientlib version...
View ArticleJava Example Code doesn't match API Download
Basically, with the latest version in https://github.com/kaltura/kaltura-chunked-upload-test, you should be able to simply clone the repo and run:# ./run.sh <service URL> <partner ID>...
View ArticleRestricting Google Analytics Events
Hi,Seems that the default events that are reported cannot be overwritten: github.com kaltura/mwEmbed/blob/master/modules/GoogleAnalytics/resources/mw.GoogleAnalytics.js#L37 // Local variables:...
View ArticleNo analytics play counts - dwh_plays_views_sync error - Couldn't find entry
Hi Jess, Thanks for that. Status is '3'. I notice the script is specifically looking for entries with status <> 3 - I believe 3 == deleted? In which case there is certainly seems like some...
View ArticleEmbedding Kaltura videos in WordPress
Hi Jess, Thanks for the reply. I can see the embed code in the page source. This is an iFrame, was it populated by oembed or just by using the standard embed code? If you use the standard embed code...
View Article