Source for Kaltura Client 3.1.4
Hi @phelgren, Our Java client has gone through a major change back in June 2017, mainly to support multi-threading. Unfortunately, the newer client, also released as a Maven package here:...
View ArticleSource for Kaltura Client 3.1.4
So the compile went fine but the code that was using this syntax: config.setPartnerId(partnerId); String ks = client.getSessionService().start(adminSecret, emailAddr, KalturaSessionType.ADMIN); Fails...
View ArticleRename video tags on the fly
So this code returns the tags from the category in question and strips off "@gmail.com". Any ideas how to replace/update the old tags with their amended tags in Kaltura? Some derivation of $result =...
View ArticleKalturaTranscriptAssetFilter Documentation
Discussion for KalturaTranscriptAssetFilter documentation
View ArticleKalturaThumbAssetBaseFilter Documentation
Discussion for KalturaThumbAssetBaseFilter documentation
View ArticleKaltura Player Chapter Editor
@pajay - I’ve followed up over email. let’s have a conversation.
View ArticleSource for Kaltura Client 3.1.4
Hi @phelgren, Not exactly sure what you mean by “the vendor (Streaming Media Host)…” are you a StreamAMG customer? If so, see my reply here: github.com/kaltura/KalturaGeneratedAPIClientsPHP53 Issue:...
View ArticleSource for Kaltura Client 3.1.4
Streaming Media Host (https://streamingmediahosting.com/) are the folks who host the Kaltura server so I’ll send them the request. Thanks!
View ArticleHow to display overlay image on the above the player
Hello every one, I want to display a overlay image above the kaltura player after video play on full screen. i am using z-index but it is not working. on the chrome it is working but on the mozilla,...
View ArticleKaltura CE 13.13.0 released
Hello all, The latest version is now available. kaltura-base (13.13.0) changelog: Add cue_point.ENTRY_ID to getSphinxConditionsToKeep in order to use the ENTRY_ID query invalidation key...
View ArticleWay to output tags, entry id and associated entry creator
Hi Guys, In php how do I output entry tags, entry id and the associated user in one call so that my output is: Tags: tag1, tag2.… Entry ID: entryid Creator: creator I expect it’s some fusion of...
View ArticleliveStreaming API
hi again, i got the login data from my customer - the url has the form https://api.kaltura.COMPANY-NAME.net, i.e. this does not look like SasS instance to me. i also do not get a ‘Passthrough’...
View ArticleliveStreaming API
Hi @hglanzer, As I said in my original reply, for Kaltura CE, things work differently. Since Wowza is neither FOSS nor free, Kaltura CE is shipped with the Nginx RTMP module which provides the live...
View ArticleKaltura CE 13.13.0 released
kaltura-base upgrade on ubuntu 16 fails with: ERROR 1046 (3D000) at line 1: No database selected kaltura-base.postinst FAILED with: 24998 on line 64 solved this by adding use $DB1_NAME; to the query...
View ArticleKaltura CE 13.13.0 released
Hi @mediasync, All the DB1_.* ENV vars and other important vars the postinst scripts use are defined in /etc/kaltura.d/system.ini which is a symlink to /opt/kaltura/app/configurations/system.ini. Is...
View ArticleKaltura CE 13.13.0 released
the file existed but it was not including the DB1_PORT var. the problem started from the fact that the mysql cli was not reading the db name at the end of the command, although the var contained the...
View ArticlePreview and embed - not able to play HLS
I am very new to kaltura and nginx. I have installed Centos7 based Single Server installation of Kaltura … i am able to upload few videos and play with the metadata. But when I try to launch preview...
View Article