Using Wowza for Live Streaming
Hello, I am attempting to integrate our Wowza server with Kaltura for some of the live broadcasting we do.Currently, I have followed the instructions here: github.com...
View ArticleIs there a way to disable an end user?
Hello, I'm looking for a way to disable an end-user login, but the following does not seem to do it. I just get an exception thrown with message: "User is already not allowed to...
View ArticleUploading video from youtube into kaltura
@jess Am I to assume that you are saying to get this functionally someone need to create their own customization of plugin to communicate with YouTube's API and Kaltura CE?
View ArticleIntegrating Kaltura Server with Roku Player
@h_sabrey Even after you get a working version of Kaltura you will need to build or have built an app using Roku's SDK that communicates directly with your Kaltura Server API. @jess can confirm this...
View ArticleUsing Wowza for Live Streaming
@siactive Did you double check to make sure you did all the steps and created all the configuration files. In the instructions I didn't clear documentation on adding the authenticated user or token...
View ArticleHow can I add youtube video in kaltura with php?
I thought MediaSpace was simply streaming YouTube video directly from YouTube with their watermarks and everything. kinda like embedding or streaming the YouTube video with the Kaltura video player....
View ArticleUploading video from youtube into kaltura
Yes. If you have a direct link to the video's file you can just digest it into the system using bulk upload CSV for instance or even from KMC by upload->new entry and then, from the entry drill...
View ArticleHow can I add youtube video in kaltura with php?
This is another option, you can easily do so with the API, something like this: $client = new KalturaClient($config); $entry = new KalturaExternalMediaEntry(); $entry->searchProviderType =...
View ArticleMedia Space Vs Plugin for Moodle
Hi, I would like to try to use Kaltura fro my project on education. I found both Media Space and plugin for Moodle.Which one do you think is more indicated?Thanks, Andrea
View ArticleMedia Space Vs Plugin for Moodle
Hello, I'd say that really depends on your needs and what the project is about.If you intend to base it on Moodle, then using the plugin is certainly something you will want.If not, then you might...
View ArticleIs there a way to disable an end user?
I think what might be easiest for you is to connect KMS to your LDAP for auth. KMS is also able to determine their authorization level based on the LDAP groups they are a member of.That way, you can...
View ArticleUsing Wowza for Live Streaming
Can you please take a look at the logs on both Wowza and Kaltura and see what the cause of the failure is? should provide some leads..
View ArticleUsing Wowza for Live Streaming
Thanks for the suggestions HipHop, turns out I grabbed the admin secret out of my KMC, not the MySQL DB for the correct Admin Secret. Wowza now accepts the streaming URL from WireCast. (Reference...
View ArticleKaltura CE 11.7.0 released
Hello all, The latest version is now available. Core changelog:- PLAT-3593 - DVR refactoring- PLAT-3270 - Facebook distribution connector- SUP-7095 - Lakana - Sudden appearance of 'Save Original...
View ArticleIs there a way to disable an end user?
Hi Jess, Thanks for this information. I'm guessing that this means that the user will still look like an active user in Kaltura. Is that correct? I'll have to check with our Kaltura admin to see if...
View ArticleWhere can I see the user after creating an End User via API?
Hi, I think this is related to your question: https://forum.kaltura.org/t/how-to-create-a-new-kmc-user-using-apis/1559
View ArticleIs there a way to disable an end user?
Hi Kumi, Indeed, they will still be enabled as far as Kaltura is concerned, but seeing how they only login via KMS [unless I did not correctly understand the situation], from their perspective, they...
View ArticleHow to search users, categories and channels by partner related data
Hello, I'm looking for a way to programmatically bind MediaSpace categories and channels to my current LMS organizational units (OUs). 1) Is there any way to, say, add to a MediaSpace category/channel...
View ArticleMedia Space Vs Plugin for Moodle
Thanks! I think Media Space is simply amazing! Just a question: are there any differences between commercial and CE edition of Media Space? Andrea
View ArticleMedia Space Vs Plugin for Moodle
Hi Andrea, MediaSpace is a not free software, it only has a commercial version.You can host it on your own ENV or use it as SaaS from Kaltura's DC but either way, it costs money. CE is completely free...
View Article