How can I use my own CDN?
Hi @aoko, Something is off here... what does:`mysql> select * from delivery_profile where url like '%MY_KALTURA_URL:88%'\Greturn?
View ArticleAccess denied for user root in a docker fresh installation
All right.. did you re-run docker exec -i -t kaltura /opt/kaltura/bin/kaltura-configure-all.sh afterwards? are we OK now?
View ArticleError 404 on html5/html5lib/v2.46.rc6/mwEmbedLoader.php
Hi, What does /opt/kaltura/apps/studio/v*/studio.ini contain?It should have:component.version set to the studio version, i.e:rpm -q kaltura-html5-studioand html5_version set to the version returned...
View ArticleHow can I use my own CDN?
hi! hess 3records return. mysql> select * from delivery_profile where url like "%:88%"\G *************************** 1. row *************************** id: 1001 partner_id: 0 created_at: 2016-08-27...
View ArticleHow can I use my own CDN?
Hi @aoko, Now I do not understand the problem. Your manifest request returns...
View ArticleHow can I use my own CDN?
The problem is "ts file URL" is described in index.m3u8 file. Now I do not understand the problem. Your manifest request returns...
View ArticleHow can I use my own CDN?
Uh-oh. it is just transmitted a result,The following contents have been tested. aoko: *************************** 1. row *************************** id: 1001 partner_id: 0 created_at: 2016-08-27...
View ArticleHow can I use my own CDN?
Hi, Sorry but I still don't understand.. your delivery profile had:url: http://MY_KALTURA_URL:88/hlsso the manifest points there. If your CDN does not work over port 88, just update the record and...
View ArticleXSLT/Flexible Format feeds, how to convert dates from unix/epoch time?
Hi, Take a look at http://stackoverflow.com/a/5174870
View ArticleUpload csv files programmatic c#
Hi @dor_hivert, Service is called BulkuploadService, the action you'll want is Add().I don't code in C# too often but should be something along the lines of: using System;using...
View ArticleScript to purge deleted files
Hi Roger, There is this one: /opt/kaltura/app/alpha/scripts/batch/deleteOldContent.phpbut please be careful when using it. It's known to have some bugs. By default, it performs a dry run so the files...
View ArticleWhitelist Kaltura Domains
Is there a list of Kaltura URL's that should be whitelisted if a company blocks streaming for their employees? We are using Kaltura cloud hosted.
View ArticleDefine group relation to categories\channels
Hey Jess,I need to associate a certain group to a channel, is there any way to do it programmatic and not by the interface? Can I get list of users that related to a certain channel? thanks
View ArticleXSLT/Flexible Format feeds, how to convert dates from unix/epoch time?
Brilliant! Thanks. Did not expect to be able to use php functions with XSLT 1.0. I'm surprised I didn't find this solution sooner. I'm pretty sure I was on that thread, just didn't look that far down...
View ArticleHow can I use my own CDN?
The path to the TS files in any combination of delivery_profile, it will be set [MY_KALTURA_URL 88]. . .I want to know [index.m3u8 file] is generated by any program. And, I'll make sure the logic of...
View ArticleKaltura CE Serving from Cloudfront with S3 origin Not Found
I am working with an Existing Kaltura CE Developer Account and wanting to play video from Kaltura. Faced with space issues on our Amazon EC2 Kaltura instance was tasked with using S3 to store content...
View ArticleXSLT/Flexible Format feeds, how to convert dates from unix/epoch time?
Don't worry about it, we all miss from time to time:)
View ArticleWhitelist Kaltura Domains
Hello, Since Kaltura's SaaS makes use of CDN, there is no one single IP to whitelist but rather a few IP ranges.Please contact our support team and they'll provide you with a complete list. Thanks,
View ArticleKaltura CE Serving from Cloudfront with S3 origin Not Found
Hello, Your general description of the steps is correct.Do uploaded entries make it into the S3 bucket? if so, then step one is complete:) if not, obviously, we will need to debug that first.Assuming...
View ArticleDefine group relation to categories\channels
Hey Dor, See my answer here: forum.kaltura.org Adding a MediaSapce channel to a category via API I'm currently looking for a way to associate a MediaSpace channel with and existing MediaSpace...
View Article