Install kaltura without nginx
Hi @jess Thanks for your quick reply.I installed kaltura with SSL. Is that a problem?
View ArticleInstall kaltura without nginx
Hi @eemirtekinn, No. Kaltura can and should work just fine over SSL. Ideally, you'll want a cluster with an LB doing SSL offloading to two or more front nodes for redundancy purposes. Nginx does not...
View ArticleHow can I use my own CDN?
Hello, For streamer_type, use applehttp and also set is_default to 1.Then it should use your profile over the default HLS profile, which is profile ID 1001.Run this query to see the default active...
View ArticleKaltura on SSL after Non-SSL Installation complete
Hi, Jess ! Thank you for your update.I decided to run /opt/kaltura/bin/kaltura-config-all.sh again and show all my inputs when prompted here.May it helps you if I input something wrong. In addition :...
View ArticleHow can I use my own CDN?
hello, jess. For streamer_type, use applehttp and also set is_default to 1.Then it should use your profile over the default HLS profile, which is profile ID 1001.Run this query to see the default...
View ArticleInstall kaltura without nginx
When I click play video, I get ssl error.it did work before.
View ArticleSetting related data content
Hi @oren_melamed, thank you for your reply.I can confirm that what you mentioned is totally correct. When "changeMedia" notification is sent, the "relatedData" callback gets hit. However, we're unable...
View ArticleKaltura on SSL after Non-SSL Installation complete
Hello, At this point, no need for external internet access from the machine, although you will need it for fetching updates.As for your issue, for some reason, the tokens are not replaced.Can you...
View ArticleHow can I use my own CDN?
Hi @aoko, Not sure I understand.. I assume we want to use profile ID 1004? if so, you need to set is_default to 1. Right now, I see it is set to 0.Also, you shouldn't touch the profile type manually....
View ArticleInstall kaltura without nginx
Did you configure Nginx with SSL? Seems from the console errors that you did not.You can re-run kaltura-nginx-config.sh and when prompted with:"Would you like to configure Nginx with SSL?"Select 'Y'...
View ArticleInstall kaltura without nginx
Yes I configured nginx with ssl and I have tried aganin now.The problem still continue...
View ArticleInstall kaltura without nginx
First of all, does this work for you?# curl -I -v https://cdn.yasar.edu.tr:8443it does not work for me but that may be because cdn.yasar.edu.tr on port 8443 [Nginx SSL] is only available from your...
View ArticleInstall kaltura without nginx
Hi @jess it dosen't work in internal network.how can I edit "kaltura.delivery_profile accordingly"is it on mysql? Thanks in advance [root@cdn ~]# curl -I -v https://cdn.yasar.edu.tr:8443 * About to...
View ArticleInstall kaltura without nginx
my delivery_profiles profile are below [root@cdn ~]# mysql -h$DB1_HOST -u$DB1_USER -p$DB1_PASS $DB1_NAME Reading table information for completion of table and column names You can turn off this...
View ArticleHow can I use my own CDN?
hi jess. Thank you very much for you help. I tried the following:mysql> update delivery_profile set is_default=false;mysql> update delivery_profile set is_default=true where id IN(1004); But all...
View ArticleInstall kaltura without nginx
Before you update any DB records, this needs to work correctly.Make sure you have /etc/nginx/conf.d/ssl.conf and that it looks correct and try commenting: server { listen 88; server_name...
View ArticleInstall kaltura without nginx
Jess, is it corret below, nginx.conf user kaltura; worker_processes auto; error_log /opt/kaltura/log/kaltura_nginx_errors.log; pid /var/run/nginx.pid; events { worker_connections 1024; multi_accept...
View ArticleHow can I use my own CDN?
For profile ID 1004, is_default should be set to 1, not true. For the rest, set it to 0.If it still does not work, please post all profiles again so I can see what the records look like post all your...
View ArticleInstall kaltura without nginx
Right. So try commenting out: server { listen 88; server_name cdn.yasar.edu.tr; include /etc/nginx/conf.d/kaltura.conf; } reload the server and see if a request to https://cdn.yasar.edu.tr:8443...
View ArticleHow can I use my own CDN?
jess thanks. Please confirm the following information. ysql> select * from delivery_profile\G*************************** 1. row *************************** id: 1 partner_id: 0 created_at:...
View Article