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:

146 questions
1
vote
1 answer

Kaltura File Upload API

I have to upload file using java kaltura api. I have searched it about a lot,but could not find any helping docs. Please help me if anybody knows how to upload file in kaltura using java. I got a C# API for file upload,i hope it will help…
Prabjot Singh
  • 3,427
  • 4
  • 22
  • 44
1
vote
1 answer

Jquery full screen mode rejected

Hello, i'm try to automatic put on full screen video i'm using the full screen api ... this is the code function launchIntoFullscreen(element) { if(element.requestFullscreen) { element.requestFullscreen(); …
1
vote
2 answers

Kaltura 10X Categories Index

Category index in Kaltura is defined under partnerSortValue parameter. In Kaltura 9X, this parameter is 0 for a new category and is updated only when moving category in the KMC (changing category order in the categories tree). When deleting…
vadimtar
  • 434
  • 2
  • 12
1
vote
1 answer

Creating live stream using Kaltura CE and Red5

I am trying to do a Live Streaming using FMS as mentioned in the link below: http://knowledge.kaltura.com/live-streaming-using-kaltura-live-streaming-hds-hls-dash I followed all the steps as mentioned in this link and when I generate the xml…
User7723337
  • 11,025
  • 23
  • 85
  • 147
1
vote
1 answer

Not able to install demo applications of Red5 on CentOS

I have installed the Kaltura Single Server Setup on a CentOS machine. I am facing issue with Red5 server, I am not able to install the oflaDemo application or anyother application. When visit http://myhost.com:5080/ and when I select Installater…
User7723337
  • 11,025
  • 23
  • 85
  • 147
1
vote
0 answers

VideoJS plays Kaltura Flash video only in 100x100 square in Flash Player

I am having a problem with VideoJS where I am trying to play a video that I recorded to Kaltura, but I can only get it to display as a 100x100 pixel square video. Steps: I record a video using Kaltura Recorder. Kaltura saves the video and fires an…
venom13
  • 11
  • 2
1
vote
3 answers

How to call kaltura video in jw player

I am using kaltura server for video trans-coding. And i want to use JW player to display video. If i open kaltura video url in browser it works fine. and also when i add any mp4 file or youtube video url in JW player it is also working fine. But i…
1
vote
1 answer

Kaltura KMC:: Flash Error

I installed Kaltura using the instructions found here. The installation went on without any error. However, when i tried to access KMC, it says Flash is not installed even though Flash is installed in the system. I have looked up this issue…
Govind
  • 51
  • 8
1
vote
1 answer

Kaltura HTML5 Player changemedia

I'm using Kaltura Player HTML v1.9.1 and we need to change media when the user click in an external player Button. The problem is that the media is not an entry of Kaltura, is an external URL. I try change media with videos hosted in kaltura, with…
1
vote
0 answers

Moodle's TinyMCe editor and javascript (kaltura player)

I'm trying to add a video player inside a content page of a lesson on Moodle using Kaltura's JS embed. The embed looks like the following:
imalvinz
  • 79
  • 4
1
vote
1 answer

How to replace kaltura embedded flash player with JW player

I am new with kaltura and i want to know, is there any way to replace kaltura player with jw player in CE 5.0 . If anyone has done this before please tell me how i can replace kaltura embedded player with my JW player. Thanks in advance :)
user562451
  • 65
  • 1
  • 8
1
vote
1 answer

How to set AccessControlProfile on an entry using Kaltura API?

I am uploading video entries through Kaltura Contribution Widget. I would like to allow users to select length of the free preview that will be shown for users who don't have rights to see entire video. I wanted to implement that by creating…
lanan
  • 2,602
  • 2
  • 20
  • 29
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
  • 75
  • 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
1 2
3
9 10