Deletelocalcontent does nothing
Hello, All delete operations in Kaltura are soft deletes, i.e, the status is changed in the DB and accordingly in Sphinx but nothing gets physically deleted.If you wish to clear space, you can...
View ArticleDeletelocalcontent does nothing
that is not correct. first of all it works fine on another kaltura server version 10.2 another thing, if that is so, what is the purpose of the option "Purge files on deletion" in the publisher...
View ArticleDeletelocalcontent does nothing
It is very correct:) indeed if you set "Purge files on deletion" the case is different but you did not mention that you set it to true. By default, it is false. Considering that it has been set to...
View ArticleDeletelocalcontent does nothing
Also, note that the deletion is implemented as a batch job and therefore, will not necessarily happen immediately.Like I said in the beginning, all the delete API calls simply mark the asset's status...
View ArticlePopulate log too big
I;ve noticed that the kaltura_populate.log file is extremely big.bigger than 1.5GB in about two weeks where can I change this configuration ?
View ArticleUniversal studio not loading default players
jess: /opt/kaltura/web/content/generatedUiConf/23/ Hi Jess, Thanks for looking into this.I've had a quick look I can see the DB entry: MariaDB [kaltura]> select conf_file_path from ui_conf where...
View ArticleHow can I change adTagUrl using API?
We can set adTagUrl when we construct the video player. How can I change it afterwards. Like after one video finishes playing, it rolls to another, instead of playing the same video ad tag, I want to...
View ArticleUniversal studio not loading default players
Hi Flav, You can create KDP players from the Flash Studio. However, I would highly recommend you do not. We consider the Flash player [KDP3] as deprecated and no longer provide support for it. Any...
View ArticleHow can I change adTagUrl using API?
You can change the adTagURL after the movie starts. However it will apply only for the next movie (when using a playlist) as the adTag configuration is read only once per video (when it first loads)....
View ArticleAcces control profile hole
HI,It is difficult to give you a sample, we use access control profile to sell the video. In our case, it is possible to change the flavours in the players, yes. how do we get the uiconf config of the...
View ArticleAcces control profile hole
Hello, Please connect to the DB and:mysql> select * from ui_conf where id=$YOUR_UI_CONF_ID;in my example:conf_file_path: /content/generatedUiConf/23/454/ui_conf_23454739__2.xmlso what I need is the...
View ArticleAcces control profile hole
here the ui_conf file : { "plugins": { "topBarContainer": { "plugin": true }, "controlBarContainer": { "plugin": true }, "scrubber": { "plugin": true }, "largePlayBtn": { "plugin": true }, "playHead":...
View ArticleUniversal studio not loading default players
Hi Jess, At this stage we where only looking at testing the available demo players. However, as the installation currently stands we cannot test this player. The sanity test is not reporting any...
View ArticleAcces control profile hole
Hi @Frat, The tags and html5_url are columns in the ui_conf table. Thanks,
View ArticleAcces control profile hole
hi, and thx for the help. here the tags and html5_url :tags : html5studio,playerhtml5_url : /html5/html5lib/v2.38.1/mwEmbedLoader.php regards,
View ArticleWhere can I see the user after creating an End User via API?
Hello, I'm having trouble seeing the end user in MediaSpace when it's created via an API call. I'd appreciate any pointers! Here's what I'm doing to create an End User: KalturaUser newKalturaUser =...
View ArticleHow can I change adTagUrl using API?
Thanks! I find that adTagUrl can be changed during the video.
View ArticleRead cue points and add new cue points
Hi, what kind of API function can read existing ad code points(cue point type is ad), and then add code cue points based on the ad code points I get? I want to add code cue point one second ahead of...
View ArticleIntegrating Kaltura Server with Roku Player
hello all 1st, i'm sorry for not setting the correct category as it confused me which is the proper one. i want to build a streaming server using Kaltura free edition and i want the Roku(R) to be the...
View ArticleRead cue points and add new cue points
Hello, Please see: https://developer.kaltura.org/recipes/ad_cue_points
View Article