Docker Install with SSL
Hi @melaleuca5, As you can see here: github.com kaltura/platform-install-packages/blob/Naos-14.0.0/Dockerfile#L1 FROM centos:6 RUN echo "NETWORKING=yes" > /etc/sysconfig/network # mysql RUN yum...
View ArticleSending custom dimension metrics to GA
Hi! I’m setting up the player’s metric data collection to Google Analytics and I would like to get the video name as a custom dimension in GA: ¿is it possible to send custom dimension metrics from the...
View ArticleSending custom dimension metrics to GA
You can see an example here: https://github.com/kaltura/mwEmbed/blob/master/modules/GoogleAnalytics/tests/GoogleAnalytics.qunit.html
View ArticleSending custom dimension metrics to GA
Thank you for your answer Oren, but I can’t see any custom dimension (not event) from GA in this code. The issue is to track the video name as a custom dimension called ‘video’ inside GA.
View ArticleKaltura CE 14.1.0 released
Hello all, The latest version is now available. kaltura-kmcng (v4.8.1) This release includes a new HTML5 implementation of the Kaltura Management Console [KMC] - AKA KMCng. KMCng can be accessed from...
View ArticleTried to install Kaltura KMCng, but failed
Hi @daniel_mueller_1, The KMCng package [kaltura-kmcng] is available in the 14.1.0 repos. Please see the announcement here: Kaltura CE 14.1.0 released Hello all, The latest version is now available....
View ArticleKMCng instead of flash kmc
Hi @benny_1, The KMCng package [kaltura-kmcng] is available in the 14.1.0 repos. Please see the announcement here: Kaltura CE 14.1.0 released Hello all, The latest version is now available....
View ArticleTried to install Kaltura KMCng, but failed
This are great News, Thanks for letting me know Jess Soon I’ll try to upgrade und test it out!
View ArticleCustom metadata for a specific category of video?
@jess working with custom metadata of Entries is slightly different from that of Categories since the Metadata service requires a string type value for objectId parameter. Whereas the categoryId is of...
View ArticleCustom metadata for a specific category of video?
Hi @adeelmiraj, Below is a full example using the PHP client [can be obtained from https://github.com/kaltura/KalturaGeneratedAPIClientsPHP/archive/v13.20.0.tar.gz]. The objectId param should be the...
View ArticleDocker Install with SSL
@jess thanks for that. Not sure if you saw this https://github.com/kaltura/server-cluster-container-install is this something your team is working on .
View ArticleNeed to add an Administrator from mysql command line
Hello, We are running Kaltura CE 10.16.0 in production. The one and only administrator left his position, and I am now responsible for Kaltura. I need to log on to the admin console to install a...
View ArticleNeed to add an Administrator from mysql command line
Hello @mpowell Following article may help your issue: github.com kaltura/platform-install-packages/blob/Kajam-11.16.0/doc/kaltura-packages-faq.md#cannot-login-to-admin-console # Frequently Asked...
View ArticleKaltura CE 14.1.0 released
Hello, everyone. I seem that the code-name of latest version is wrong. In above links, “Mercury” is used for the code-name of version 14.x. But, the correct code-name of version 14.x is “Naos”. Regards
View ArticleDocker installation fail on other port
Hello there, i am using firewall and i have the ports open, the port 80 is busy with other application, so i install docker on custom ports “sudo docker run -d --name=kaltura -p 8080:80 -p 4443:443 -p...
View ArticleKaltura CE 14.1.0 released
Hi @t-saito, @norihisa_ando, You’re absolutely right:) Corrected && thanks.
View ArticleDocker Install with SSL
Hi @melaleuca5, Yes, I’m aware of it, thank you:) However, that repo still requires work and also, uses centos:6 as the base image. Like I said, it would be best to use centos:7 instead. Due to...
View ArticleNeed to add an Administrator from mysql command line
Hi @mpowell, Indeed, the link @t-saito shared will allow you to reset the Admin Console user’s passwd by making SQL update statements. If you’re interested in gaining a deeper understanding into the...
View ArticleDocker installation fail on other port
Hi @s.u, Please share the inputs you provided during the configuration phase [config.ans if you opted for an unattended installation]. Be sure to mask sensitive data, of course. Also, please check...
View Article