Kaltura SSL deployment issues
Hi, You don't need to add a virtual host to /etc/httpd/conf/httpd.confonly: RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} The rest should remain exactly...
View ArticleKaltura SSL deployment issues
jess: RewriteEngine OnRewriteCond %{HTTPS} offRewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} At the end of the httpd.conf i have the rewrite instructions, and the output from curl is as follows :...
View ArticleKaltura SSL deployment issues
It needs to be the first thing that really happens. If your main httpd.conf contains a VirtualHost declaration for example, it should happen BEFORE that.
View ArticleKaltura SSL deployment issues
Thanks Mihail,I do not have the second symlink, i only have zzzkaltura.ssl.conf -> /opt/kaltura/app/configurations/apache/kaltura.ssl.conf Will apply your suggestion and post the results.Thank you....
View ArticleKaltura SSL deployment issues
Will take another look, but at first glance doesn't have any virtual vhost defined in httpd.conf. Thank you Jess, will post my results.
View ArticleHow do I set up a delivery profile and or CDN/Cloudfront?
jess: select * from delivery_profile\G mysql> select * from delivery_profile\G*************************** 1. row *************************** id: 1 partner_id: 0 created_at: 2016-06-03 17:44:38...
View ArticleStandalone Player Page
I think I may have been unclear in what is was asking. I saw the information for the shortlink plugin included in kmc5.js, but not the actual divs to the preview/standalone player page. These I...
View ArticleKaltura11.14 - RemoteStorage - Problems with Thumbnails
Hello, it is possible to server thumbnails from local storage?if yes, then you can go to the KMC configurationand set the Delivery plicy to "Remote storage first"instead of "Remote storage only" that...
View ArticleKaltura11.14 - RemoteStorage - Problems with Thumbnails
I have set "Remote Storage First" and options "Delete exported storage from Kaltura" and "Remote Storage Delivery Priority"
View ArticleKaltura11.14 - RemoteStorage - Problems with Thumbnails
I have the sane configuration and the same errore #2 when I try to create a new thumbnail grabbing from video.I guess it happens because the video is stored in remote storage and the grabbing...
View ArticleKaltura11.14 - RemoteStorage - Problems with Thumbnails
Hello both, in this case, you have to configure your remote storage policiesto not export the source, the source will be in local but all flavors will be exportedthen you will be able to to create the...
View ArticleHow do I set up a delivery profile and or CDN/Cloudfront?
So I see a few profiles at the end that are from my cloudfront, but I don't see a way to use those profiles based on the remote storage page? How can I use them? Can I force it through an API request...
View ArticleKaltura video player for mobile
Hi,I have recently deployed a test iOS & Android app with a video player. I've had several minor issues width iOS : - I cannot choose to play the video full screen. - player look&feel...
View ArticleWhite screen on KMC?
I've been messing with my config today and now everything is failing to load on the KMC site. I've seen this before when tweaking settings on publisher accounts...but I've never seen it affect EVERY...
View ArticleKaltura SSL deployment issues
Much appreciated Mihail, your solution worked for me, I'm in your debt. Best regards,Jacob R.
View ArticleKaltura SSL deployment issues
Thank you very much for your support Jess, you're a true fountain of knowledge I wish you the bestRegards,Jacob R.
View ArticleKaltura11.14 - RemoteStorage - Problems with Thumbnails
Hi @aquileasfx1, thanks for your reply. Just an information, is it possible con figure the ploicy as you wrote from kaltura admin or we need to develop from our side? Thanks!
View Article