Questions tagged [kaltura]

Kaltura is an open source VPaaS (Video Platform as a Service). Kaltura is used to power video experiences in the OTT TV (Over the Top TV), OVP (Online Video Platform), and EVP (Enterprise Video Platform) markets as well as AdTech, Education Technology and MOOCs, Distributed Video Surveillance and other innovations with rich media. Kaltura is trusted by many global enterprises, media companies, telcos, service providers and education institutions

Kaltura is an open source VPaaS (Video Platform as a Service). Kaltura is used to power video experiences in the OTT TV (Over the Top TV), OVP (Online Video Platform), and EVP (Enterprise Video Platform) markets as well as AdTech, Education Technology and MOOCs, Distributed Video Surveillance and other innovations with rich media. Kaltura is deployed globally in over 300,000 enterprises, media companies, telcos, service providers and education institutions.

The Kaltura platform was designed to provide all the components needed to support the full media lifecycle with a highly scalable and extensible architecture. Including:

  • Versatile content ingestion options from any device and IP enabled camera
  • High Availability, mission critical Video Management System and Applications, featuring content management, robust search capabilities and mobile apps
  • High performance encoding, support all video, audio, image formats and codecs
  • Industry standards security for systems, content and delivery used and certified by banks, governments, insurance organizations, universities, telecommunications operators and global enterprises including Bank of America, IBM, Oracle, Intel, SAP, AT&T, Philips, HBO, ABC, and many others
  • Flexible metadata, schema and catalog management
  • Robust publishing, distribution and media repurposing management
  • State of the art customizable cross-platform web standards media player with APIs and plugin ecosystem and the fastest load times in the market today
  • Secure and controlled delivery management mechanism, including smart local-network and remote-network storage management capabilities
  • Granular Access Control and End-User Entitlements system
  • Detailed large-scale analytics (For Audience Measurement, Media Analytics, BI)
  • And much more... (For full list of the Kaltura Video Platform Features)

Learn more:

150 questions
1
vote
1 answer

Receiving an out of memory exception with memorystream

I'm attempting to write an application that will work with the open source media management platform, Kaltura. Kaltura has provided some C# client libraries that talk to their web API and I have been able to talk to the server and upload videos…
1
vote
1 answer

KRecorder's preview function doesn't work in red5 localhost

I install red5 server in localhost, then use a recorder widget - KRecorder, it work well but when I change the rtmphost from "rtmp://www.kaltura.com" to "rtmp://localhost", the preview function doesn't work.
Tom Tom
  • 85
  • 1
  • 1
  • 4
1
vote
2 answers

Kaltura - Force player to stop with API only?

Is there any way to force a Kaltura videoplayer to stop ONLY using code and the Kaltura API? Currently I have solved it by adding a Access Control Profile named "Free preview" under Settings > Access Control in KMC and then added this profile to the…
fredrik_w
  • 51
  • 3
0
votes
0 answers

Kaltura Playkit JS - Loading videos from other accounts

Can anyone explain to me why the following codepen Kaltura example works? https://codepen.io/Chuckles89/pen/zYMXXrY It seems as though if the javascript library is loaded up which brings in the playkit & uiconfig setup/styles from that account, but…
0
votes
0 answers

Alamofire doesn't limit MultipartFormData's InputStream upload length to MultipartFormData.BodyPart.bodyContentLength

When I upload a large file, the entire file is uploaded in a single shot, which is not what I expect since I've set MultipartFormData.BodyPart.bodyContentLength. I'm trying to upload a slice of length body.bodyContentLength but I don't see any…
henrique
  • 1,072
  • 10
  • 17
0
votes
0 answers

Kaltura Player Error: “Source Video Not Found” even though Status is “ready”

I’m having an issue with the Kaltura player in my application. We’re using the KalturaClient to fetch video information from the Kaltura server. Although the KalturaEntryStatus response object shows that the video status is 2 so “ready”, inside the…
0
votes
0 answers

Integrating Kaltura Player API in drupal

kaltura_player: version: 1.x js: http://cdnapi.kaltura.com/p/{partner_id}/sp/{partner_id}00/embedIframeJs/uiconf_id/%uiconf_id%/partner_id/{partner_id} {% set uiconf_id = 12345 %} {{ …
0
votes
0 answers

How to listen for SCTE-35 events in Kaltura Javascript Player?

I'm using kaltura javascript player in my website. I got the player documentation from here https://github.com/kaltura/kaltura-player-js I have a m3u8 stream where scte-35 markers (cue-in & cue-out) are present. I want to listen to these events…
0
votes
1 answer

How to search for, or get entryId with Kaltura API

Hi I'm trying to get the entryId back (so I can update thumbnails) with the kaltura API. How do i do this. My thought is to use title and category. But can't figure out how to do that. Any suggestions?
Martin Hartmann
  • 185
  • 1
  • 8
0
votes
0 answers

How to enable Kaltura Media Gallery for ALL Moodle Courses

I have a Moodle installation with hundreds of courses and modules. I was tasked with including the Kaltura “Start Meeting” button in each and every module. Is there a way to accomplish this without having to do it one by one? enter image description…
egarcia
  • 1
  • 1
0
votes
1 answer

kaltura vpaas api, which property do I use to modify the co-editor or co-publsher

{ "adminTags": "", "allowedPartnerIds": "", "allowedPartnerPackages": "", "city": "", "country": "", "createdAt": 0, "deletedAt": 0, "description": "", "email": "", "fullName": "", "id": "", "indexedPartnerDataInt": 0, "indexedPartnerDataString":…
Vzupo
  • 1,388
  • 1
  • 15
  • 34
0
votes
1 answer

Unable to locate package kaltura-nginx

I am trying to install Kaltura VOD Module (Github) in my Ubuntu 20 machine. But when I run the command "apt-get install kaltura-nginx", it shows me the error "Unable to locate package kaltura-nginx". I dont get if the package is not available right…
Tanmaya
  • 11
0
votes
1 answer

Is it possible to replace iframes with video element in kaltura

I need to get rid of the iframes in the website but I have some videos from kaltura which provides embed code kWidget.embed which in turns provide iframes. Is there any way to replace the iframe with video element in kWidget.embed
divya
  • 3
  • 2
0
votes
1 answer

Hardcoded binding in iframe's src to a Kaltura video works. But, binding it to a variable does not work in IE

I have a SharePoint site that loads angularjs on it. On one of my sites, I'm trying to show an iframe with an embedded video from Kaltura. See below for snippets of my code. NOTE: The embed video below is NOT the actual video because of…
ericute
  • 144
  • 1
  • 2
  • 15
0
votes
1 answer

What is uiconfid in kaltura configuration

Where do I get my uiconfid, is it from my account? Generally what is uiconfid in layman terms? The uiConf ID is used to reference the player instance you wish to render when embedding a video in your pages or app views.]1
Henok Tesfaye
  • 8,287
  • 13
  • 47
  • 84