thumbAsset.setContent throws an error
Hi @abrar, I don’t see where in your code you’re creating a upload token? You can use this tutorial as a starting point: https://developer.kaltura.com/workflows/Ingest_and_Upload_Media;step=intro It’s...
View ArticleKaltura CE 14.5.0 released
This topic was automatically closed after 8 days. New replies are no longer allowed.
View ArticleEntries of type image not being exported to S3
Hi, can someone help me out on this? Image entries are not being exported to S3, no jobs run for image entries. Thanks
View ArticlethumbAsset.setContent throws an error
Hi @jess, Thank you for the reply. A little confusion here, Typescript library does not have yet UploadToken.Add Action for now but according to the documentation KalturaUploadedFileTokenResource...
View ArticleEntries of type image not being exported to S3
Hi @abrar, Indeed, there’s no code to handle that at the moment. It shouldn’t be hard to add, however. You’re more than welcome to submit a pull request to the server repo.
View ArticleEncrypt and License Content Documentation
Discussion for Encrypt and License Content documentation
View ArticleCapturespace "presentation is invalid" when browsing for presentation to upload
I am having the same problem please help
View ArticleEntries of type image not being exported to S3
Hi @jess, I am trying to look into kaltura server repo to see if i could fix it. Could you please give me some direction where should I look into. I have configured PHPStorm to listen for debug...
View ArticleSecure Proxy of HTTP Kaltura
David, so maybe this is what you are accounting for, we get everything to be proxied fine, except the media file. It still makes a call to the Kaltura server at https: GET...
View ArticleSecure Proxy of HTTP Kaltura
Hi @bkelm, We use a delivery profile for the media files. The delivery domain might be different from the Kaltura API/web domain and points to the proxy servers (CDN). The CDN pulls the files from the...
View ArticleEntries of type image not being exported to S3
Hi @abrar, The code that actually performs the file export is here: github.com kaltura/server/blob/Naos-14.6.0/batch/batches/Storage/Engine/KFileTransferExportEngine.php#L27 $this->protocol =...
View ArticleAbout player api events
About the following Go back 5 seconds Go back 10 seconds Go forward 5 seconds Go forward 10 seconds http://player.kaltura.com/docs/KeyboardShortcuts I knew that it works by pressing the keyboard. Is...
View ArticleAbout player api events
Hi @kox, Yes, you can do the same by attaching doSeek notification to your own buttons: $('.myButton button').click(function(){ kdp.sendNotification('doSeek', 5 ); });
View Article