Delete Video using c# asp.net
I want to delete video from kaltura using c# Asp.net. Please let me know the API which will provides this functionality.
View ArticleAdding Custom Styles via UIVars in Universal Studio
There is no way around using a custom CSS file and assign it to the playlist properties.Please take a look at this demo page (you don't need to change the template path, only the CSS):...
View ArticleError in installing kaltura-red5
Hi All, Does anyone know how to solve this error that I've have when installing kaltura-red5.Below is the error.... Allowing use of questionable username.Adding system user _red5' (UID 109) ...Adding...
View ArticleDelete Video using c# asp.net
Hello, You want something like this: using System; using System.Collections.Generic; using System.Text; using System.IO; namespace Kaltura{ class CodeExample{ static void Main(string[] args){...
View ArticleDelete Video using c# asp.net
Hi Jess,Thanks for reply. I am using above code and i have modified following things1) ServiceUrl - "http://www.kaltura.com"2) EntryId - dynamically passing 3) client.BaseEntryService.Delete - Return...
View ArticleDelete Video using c# asp.net
You need to init a KS [Kaltura Session] first:KalturaConfiguration config = new KalturaConfiguration(partnerId);config.ServiceUrl = "http://www.kaltura.com";KalturaClient client = new...
View ArticleBumper ads not working with live streams
Hello, Like the title says - created a player, activated bumper ads, and they are being played flawlessly with VOD content. With live streams - not so much. I mean, not at all. Is this a known issue...
View ArticleKaltura red5 server is not starting
Jess, Thank you for your help, now I can able to access KMC (by selecting 'Manage' option in the table where we can see all publishers). I am listing my current issues below, kindly share your idea...
View ArticleKaltura red5 server is not starting
Hello, If user try to login to KMC using email and password, then KMC shows top menu and blank screen on content area Do you mean when logging in with the admin console creds? if so, this is not a...
View ArticleBumper ads not working with live streams
Live streams currently do not support ads such as bumpers. You can utilize our ad stitching solutions to incorporate ads into the live stream.
View ArticleBumper ads not working with live streams
Funny thing is you seem to be partially wrong. Bumper ads don't work on desktop (chrome or firefox) but do work on mobile (android) chrome. How come? Just tested with http://videlo.net/tiny/84dh5
View ArticleBumper ads not working with live streams
Live streams on desktop use our Flash player. Android Chrome uses HLS streams in order to play live stream (without Flash). This is something that we need to check. Did you try to use a regular VAST...
View ArticleBumper ads not working with live streams
so, essentialy there's no HLS support in your html5 player, hence it always falls back to flash player on desktop? I will be looking into VAST, but wanted to do away with the complexity of setting it...
View ArticleBumper ads not working with live streams
Yes, HLS is supported on desktop via Flash. Android and iOS support HLS natively.The bumper issue under Flash HLS should probably be looked into by our support team.
View ArticleKaltura red5 server is not starting
Regarding Studio Error Throwing the error "GET http://dipu-virtualbox/html5/html5lib/v2.35/mwEmbedLoader.php 404 (Not Found) in console" while accessing Studion in KMC I have done the following...
View ArticleKaltura red5 server is not starting
dipuratheesan: $HTML5_STUDIO_VER You're missing the value for this var.. it can be taken with: HTML5_STUDIO_DIR=`ls -ld $BASE_DIR/apps/studio/v* 2>/dev/null|awk -F " " '{print $NF}' |tail -1`...
View ArticleKaltura red5 server is not starting
Jess, Thank you, now I can able to see Studio option, but it keep on asking access details. Do the user login again to user Studio(please note I logged in KMC selecting 'Manage' option in the table...
View ArticleKaltura red5 server is not starting
Hello, If you open your browser's dev tools and go to the 'console' tab, you should probably be able to see an error, also check the 'Network' tab.. No login dialog should show up, looking there will...
View ArticleError in installing kaltura-red5
Hello, Please see my answer here:https://forum.kaltura.org/t/kaltura-red5-server-is-not-starting/3861/2
View Article