Tags for profiles visibility?
Hi @cristianorsini, You should use the category mechanism for that, not tags.Simply place entries for each user under a specific category. If you require a login for your site, you can use the...
View ArticleAdd Proxy for Bulk Upload
Let's start by running this simple PHP snippet from the batch server: <?php $ch = curl_init(); // Initialise a cURL handle $proxy='http://proxy.proxy.zsa.com:8080' ; $url='media.cdn.edge-cnd.net';...
View ArticleDWH Exception in Daily log
Hi,I noticed to day, that I get (once in a few days) the following exception: Exception in thread "Timer-1" INFO 15-10 00:59:17,276 - Write to log - before calc -------------> Linenr...
View ArticleAdd Proxy for Bulk Upload
Hey, I tried this script and with a success ! [custadm@cluster_trans_01 ~]$ php test.php > video.mp4 * About to connect() to proxy proxy.proxy.zsa.com port 8080 (#0) * Trying 10.160.4.90... *...
View ArticleAdd Proxy for Bulk Upload
Hm.. Can you try commenting out the below block in /opt/kaltura/web/content/clientlibs/php5/KalturaClientBase.php: if (isset($this->config->proxyHost)) { curl_setopt($ch,...
View ArticleiOS chrome cast castProvider shared instance
Hey @michalmichal, Can you attach more details, about Kaltura SDK version and Google cast version number? Thanks, Eliza cc @oren_melamed
View ArticleNot able to find Live Stream entry in Kaltura free trial
I am not able to find the Live stream entry in Kaltura free trial account. I see that free trial give streaming option till 10GB. Can anyone help why i am not able to see that option in the free trial...
View ArticleNot able to find Live Stream entry in Kaltura free trial
Hello, Trial accounts do not include the Live streaming feature. If you'd like to check out our Pay As You Go plan in VPaaS, please register at https://vpaas.kaltura.com/register.php. VPaaS provides...
View ArticleIs a video is viewed completely than replay does not work ios
I am facing same problem. Any solutions? I am using Xcode 8 and swift 3. Following is the code:- if (player == nil) { // Account Params let config = KPPlayerConfig(server: "http://cdnapi.kaltura.com",...
View ArticleReply button not working
I am using Xcode 8 and Swift 3 and integrated Kaltura player. Following is the code:- if (player == nil) { // Account Params - 24096301 let config = KPPlayerConfig(server: "http://cdnapi.kaltura.com",...
View ArticlePlayer disappears when I click on maximise button
Hello, I am using Xcode 8 and Swift 3. I have integrated Kaltura Player and using following code:- if (player == nil) { // Account Params - 24096301 let config = KPPlayerConfig(server:...
View ArticleKaltura Cluster, both Sphinx Servers are showing wrong and different amounts...
Hey, I am currently working on a clustered Kaltura 12.2.0 Community Edition. The issue I am having right now is that both Spinx Servers are showing different amounts of Users compared to the amount of...
View ArticleAdd Proxy for Bulk Upload
Due to issues with our Deadline we were able to pressure our client enough to give us a firewall exception. Thank you very much for helping me with this issue @jess!
View ArticleCompiling the kaltura nginx with live rtmp
Hello,I'm trying to add https://libraries.io/github/kaltura/nginx-rtmp-module to the exisisting kaltura-nginx vod module, is this possible ? as i've been trying and i keep getting an error when I do...
View ArticleCompiling the kaltura nginx with live rtmp
Hi, I am little confused by "I'm trying to add https://libraries.io/github/kaltura/nginx-rtmp-module to the exisisting kaltura-nginx vod module".. I think what you meant is you want to compile both...
View ArticleKaltura Cluster, both Sphinx Servers are showing wrong and different amounts...
Hi @Raumen837, To correct the current issue, you can run:/opt/kaltura/bin/kaltura-sphinx-reindex.sh To make sure it does not happen again, ensure /etc/init.d/kaltura-populate is running on both Sphinx...
View ArticleiOS SDK initWithURL doesn't work
I'm trying to create an iOS app using Kaltura sdk and ran across a strange behavior: player created using initWithURL redirects to safari instead of playing the stream in the app. Here is a code...
View ArticleReply button not working
Hey @mauligulati, Make sure you replace cacheSize from 0.8 to 100 as written...
View Article