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

KDP 'changeMedia' not working after 2 count

I am using Kaltura HTML5 Video Player in my web page. On end of the video playing next endryId using changeMedia event. Code is: function playerPlayEndHandler(){ eIdCount++; kdp.sendNotification("changeMedia", {'entryId':…
sureshunivers
  • 1,753
  • 12
  • 27
0
votes
2 answers

change vast ads dynamically with media in kaltura

I'm trying to change media and corresponding vast ads with button clicks in kaltura. I'm using the kdp.setKDPAttribute("configProxy.flashvars.vast","prerollUrl",$(this).attr('preroll')); to set the vast preroll url for the media. Mediafiles I'm…
eyebies
  • 51
  • 3
0
votes
2 answers

KMC doesn't load after kaltura installation on centos

I installed kaltura CE5 on centos 6.4 64 bit version. I followed instructions from http://www.sparksupport.com/blog/how-to-install-kaltura-in-centos. The installation is successfull but I am not able to launch KMC. The KAC works fine. I tried…
eyebies
  • 51
  • 3
0
votes
1 answer

Kaltura open source player does not play video in Android webview

I am loading a webpage inside Android WebView, the webpage has video playback using Kultura's open source video player. The same webpage plays the video fine if opened through a normal phone browser but on webview there is no playback and it…
2cupsOfTech
  • 5,953
  • 4
  • 34
  • 57
0
votes
1 answer

How to run Kaltura open source project (Java)

I got Kaltura java source from here. I have attempted to run this code in eclipse but received some errors. The main question is how could I compile this code to get output. The errors are presented below. Generated KS locally:…
0
votes
1 answer

setVisibility onStateChanged(PlayerStates.PAUSE() - kaltura/AndroidReferenceApp

Want to change image visibility to VISIBLE upon Playerstates PAUSE & END. On Playerstates Play i want to change it to INVISIBLE What i have right now mPlayerStateListener.onStateChanged(new PlayerStates.PAUSE() { image = (ImageView)…
Mathias Asberg
  • 3,562
  • 6
  • 30
  • 46
0
votes
1 answer

Klatura API: How do I retrieve a list of all media entries, not just those that have content?

I'm using the Kaltura v3 API, uploading a video to the server. I'd like to be able to query the API and ask if I have a MediaEntry added, but with no media (or upload token) associated with it. It seems like media:list would be the correct action,…
Jeff
  • 5,746
  • 4
  • 33
  • 40
0
votes
2 answers

Kaltura Android Reference app API. Autoplay ('doPlay') video on entryReady

The case is rater simple. Am using kalturas Android referance app and i want my videos to auto play. For this there is several API hooks: Kaltura KDP API Compatibility What i come up to is that i want to use event jsCallbackReady and event listener…
Mathias Asberg
  • 3,562
  • 6
  • 30
  • 46
0
votes
1 answer

How to setup Kaltura 5.0.0 in Windows Environment using XAMPP

I am trying to setup Live Streaming using Kaltura. I am having Windows 7 Environment with XAMPP Server setup in my system. I find myself hard to setup Kaltura in Windows Environment. Can anyone guide me with step by step process to setup kaltura in…
Karthik Sekar
  • 665
  • 1
  • 5
  • 10
0
votes
2 answers

Kaltura captions: set default language to None or otherwise force them off?

Using the Kaltura player FlashVars parameter, it's possible to set the default language to English or other languages. We'd like to set it to None, to force captions off, but there does not appear to be a way do this. Are we mistaken? Here's how to…
Ken Stuart
  • 63
  • 1
  • 6
0
votes
1 answer

"yourdomain/start is not the same thing as yourIP/start in Apache"

Let's say you're trying to get a CMS up and going. And say you're supposed to find a Start Page at "www.yourdomain.com/start" But you don't have a domain name yet. You only have an IP address. So you look in "yourIPaddress/start" (Apache is visibly…
thanks_in_advance
  • 2,603
  • 6
  • 28
  • 44
0
votes
1 answer

Kaltura embedded iframe player error on Firefox

I'm trying to embed a video from Kaltura Video Platform in a HTML5 page. I followed the docs at Kaltura. So far I'm able to play the video in Safari, Chrome and Internet Explorer but it fails to load in Firefox. The firebug console shows this…
orique
  • 1,295
  • 1
  • 27
  • 36
0
votes
1 answer

Kaltura Bulk Upload using RTMP link

We have a number of videos on an Adobe server which uses rtmp to make the videos accessible. Now we are migrating all the video content to a mediaspace using kaltura. We are wondering if it is possible to use Bulk Upload CSV to directly upload RTMP…
masad
  • 1,547
  • 1
  • 18
  • 40
0
votes
2 answers

Kaltura Bulk Upload CSV

I want to use Kaltura Bulk Upload Entries CSV to upload a batch of videos from an ftp server. However I could not find any documentation on the Usage and Schema Description for Entries CSV Particularly I am looking for a document similar to this…
masad
  • 1,547
  • 1
  • 18
  • 40
0
votes
1 answer

How can I add parameters to the Yahoo MRSS feed generated by Kaltura KMC?

I'm using the Kaltura KMC to generate a Yahoo! MRSS feed (per the info here). The feed it creates looks like this: yahoo…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/kaltura" class="post-tag grid--cell" title="show questions tagged 'kaltura'" rel="tag">kaltura</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked May 17 '13 at 03:25">asked May 17 '13 at 03:25</time> <a href="../../users/284698/eric" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/284698.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Eric" /> </a> <div class="s-user-card--info"> <a href="../../users/284698/eric" class="s-user-card--link">Eric</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">5,104</li> <li class="s-award-bling s-award-bling__gold" title="10 gold badges">10</li> <li class="s-award-bling s-award-bling__silver" title="41 silver badges">41</li> <li class="s-award-bling s-award-bling__bronze" title="70 bronze badges">70</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/kaltura_page=8" rel="prev" title="Go to page 8">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/kaltura_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/kaltura_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/kaltura_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <div class="s-pagination--item is-selected">9</div> <a class="s-pagination--item" href="../../questions/tagged/kaltura_page=10" rel="" title="Go to page 10">10</a> <a class="s-pagination--item" href="../../questions/tagged/kaltura_page=10" rel="next" title="Go to page 10"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>