Bulk Upload Results Documentation
Metadata.invalidate Documentation
Annotation.get Documentation
Drop folder api permissions
@david.eusse wrote:
Hello,
We have been trying to add some custom metadata to our drop folder items and are getting this error:
customDataItems failed: The access to service [metadata_metadata->list] is forbidden
After checking checking the following tables: permission, permission_item and permission_to_permission_item, I noticed that some rows are missing compared to our dev server where everything works OK.
Which permissions should I add or are needed to the drop folder processes in order to work properly ?
Thank you in advance for any help,
David
Posts: 1
Participants: 1
flavorAsset.deleteLocalContent Documentation
attachmentAsset Documentation
Category.move Documentation
groupUser.add Documentation
Nginx ngx_http_vod_module Kaltura module remote config
@Stiff91x wrote:
Hi guys,
i’m n00b in nginx.conf and i must config my nginx server to serve playlist.m3u8 file from an external .mp4 file.My server is configured with nginx 1.14.0 (Ubuntu based) and ngx_http_vod_module.so module (only this, no full Kaltura installed, i must use only this module, loaded in nginx.conf file)
The .mp4 file is placed in a reachable server (hostname/mp4folder/mp4file.mp4, i can download this file without any problem but i must take the playlist.m3u8 “on fly” by “hostname/mp4folder/mp4file.mp4/playlist.m3u8” link)
So… how can i config my nginx.conf or my nginx site conf to convert and serve in HLS flavour my mp4file.mp4? I know that i must call it in this way (by browser or Fiddler): hostname/mp4folder/mp4file.mp4/playlist.m3u8
I read https://github.com/kaltura/nginx-vod-module very well but all my tries were fail.
NB: my mp4 uri (hostname/mp4folder/mp4file.mp4) is stored in a var called ngx.var.mediauri, computated by LUA. At the end LUA call ngx.exec("@remoteHls") location, put in my custom site file. It reaches this location with ngx.var.mediauri correctly set but i don’t know how to do ahah every try gives me 404!!!
Thanks
Posts: 7
Participants: 2
360 live stream
@david.eusse wrote:
Hello,
I’ve playing with the 360 option and 360 videos work well. Does it work for a 360 live stream ? In theory, it should work or am I wrong.
Thank you for any help,
David
Posts: 3
Participants: 2
KMCng - "Iframe Embed" and "Support for HTTPS Embed Code"
@angober wrote:
I configured in the publisher:
Default Embed Code Type: Iframe EmbedWhen I went to “Share & Embed” I saw in Advanced Settings by default:
Embed Type: Dynamic Embed
Why isn´t Iframe Embed?And “Support for HTTPS Embed Code” was activated and “Standalone Preview” the URL is not https://
Posts: 8
Participants: 3
Files fail to ingest Trapped in convert step
@sales_3 wrote:
I have ver 14.4 running successfully until recently. I just uploaded some very short videos. maybe 2-3 min each. They upload fine but never get past the encoding step. It just sits there for hours. any suggestions that might be the issue?
Posts: 7
Participants: 2
Kaltura and SSL Offloading
@david.hahn1 wrote:
Hey all. Long time, no talk. I hope you’re doing well.
I have a Kaltura 13-ish cluster that was set up with no SSL. I am now going to SSL enable it. The strategy I’m using is to use SSL offloading at the bigip load balancers we have instead of configuring SSL on every front end node. This seems to be set up correctly and now I need to reconfigure the front ends to refer to themselves as being behind the SSL offloading LB.
I know I need to change the delivery profiles in the database. However, as far as front end config I have an ans file, but am unsure what I should change in this scenario. I believe i do need to change SERVICE_URL to https, but what about PROTOCOL? I don’t think the IS_NGINX_SSL or IS_SSL should be Y because the kaltura install itself isn’t SSL enabled.
I think I should just have to re-run kaltura-front-config again after modifying the ans, but do I need to run kaltura-base-config as well? I can’t recall.
I am going to just try it and see if it works, but I thought I’d ask the pro’s as well
Thanks all --dave
Posts: 9
Participants: 3
media.anonymousRank Documentation
About "druid url" error
@yu1 wrote:
Hi every one,
When I finished “/opt/kaltura/bin/kaltura-config-all.sh”, I can access and use KMC, except “Analytics”.
kaltlog give me follow error, please note that, this is only apearing in kaltura CE 15.7.0.–
2019-10-09 17:01:47 [0.004689] [211.5.123.240] [2024990795] [25] [API] [kDruidBase::runQuery] DEBUG: Druid query took - 0.0044400691986084 seconds
2019-10-09 17:01:47 [0.000670] [211.5.123.240] [2024990795] [26] [API] [KalturaFrontController->getExceptionObject] CRIT: exception ‘Exception’ with message ‘Error while trying to connect to:@DRUID_BROKER_URL@/druid/v2/ error=Could not resolve host: DRUID_BROKER_URL@; Unknown error’ in /opt/kaltura/app/alpha/apps/kaltura/lib/reports/kDruidBase.php:383
Stack trace:
#0 /opt/kaltura/app/alpha/apps/kaltura/lib/reports/kKavaReportsMgr.class.php(4093): kDruidBase::runQuery(Array)2019-10-09 17:01:47 [0.004558] [211.5.123.240] [1391873775] [25] [API] [kDruidBase::runQuery] DEBUG: Druid query took - 0.0043179988861084 seconds
2019-10-09 17:01:47 [0.000562] [211.5.123.240] [1391873775] [26] [API] [KalturaFrontController->getExceptionObject] CRIT: exception ‘Exception’ with message ‘Error while trying to connect to:@DRUID_BROKER_URL@/druid/v2/ error=Could not resolve host: DRUID_BROKER_URL@; Unknown error’ in /opt/kaltura/app/alpha/apps/kaltura/lib/reports/kDruidBase.php:383I tried to find where this error message from, and found this is configured in follow file.
vi /opt/kaltura/app/configurations/local.ini
druid_url = @DRUID_BROKER_URL@/druid/v2/I have no idea if this is a simple setting on KMC or other reason, please help me with this.
Regards,
Yuri
Posts: 1
Participants: 1
cuePoint.addFromBulk Documentation
user.notifyBan Documentation
categoryEntry.addFromBulkUpload Documentation
@system wrote:
Discussion for categoryEntry.addFromBulkUpload documentation
Posts: 1
Participants: 1
Files fail to ingest Trapped in convert step
@sales_3 wrote:
I have ver 14.4 running successfully until recently. I just uploaded some very short videos. maybe 2-3 min each. They upload fine but never get past the encoding step. It just sits there for hours. any suggestions that might be the issue?
Posts: 7
Participants: 2
Kaltura and SSL Offloading
@david.hahn1 wrote:
Hey all. Long time, no talk. I hope you’re doing well.
I have a Kaltura 13-ish cluster that was set up with no SSL. I am now going to SSL enable it. The strategy I’m using is to use SSL offloading at the bigip load balancers we have instead of configuring SSL on every front end node. This seems to be set up correctly and now I need to reconfigure the front ends to refer to themselves as being behind the SSL offloading LB.
I know I need to change the delivery profiles in the database. However, as far as front end config I have an ans file, but am unsure what I should change in this scenario. I believe i do need to change SERVICE_URL to https, but what about PROTOCOL? I don’t think the IS_NGINX_SSL or IS_SSL should be Y because the kaltura install itself isn’t SSL enabled.
I think I should just have to re-run kaltura-front-config again after modifying the ans, but do I need to run kaltura-base-config as well? I can’t recall.
I am going to just try it and see if it works, but I thought I’d ask the pro’s as well
Thanks all --dave
Posts: 9
Participants: 3