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
2
votes
1 answer

Kaltura Dynamic Embed Player: *Uncaught ReferenceError: kWidget is not defined*

I'm trying to create a simple Kaltura Dynamic Player with a fallback-Function, so I can watch HTML5-Content if it is possible and if not it has to be Flash. This is my code and I think it is just pretty the Default Code from kaltura:
AccNeeder
  • 93
  • 1
  • 13
1
vote
1 answer

QUERY_EXCEEDED_MAX_MATCHES_ALLOWED error on Kaltura API (Python)

I'm unable to generate all entries in Kaltura. An ApiException with the message "Unable to generate list. max matches value was reached" (Error: QUERY_EXCEEDED_MAX_MATCHES_ALLOWED) gets triggered. I tried to work around such issue by setting my…
Megalitik
  • 11
  • 2
1
vote
0 answers

How to imbed video with kWidget from kaltura?

I am trying to imbed video from kaltura with kWidget but getting error message "No source video was found". My code:

This is my title

Dan Chen
  • 37
  • 5
1
vote
1 answer

Kaltura thumbnail video in a script tag not working in react but displaying empty space

I am using a Kaltura Thumbnail embed in React which is a script tag when I am using the same script tag in Basic HTML page it is working fine but when I am using the same script tag in React, It is showing an empty space instead of video, when I did…
M. Saran
  • 13
  • 1
  • 6
1
vote
1 answer

Using Kaltura VPaaS API, how to get READY status after uploading video?

Once the video is uploaded, the media status is CONVERTING. on the KMC dashboard. after a while, the status would be READY, How can I check the status? I mean how to get the status is READY.
Great Coder
  • 397
  • 3
  • 14
1
vote
1 answer

Kaltura player Android Chrome Browser not Casting

I managed to configure a Chromecast custom receiver app for Kaltura. It works well on Mac and PC but refuses to call the manifest on Android. I have gone through the debugger and no apparent errors are reported. The receiver app is called but…
1
vote
1 answer

Kaltura Chromecast problems

We have a kaltura CE server and want to send a LIVE stream to Chromecast. We created a styled receiver app. When we open the player and try to connect to a Chromecast device, we get this error: Unsafe attempt to load URL…
1
vote
0 answers

How to fix video title in lock screen of iPhone and iPad

When I watch a video and then I lock the screen the lock screen will be view the name of the video. This behavior is not right for my application because I have random names in kaltura and would like to override the name by my CMS. On android…
adiehm
  • 11
  • 1
1
vote
0 answers

Convert static node,js request to iterative batch to avoid API limit

TL;DR - I'm not a developer and need some help troubleshooting an error I'm getting in code below Update: I've got some working code, but I'm getting an intermittent error in visual studio code for an unhandled promise rejection and I'm not sure…
mdd
  • 43
  • 4
1
vote
1 answer

OrderBy filter not working for kaltura media listing api using

I am fetching media list from Kaltura which is working perfectly fine using Kaltura-client. But when trying to filter it using order by, it is not working as expected (Returning the same list). const Promise = require('bluebird'); const kaltura =…
Swapnil Patil
  • 971
  • 2
  • 18
  • 41
1
vote
1 answer

How to stream and capture MP4 file using MPEG DASH?

I am learning MPEG-DASH for a week. For testing purpose , I used : https://github.com/kaltura/nginx-vod-module -> MPEG-DASH server to stream MP4 video. I have not found that , How to configure MP4 file path inside nginx.conf. Can some one suggest me…
Harshil Makwana
  • 155
  • 2
  • 13
1
vote
0 answers

How to play Kaltura video in VideoJS?

I am using VideoJS on my page to load a video and play it. Currently VideoJS on my page supports youtube, vimeo and mp4 video types. Here is my code:
1
vote
1 answer

How to load a Kaltura video faster

I am using Kaltura to load a video on my webpage and I am trying to make it load faster.