How can I add youtube video in kaltura with php?
I see that mediaspace allows you to upload YouTube videos. It then shows you the YouTube video but in the Kaltura video player. Is it possible to get this same functionality within Kaltura CE.
View ArticleHow can I add youtube video in kaltura with php?
Hello, It is since MediaSpace uses the server API to accomplish everything it does. Therefore, you could code a similar solution using the API.
View ArticleNo analytics play counts - dwh_plays_views_sync error - Couldn't find entry
Hello, dpkg-reconfigure won't help you where it comes to sync issues.Start by getting the int ID for the entry like so: mysql> select status,int_id from entry where id=''\G...
View ArticleEmbedding Kaltura videos in WordPress
Hi Emily, Most welcome, of course. In the particular case I mentioned above, we just use: <iframe width="560" height="315" id="kaltura_player"...
View ArticleHow can I add youtube video in kaltura with php?
Server API means? may use that in my kaltura community edition?Which type of code i have to do for that?Can you please give me such example or something?
View ArticleHow can I add youtube video in kaltura with php?
See my answer here: forum.kaltura.org Uploading video from youtube into kaltura Hi , I have uploaded a video in you tube. I would like to upload that video from youtube site directly into kaltura....
View ArticleEncode to hls/dash fragments
We have an old utility that does this for HLS here:https://github.com/kaltura/platform-install-packages/raw/Kajam-11.6.0/RPM/SOURCES/kaltura-segmenter-1.0.tar.gz But I don't think anyone is actively...
View ArticleKaltura CE 11.6.0 released
Hello all, The latest version is now available. Core changelog:- PLAT-2443 - eCDN: cache Webcast's thumbAssets with KES- PLAT-4828 - eCDN: AccessControlProfile rules are limited (50)- PLAT-4433 -...
View ArticleRestricting Google Analytics Events
Thank you for passing that along to your product team, I really appreciate it! Another good solution might be to mark some of the events as non-interaction events so that they still push to GA without...
View ArticleTest console upload api not functioning properly
Hi All, I am facing a bad issue, I tried installing kaltura version 11.5, 11.2, and many more but facing a issue that i am able to upload a file from publisher console and is able to list the content....
View ArticleTest console upload api not functioning properly
Hello, First and foremost, are you trying to login to KMC with the admin partner created during the install or did you create a partner from the Admin Console? if the first, then this is problem...
View ArticleAcces control profile hole
Hi, We use an access control profile to limit the viewing per domain. But if we change the resolution (flavors) a direct link appears in browser network log :...
View ArticleNo analytics play counts - dwh_plays_views_sync error - Couldn't find entry
Hrm, the query into the sphinx database produces an empty result set. I wonder where the knowledge of the deleted entry is? I can't quite grok the code run from dwh_plays_views_sync.sh I've tried a...
View ArticleKaltura CE 11.6.0 released
Hello, issue with Facebook sharing on 11.6 CE. Playback shows a black screen. Browser Console shows the following error: Refused to connect to...
View ArticleIssue with Facebook social network sharing on Video Player
Hi @charles1972,The Kaltura domain are whitelisted on facebook - and player.kanna.link is not, so if you want to embed inline video on facebook wall you can:1. Whitelist your domain with facebook...
View ArticleKaltura CE 11.6.0 released
Hello, Please see here: https://forum.kaltura.org/t/issue-with-facebook-social-network-sharing-on-video-player/4214/5
View ArticleNo analytics play counts - dwh_plays_views_sync error - Couldn't find entry
Hello, So, let me explain a bit about this script and what it does:First off, it's goal is to sync the 'plays' from the DWH DB into the operation DB, this affects the "Plays" field displayed in the...
View ArticleJava Example Code doesn't match API Download
I was able to get it working, my endpoint was kaltura.com not www.kaltura.com so hence the redirect (my mistake). It would be great if the console worked to generate code that was close to the API but...
View Article