Kaltura SSL deployment issues
zzzkaltura.ssl.conf which is symlinked to /opt/kaltura/app/configurations/apache/kaltura.ssl.conf
View ArticleKaltura SSL deployment issues
Right, but that's too late:) needs to go to the main Apache conf file.
View ArticleHow do I set up a delivery profile and or CDN/Cloudfront?
Ugh, having issues with my pass. Should it be the same pass as I set when I ran /opt/kaltura/bin/kaltura-config-all.sh ?
View ArticleHow do I set up a delivery profile and or CDN/Cloudfront?
You can use:# mysql -u$DB1_USER -p$DB1_PASS -h$DB1_HOST kaltura all these are ENV vars that should be preset for you after a successful install.
View ArticleHow do I set up a delivery profile and or CDN/Cloudfront?
mysql> select * from delivery_profiles\GERROR 1146 (42S02): Table 'kaltura.delivery_profiles' doesn't existmysql>
View ArticleKaltura SSL deployment issues
Ok. I understand, will try that, sorry for the late response, i was on my way home from the office. Regards,Jacob R.
View ArticleHow do I set up a delivery profile and or CDN/Cloudfront?
Seems strange though, considering this: deliveryprofs.png1096x475 18.5 KB
View ArticleUse the PHP API to get a list of uncaptioned videos
I am trying to get a report that lists all of our videos along with whether or not the video has a caption or not. As far as I can tell there is no way to do this through the interface, so I am trying...
View ArticleHow do I set up a delivery profile and or CDN/Cloudfront?
JasonC: select * from delivery_profiles\G It was a typo on my end, it is delivery_profile, not delivery_profileS. mysql> select * from delivery_profile\G And please remember to mask passwds/tokens.
View ArticleUse the PHP API to get a list of uncaptioned videos
Hi, Here it is: <?php if ($argc < 3){ echo "\nUsage: ".$argv[0] . ' <partner id> <admin secret> <service url>'."\n\n"; exit (1); }...
View ArticleUse the PHP API to get a list of uncaptioned videos
And if what you want is just an indication of whether or not there are captions attached, just change: if ($cap_result->totalCount){ to: if (!$cap_result->totalCount){ echo "No caption...
View ArticleKaltura11.14 - RemoteStorage - Problems with Thumbnails
I have installed a Kaltura 11.14. I use Remote Storage for publishers because it is the only way to operate the delivery profiles with Wowza server. Video encodings are removed from local storage and...
View ArticleKaltura SSL deployment issues
Hi Jess,I've messing with the httpd.conf, adding virtual host there and the redirect conditions and if i do VirtualHost kalturassl.servcast.net SSLEngine on SSLProtocol all -SSLv2 SSLCipherSuite...
View ArticleKaltura SSL deployment issues
I also tryed commenting out the whole zzzkaltura.ssl.conf and moving all the rules including the redirect to the httpd.conf from apache but i get the same results the 400 bad request. As an extra...
View ArticleUse the PHP API to get a list of uncaptioned videos
Thank you so much @jess, I really appreciate your help!
View ArticleStandalone Player Page
Hello, I'm trying to edit the standalone player page that Kaltura generates with the tiny URL from the KMC. I was able to find the CSS file that is associated, but I was hoping to add some divs and...
View ArticleKaltura SSL deployment issues
Also i tried adding a .htaccess file in the /opt/kaltura/app/start with a redirect and I still got the 400 bad request.
View ArticleKaltura SSL deployment issues
@razvan_iacob1st - two symlinks in /etc/httpd/conf.d (you can merge this two files into one):zzzkaltura_redirects.conf ->...
View Article