Missed Legacy Flash Streaming (RTMP) option
Hello, If you're talking about Live Streaming, that will not work with Red5. The Kaltura Live Streaming requires Wowza at the moment, though we are working on a version that will work on top of Nginx...
View ArticleHow to access the admin console, where is it?
Hello, $YOUR_DOMAIN/admin_console is correct.What is the output for:# apachectl -t -DDUMP_VHOSTS? And also of:# ls -al /etc/httpd/conf.d
View ArticleHow to track video bitrate?
Hi I'm using IOS SDK in our application, We want to enable to Video bitrate options. So we did it in Android using the fallowing method. But didn't find any way to implement in IOS, could anyone...
View ArticleDeleted entry in database, but not exposed via API. Why?
Hello, I recommend you start by making a call to media->get(), passing along one such sample entry ID.Then, look at the SQL queries logged in /opt/kaltura/log/kaltura_api_v3.log and find the one...
View ArticleWhat to enter for KAF URI and Server URI when using a mediaspace trial account?
I want to integrate my Kaltura Mediaspace Trial-Account in a moodle-installation. The integration is done by a module and beside the partner ID and Admin secret I have to enter a KAF URI and a Server...
View ArticleHow to track video bitrate?
Hey @test_voot, On AVPlayer it's not possible (Known Limitation), since our SDK is based on AVPlayer (The only iOS core player) you can't set a bitrate with our SDK.Apple attached some API from iOS8...
View ArticleLive Stream media_servers.ini
Hi David, After looking at the code, I believe this comes from here: github.com kaltura/server/blob/Lynx-12.2.0/alpha/apps/kaltura/lib/live/kBroadcastUrlManager.php#L8 <?php class...
View ArticleWhat to enter for KAF URI and Server URI when using a mediaspace trial account?
Hello, KAF URI should be $YOUR_PARTNER_ID.kaf.kaltura.com, Server URI should be www.kaltura.com.
View ArticleHow to access the admin console, where is it?
@jess Hi here is the output,(edited for security), thanks the webdomain is different from the sitename, the webdomain is the public_html domain and thesitename is part of the full host name. The...
View ArticleHow to access the admin console, where is it?
Hello @durangod, This is not the expected output. I do not see the Kaltura VHOST in it, which explains why you cannot reach the web interfaces. Here is what it should look like: port 80 namevhost...
View ArticleDeleted entry in database, but not exposed via API. Why?
Thanks Jess. I'll give your suggestion a go. I'll post what I find. Have a great day.
View ArticleDeleted entry in database, but not exposed via API. Why?
You too, David. Do let me know.
View ArticleKaltura CE 12.1.0 released
Hello all, The latest version is now available. Core changelog:- PLAT-5105 - playManifest refactoring for live - delivery profile- PLAT-5778 - On playManifest, When Captions are available add them...
View ArticleHow to access the admin console, where is it?
@jess OK i reran the config and here is the full output start to finish [root@titan ~]# /opt/kaltura/bin/kaltura-base-config.shkaltura-base-12.0.0-9.noarchcurl: (60) Peer certificate cannot be...
View ArticleHow to access the admin console, where is it?
@durangod, This is only the output of kaltura-base-config.sh.The VHost config part happens in kaltura-front-config.sh. Like I said, please run kaltura-config-all.sh which calls all needed sub scripts.
View ArticleHow to access the admin console, where is it?
OK sorry i did not notice it was a different command with the all in it.... will do that directly
View ArticleHow to access the admin console, where is it?
@jess OK now im getting the extra questions. What is the service url? is that the domain or the full host name? The website which will use things like the ffmpeg will be the domain, the host name is...
View ArticleHow to access the admin console, where is it?
SERVICE_URL is the domain or IP you intend to make a request to in order to reach your Kaltura webserver.In your case, since it is an all in one install w/o a load balancer or several nodes, it is...
View ArticleHow to access the admin console, where is it?
@jess OK so i did the right name for service, the full host name... But why did it fail.. see previous post please that file is actually in /opt/kaltura/app/configurations/apache/conf.d/
View Article