Unable to get player.js (iframe embed) to play
I’m still trying to figure this out… I think I need to use postMessage to communicate with the iframe. I found the playerjs spec doc which suggests the following should do the trick:...
View ArticleFeature Matrix?
Hey @david.hahn1! I actually was looking to put together a comparison of CE vs On-Prem vs Saas. If you’ve created this matrix / comparison I’d be eternally grateful if you were willing to share it...
View ArticleKalturaUploadTokenStatus Documentation
Discussion for KalturaUploadTokenStatus documentation
View ArticleSecure Proxy of HTTP Kaltura
Hi @bkelm, This is what we do in Calipso to properly proxy https to Kaltura CE with nginx. We just add this file zzzkaltura.ssl.conf and restart apache: <IfModule !ssl_module> LoadModule...
View ArticleCan image entries have custom thumbnails?
I can create new thumbAsset for video and audio entries and they are working fine when visiting the thumbnail service URL (http://YourKalturaServer/p/{partner_id}/thumbnail/entry_id/{entry_id}) But...
View ArticleCan image entries have custom thumbnails?
Hi @abrar, I admit that I’m a bit confused by your question:) A thumbnail is an image [frame] taken from a certain second of the video. If the entry itself is an image [as opposed to a video], why...
View ArticleSecure Proxy of HTTP Kaltura
David, thanks for that tip, I was going to try something like that too since we have had the main server as SSL before.
View ArticleCan image entries have custom thumbnails?
Yes indeed i am talking about image entries(not videos or audios). We on our platform would like to allow users to adjust the thumbnails of all the media entries individually by giving the crop...
View ArticleCan image entries have custom thumbnails?
Hi @abrar, If I understand you correctly, what you want is to allow your users to replace the original image with a cropped one. If that’s the case, then you need to use...
View ArticleSecure Proxy of HTTP Kaltura
It seems that I cut the config file and is incomplete but I guess you got the idea. Just close the tags for the virtualhost. Regards
View ArticleCan image entries have custom thumbnails?
Sorry if it was not clear enough. I don’t want to replace the actual content of an entry. The image-entry would have its original image but for a thumbnail view of that image-entry we want users to...
View ArticleEntries of type image not being exported to S3
I can see video and audio files being exported to S3 but not images of an entry type image. Is it by design or am i missing something? Thanks
View ArticleCan image entries have custom thumbnails?
Hi @abrar, You cannot associate thumbnail assets with an entry of type video. You can create additional image entries and set their content to cropped images of the original. On these derivative...
View ArticlethumbAsset.setContent throws an error
Hello, I am trying to update the content of thumbAsset public updateThumbnailImage(thumbAssetId, fileData: File) { this.getClient().then((client: KalturaClient) => { const uploadAction = new...
View ArticleCan image entries have custom thumbnails?
Thank you for the suggestion. I will look into it
View Article