Install kaltura without nginx
I have a new error GET https://cdn.yasar.edu.tr:8443/hls/p/101/sp/10100/serveFlavor/entryId/0_uz2n53en/v/22/flavorId/0_0i126w5y/name/a.mp4/index.m3u8 value @...
View ArticleInstall kaltura without nginx
Good, that's progress.Edit /etc/nginx/conf.d/ssl.conf and add:add_header Access-Control-Allow-Origin cdn.yasar.edu.tr;inside the 'server' block, then reload kaltura-nginx and try again.
View ArticleInstall kaltura without nginx
I added, but it doesn't work [root@cdn ~]# cat /etc/nginx/conf.d/ssl.conf # HTTPS server # server { listen 8443 ssl; server_name cdn.yasar.edu.tr; add_header Access-Control-Allow-Origin...
View ArticleInstall kaltura without nginx
Make sure your restarted Nginx and also, in add /opt/kaltura/app/configurations/apache/kaltura.conf: Header set Access-Control-Allow-Origin "*" Right after SetEnvIf X-Forwarded-Proto https HTTPS=on...
View ArticleInstall kaltura without nginx
still it dosen't work https://cdn.yasar.edu.tr/index.php/extwidget/preview/partner_id/101/uiconf_id/23448423/entry_id/0_uz2n53en/embed/auto?&flashvars%5BstreamerType%5D=auto [root@cdn conf.d]# cat...
View ArticleHow can I use my own CDN?
Please try editing profile 1001, setting the url to the CDN you want to use and is_default to 1.
View ArticleInstall kaltura without nginx
What's the error you're currently seeing in the console tab?
View ArticleInstall kaltura without nginx
And also, again, does:https://cdn.yasar.edu.tr:8443/return correctly?
View ArticleInstall kaltura without nginx
Jess Our IT departman opened port 8443 internal and external, you can see console....
View ArticleScript to purge deleted files
Anyone knows if there is in kaltura a script to execute manually which physically delete files that have been marked as deleted in DB? Or do I have to write my own one?` Cheers Roger
View ArticleUpload csv files programmatic c#
hey guys, I am interested in uploading csv files programmatically using the Kaltura API (not the KMC interface). However I was not able to find any code samples for it (I use c#)I could not find out...
View ArticleInstall kaltura without nginx
Jess /etc/nginx/static this directory doesn't exist in my server, must I create it ? [root@cdn nginx]# pwd /etc/nginx [root@cdn nginx]# ll total 36 drwxr-xr-x 2 root root 128 Oct 19 20:09 conf.d...
View ArticleKaltura CE 12.3.0 released
This topic was automatically closed after 8 days. New replies are no longer allowed.
View ArticleHow can I use my own CDN?
hi jess. As a result of editing profile 1001, did not improve.. Profile 1001 has been set as follows. id: 1001 partner_id: 0 created_at: 2016-08-27 00:23:07 updated_at: 2016-08-27 00:23:07 name:...
View ArticleXSLT/Flexible Format feeds, how to convert dates from unix/epoch time?
I love the Flexible Format feeds for syndication (https://knowledge.kaltura.com/how-create-custom-mrss-using-flexible-feed-xslt), but one issue I've had is that the Kaltura base feeds provide the...
View ArticleInstall kaltura without nginx
Hi @jess This is not work with 8443https://cdn.yasar.edu.tr:8443/hls/p/101/sp/10100/serveFlavor/entryId/0_5u72aefd/v/2/flavorId/0_paronbmo/name/a.mp4/index.m3u8 This is work on chrome,...
View ArticleError 404 on html5/html5lib/v2.46.rc6/mwEmbedLoader.php
HiIn the kmc, when I try to access to Studio I get a 404 error on http://.../html5/html5lib/v2.46.rc6/mwEmbedLoader.php and also on...
View ArticleAccess denied for user root in a docker fresh installation
Thanks so this is what I've done : docker exec -i -t kaltura /opt/kaltura/bin/kaltura-drop-db.sh
View Article