Quantcast
Channel: Kaltura - Latest topics
Viewing all 2994 articles
Browse latest View live

Call to Action Plugin - Collect Form/Submit Form


Call to Action - Collect Form

$
0
0

@maros wrote:

Greetings, I have Collect Form plugin installed on CE version 11.4

When a user submits the form, I do not receive any notification. What is the location of the configuration for the Collect Form?

Posts: 1

Participants: 1

Read full topic

Faster transcoding

$
0
0

@benny_1 wrote:

Hi

I am trying to figure out how to make the transcoding faster.
besides adding more cpu cores any other suggestions?
maybe some ffmpeg parameters?

no matter how much cpu cores I add (in Amazon EC2) I can't transcode as fast as Zencoder does..

Posts: 1

Participants: 1

Read full topic

Good writing help!

Reconfigure Kaltura VOD domain

$
0
0

@j2147120 wrote:

Hello,

I`m trying to reconfigure Kaltura instance for external access via domain.
Everything is ok without the playing. I configured kaltura for "kaltura.local" domain via kaltura-config-all.sh, but KMC still uses 'localhost' urls for streaming.

Is here any way to repair this ?

Regards

Posts: 3

Participants: 2

Read full topic

No analytics play counts - dwh_plays_views_sync error - Couldn't find entry

$
0
0

@alan_5 wrote:

A client's kaltura 11.1.0-2 installation is failing to update play counts in analytics - yet the uploads/storage details etc are fine.

I've checked all the etl dwh logs, which seem to be fine.

However the dwh_plays_views_sync has an error:

su - kaltura -c '/opt/kaltura/app/alpha/scripts/dwh/dwh_plays_views_sync.sh'
Fri Jan 15 11:01:58 NZDT 2016
start dwh triggers
2016-01-15 11:01:58 [require_once] INFO: Starting script
2016-01-15 11:01:58 [require_once] INFO: Initializing database...
2016-01-15 11:01:58 [require_once] INFO: Database initialized successfully
2016-01-15 11:01:58 [KalturaPDO->__construct] DEBUG: conn took - 0.047573089599609 seconds to mysql:host=localhost;port=3306;dbname=kaltura;
2016-01-15 11:01:58 [Propel::initConnection] NOTICE: total conn took 0.051308155059814 mysql:host=localhost;port=3306;dbname=kaltura;
2016-01-15 11:01:58 [KalturaStatement->execute] DEBUG: /* [798611602][propel] */ SELECT entry.ID, entry.KSHOW_ID, entry.KUSER_ID, entry.NAME, entry.TYPE, entry.MEDIA_TYPE, entry.DATA, entry.THUMBNAIL, entry.VIEWS, entry.VOTES, entry.COMMENTS, entry.FAVORITES, entry.TOTAL_RANK, entry.RANK, entry.TAGS, entry.ANONYMOUS, entry.STATUS, entry.SOURCE, entry.SOURCE_ID, entry.SOURCE_LINK, entry.LICENSE_TYPE, entry.CREDIT, entry.LENGTH_IN_MSECS, entry.CREATED_AT, entry.UPDATED_AT, entry.PARTNER_ID, entry.DISPLAY_IN_SEARCH, entry.SUBP_ID, entry.CUSTOM_DATA, entry.SCREEN_NAME, entry.SITE_URL, entry.PERMISSIONS, entry.GROUP_ID, entry.PLAYS, entry.PARTNER_DATA, entry.INT_ID, entry.INDEXED_CUSTOM_DATA_1, entry.DESCRIPTION, entry.MEDIA_DATE, entry.ADMIN_TAGS, entry.MODERATION_STATUS, entry.MODERATION_COUNT, entry.MODIFIED_AT, entry.PUSER_ID, entry.ACCESS_CONTROL_ID, entry.CONVERSION_PROFILE_ID, entry.CATEGORIES, entry.CATEGORIES_IDS, entry.START_DATE, entry.END_DATE, entry.FLAVOR_PARAMS_IDS, entry.AVAILABLE_FROM, entry.LAST_PLAYED_AT FROM entry WHERE entry.ID='0_nh8lh82p' AND entry.STATUS<>'3'
2016-01-15 11:01:58 [KalturaStatement->execute] DEBUG: Sql took - 0.0010969638824463 seconds
2016-01-15 11:01:58 [global] ERR: exception 'Exception' with message 'Couldn't find entry [0_nh8lh82p]' in /opt/kaltura/app/infra/log/KalturaLog.php:83
Stack trace:

0 /opt/kaltura/app/alpha/scripts/dwh/updateEntryPlaysViews.php(19): KalturaLog::err('Couldn't find e...')

1 {main}

start dwh wrap
end dwh

It seems like there's some disconnect between the entry IDs. Looking in the content view of KMC I certainly can't see any media with an id like that.

Any ideas how to solve this? Do I need to wipe the analytics db and recreate (as in the FAQ)? Or is there something else I can do?

Cheers!

Posts: 1

Participants: 1

Read full topic

Java Example Code doesn't match API Download

$
0
0

@greatjava wrote:

I've tried to use the code from the test me console but it's Java doesn't compile and the API calls are not implemented by the current Java download.

Few things ... 1) code to set the partner id is declared below where it is used, 2) ints are being set to null, but those things I can easily change. 3) The setter methods on the config object doesn't exists, looks like the API maybe takes a map of strings now? 4) Method for login with those parameters doesn't exist either (compile error). Was hoping to use this code so didn't have dig into the details of API but so far it's not helpful. I grabbed the latest java download and put in eclipse project, put my code in another project and setup build path.

package com.kaltura.code.example;
import com.kaltura.client.enums.*;
import com.kaltura.client.types.*;
import com.kaltura.client.services.*;
import com.kaltura.client.KalturaApiException;
import com.kaltura.client.KalturaClient;
import com.kaltura.client.KalturaConfiguration;
class CodeExample{
public static void main(String[] args){
try{
KalturaConfiguration config = new KalturaConfiguration();
config.setPartnerId(partnerId);
config.setEndpoint("https://www.kaltura.com/");
KalturaClient client = new KalturaClient(config);
String loginId = "userlogin";
String password = "password!";
int partnerId = 9999999;
int expiry = null;
String privileges = null;
Object result = client.getUserService().loginbyloginid(loginId, password, partnerId, expiry, privileges);
}catch(KalturaApiException e){
e.printStackTrace();

Posts: 1

Participants: 1

Read full topic

Embedding Kaltura videos in WordPress

$
0
0

@ehocking wrote:

Hi,

We are having trouble embedding Kaltura videos (we have SaaS Kaltura) in WordPress (4.3.2) within our domain. So far we have attempted the following:
1. Installed the Kaltura WordPress Plugin. This has been set up correctly and linked to our instance of Kaltura however it is not compatible with WordPress version 4.3.2. I believe there is an update coming however we need a solution asap.
2. Attempted to paste the embed code into WordPress. This works if you are an admin or enable iFrames within posts however due to the security concerns of thousands of WordPress users at our organisation this is a non preferred method.
3. Using oembed. We have created a plugin to whitelist our instance of Kaltura within WordPress.

function custom_oembed_provider() {

wp_oembed_add_provider( 'https://video-uat.deakin.edu.au/id/*', 'https://video-uat.deakin.edu.au/oembed', false );

}
add_action( 'init', 'custom_oembed_provider' );

We have then been attempting to embed a video by just pasting the URL within a page/post. eg. https://video-uat.deakin.edu.au/id/0_fzmwh4qg?width=600&height=338&playerId=31518292

The oembed will not render and the link is just displayed as text. This has worked intermittently but we cannot seem to find a reason why this will not resolve. Oembed will work for YouTube videos successfully.

Any advice or suggestions would be greatly appreciated we have been working to find a resolution for a month now and to no avail...

thanks,
Emily

Posts: 1

Participants: 1

Read full topic


FILES NOT UPLOADING USING TEST CONSOLE APIs

$
0
0

@prakhar_oodles wrote:

*I am using centos 6.7 release

*mysql Ver Distrib 5.1.73

*Below are my kaltura packages-
kaltura-release-11.2.0-1.noarch
kaltura-lame-3.99.5-3.x86_64
kaltura-sshpass-1.05-1.x86_64
kaltura-html5lib-v2.37.1-2.noarch
kaltura-clipapp-1.3-2.noarch
kaltura-kclip-v1.1.2.1-2.noarch
kaltura-kdp3-v3.9.9-2.noarch
kaltura-libmemcached-1.0.16-2.x86_64
kaltura-segmenter-1.0-2.x86_64
kaltura-batch-11.2.0-1.noarch
kaltura-server-11.5.0-1.noarch
kaltura-x264-0.140-2.20140104.x86_64
kaltura-libass-0.9.11-2.x86_64
kaltura-a52dec-0.7.4-11.x86_64
kaltura-ffmpeg-aux-2.1.3-1.x86_64
kaltura-postinst-1.0.30-2.noarch
kaltura-base-11.2.0-12.noarch
kaltura-krecord-1.0.0-1.noarch
kaltura-sphinx-2.2.1-17.x86_64
kaltura-kdp3wrapper-v37.0-1.noarch
kaltura-flexwrapper-v1.2-1.noarch
kaltura-kupload-1.0.0-1.noarch
kaltura-kcw-1.0.0-6.noarch
kaltura-html5-studio-v2.0.1-1.noarch
kaltura-widgets-1.0.0-8.noarch
kaltura-librtmp-2.3-2.x86_64
kaltura-front-11.2.0-1.noarch
kaltura-mencoder-3.4.6-9.x86_64
kaltura-pentaho-4.2.1-2.x86_64
kaltura-libopencore-amr-0.1.2-2.x86_64
kaltura-ffmpeg-2.7.2-2.x86_64
kaltura-monit-5.13-1.x86_64
kaltura-kdp-v2.7.0-1.noarch
kaltura-kvpm-v1.0.6-1.noarch
kaltura-kdpwrapper-v11.0-1.noarch
kaltura-kmc-v5.39.11-3.noarch
kaltura-libfaac-1.26-1.x86_64
kaltura-nginx-1.8.0-9.x86_64
kaltura-dwh-9.5.0-2.noarch

i am facing following issues-
1. when restarting mysqld service- it shows "internal database error" from publisher console and doesn't allow any new uploads. to troubleshoot this i am taking all database backup and running kaltura-drop-db.sh,, then runing kaltura-config-all.sh to Reconfigure it and generating a fresh database. and then updating the newly generated "Kaltura" database with my backup dump.

  1. I have tried fresh installation of kaltura-11.5 and 11.2, then everything works fine, but i am still unable to upload files using test console api uploads.

  2. After few days proper functioning, my video uploads get stuck at converting stage only.

Posts: 2

Participants: 2

Read full topic

Kaltura api 301 status

$
0
0

@j2147120 wrote:

Hello,

I trying to use Kaltura Api Client for Java, but I have some problem with urls. I want to retrieve media info.
Java Client generates "http://dev1/api_v3/service/media/action/get" url and fails because Kaltura returns 301 Moved permamently status and redirects to "http://dev1/api_v3/index.php/service/media/action/get" url.

What can be cause of this issue ?

KalturaConfiguration config = new KalturaConfiguration();
config.setEndpoint("http://dev1");

KalturaClient client = new KalturaClient(config);


String sessionId = client.generateSessionV2("666666666666666666666", "test@test.com", KalturaSessionType.ADMIN, 666, 38400, "");
client.setSessionId(sessionId);

client.getMediaService().get("");

Java exception:

[Fatal Error] :1:50: White spaces are required between publicId and systemId.
Exception in thread "main" com.kaltura.client.KalturaApiException: Failed while parsing response.
	at com.kaltura.client.utils.XmlUtils.parseXml(XmlUtils.java:70)
	at com.kaltura.client.KalturaClientBase.doQueue(KalturaClientBase.java:279)
	at com.kaltura.client.services.KalturaMediaService.get(KalturaMediaService.java:219)
	at com.kaltura.client.services.KalturaMediaService.get(KalturaMediaService.java:208)
	at asdasd.kaltura_tests.AppOldApi.main(AppOldApi.java:19)

Response returned by Kaltura:

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://dev1/api_v3/index.php/service/media/action/get">here</a>.</p>
<hr>
<address>Apache/2.2.15 (CentOS) Server at 123.123.123.213 Port 80</address>
</body></html>

Regards

Posts: 3

Participants: 2

Read full topic

Restricting Google Analytics Events

$
0
0

@SeanHenri wrote:

We noticed that our bounce rate had plummited once we configured our Kaltura player to send events to Google Analytics because it was sending an event every time the player loaded. I'm trying to figure out how we can narrow down the types of events that are sent. Here's an example of what's coming in to Google Analytics: http://screencast.com/t/CqryiT2w

I'd like to filter out kdpReady and a few others that do not represent an interaction, and only pass those that do such as a play, pause, or percentage complete. Can anyone guide me on how to do this?

Here are my player settings: http://screencast.com/t/kBYC6tizqrUF

Posts: 1

Participants: 1

Read full topic

Kaltura CE 11.6.0 released

$
0
0

@jess wrote:

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 - Facebook authentication for Distribution Connector
- PLAT-4434 - Facebook Distribution Configuration
- PLAT-4435 - Distribute content metadata to Facebook
- PLAT-4436 - Video distribution to Facebook
- PLAT-4438 - Distribution of thumbnails to Facebook
- PLAT-4613 - Sometimes, ADV is not played, due to delay between live flavors(also occurs on WN entry).
- PLAT-4940 - ADV is not played after restart FMLE/Wowza over time.
- PLAT-4960 - Multiple stream watchers are started for the same rendition

HTML5lib changelog:
- FEC-4308 - Player mobile skin
- FEC-4512 - Mobile Skin - Long Title is cut on portrait mode
- FEC-4511 - Mobile skin - Related videos shows settings icon on video while one entry has AC free preview
- FEC-4488 - Mobile Skin - Player is disoriented on iPhone while using native menu of iphone
- FEC-4524 - Webcast NO DVR- player freeze for 10 sec when
- FEC-3608 - Related Videos - Videos are cut after closing and reing Related plugin
- FEC-4525 - webcast (NO DVR) slide sync - slides arrived 15-20 second earlier
- FEC-4454 - webcast with no DVR - slides don't change on IE browser
- FEC-4453 - webcast - future slides appear in the slide menu
- TR-552 - CaaS widgets with playlist - On iOS thumbnail is out of alignment
- FEC-4550 - Mobile skin: moderation text outstanding from the box area
- FEC-4547 - Customized info: no close button appears for Info screen
- FEC-4510 - Mobile Skin - custom style brakes player on mobile
- SUP-6115 - Apple Voice over not working with thumbnail emebd
- SUP-6782 - inquiry as to mobile thumbnail embed - number of clicks to start a video
- FEC-4555 - Mobile Skin - Related video: replay button disabled after an entry finished
- FEC-4552 - Mobile Skin - Related videos - Play Button and spinner is shown at same time
- FEC-4549 - Mobile Skin - Overly is shown on control bar
- FEC-4544 - Mobile Skin - OTT skin in fullscreen mode shows control bar cut
- FEC-4538 - Mobile Skin - Playhead is not shown on the beginning of a progress bar
- FEC-4540 - Mobile Skin - HLS server side rate selector has wrong default value
- FEC-4535 - Mobile skin - control bar is cut after using native mobiles select box ( captions/Moderation)
- FEC-4543 - Mobile Skin - disables large play button while player has an auto loop
- FEC-4539 - Mobile Skin - When player has custom style smart containers are shown even if you don't have plugins in a player
- FEC-4542 - Info plugin: The info data doesn't re-sized in full screen mode
- FEC-3608 - Related Videos - Videos are cut after closing and reing Related plugin
- PLAT-4866 - webcast -last 10 sec of video is missing from the live event .
- FEC-4455 - ID3 tag sync - changing slides less than three seconds cause that the second slide don't appear
- FEC-4573 - DRM playback: after refreshing test page ,the replay doesn't works properly on FF
- FEC-4575 - Mobile Skin: Clicking on play button disables share (share was ed before)
- FEC-4465 - High cpu usage when there are many slides (>30)
- FEC-4456 - HLS OSMF - the spinner appears during DVR playing if to stop and re-run Kaltura stream
- FEC-4459 - HLS OSMF - take around 10-12 seconds to switch from DVR to Kaltura Live
- FEC-4462 - HLS OSMF - Seek in Kaltura DVR take more time than in previous player version
- FEC-4458 - HLS OSMF - Kaltura Live with DVR loaded with 40-50 seconds of delay
- FEC-4567 - Regression: Kaltura Live without DVR stuck at beginning for 10-15 second
- WEBC-632 - Use the creation time for answer-on-air instead of relative time
- FEC-4460 - HLS OSMF - the Kaltura live's time isn't synchronized with the timer - 1 minute difference
- FEC-4457 - HLS OSMF - After Kaltura Live stopped, the DVR started from 1 minute
- FEC-4452 - HLS OSMF - the DVR timer of the Kaltura live stopped to update after several seconds
- FEC-4451 - HLS OSMF - the timer for Kaltura live isn't updated
- FEC-4582 - Playlist with moderation: if select other entry during moderation screen ed ,the video blurred
- FEC-4536 - Mobile Skin - Multi streams box is located in center of a player
- FEC-4596 - Regression: empty playlist in full screen mode displayed on the half of the screen
- WEBC-644 - webcast embed - cancel button isn't in the right place (and fonts are wrong)
- FEC-4471 - HLS OSMF - external stream (WhetherNation) stuck during manual throttling
- FEC-4581 - It takes too long to start playing live (HLS)
- FEC-4594 - HLS OSMF - Kaltura Live without DVR and VOD periodically stuck for 2-3 seconds during throttling
- FEC-4612 - mac/iPad - after preforming stop/start in the encoder the video doesn't return until refresh the page
- FEC-4611 - embed webcast - the message on the player when on off air mode is cut due to QnA
- KMS-9595 - In Video Quizzes: Seek to the end of video via end button is not working in HDS (playhead continue to play and cue-points are not pop-upped)
- SUP-6931 - Support for inlineScripting RESOLVED
- KMS-9632 - In Video Quizzes: General: Skip for now is hidden in case of showing question when plugin option list is ed
- FEC-4615 - session Android and iOS
- SUP-6773 - Kaltura player v2.36.2 - live stream with pre-roll ads mixed audio
- KMS-9871 - In Video Quizzes: Player puts different questions on the same cue-point after seek from pause (causes to add few questions in one cuepoint)(youtube entry)
- FEC-4645 - Hidden Playlist - Next/Previous buttons not display during video playing on iPad
- FEC-4638 - Vertical responsive playlist distorted after the browser resized
- FEC-4636 - Lecture capture: Duration time works for first chapter only
- FEC-4630 - Share&Embed and LC - Share screen is unexpectedly when player stared to play on Android
- FEC-4352 - CaptureSpace - scrubber does not move and spinner stuck on the player (MAC only)
- FEC-4669 - double play on native component READY FOR MERGE
- FEC-4612 - mac/iPad - after preforming stop/start in the encoder the video doesn't return until refresh the page
- SUP-6647 - alert-container text overflows
- FEC-4664 - webcast iPad/ mac - slides doesn't appear in the menu slides
- FEC-4580 - Enhanced Advertising > Content playback flow for web READY FOR DEV
- SUP-6765 - Player does not end playback properly
- SUP-6906 - Cursor remains hidden after exiting fullscreen
- FEC-4660 - webcast on mac / ipad - after stop start the slides doesn't change
- SUP-6442 - Playlist player overflow in IPHONE 6+
- SUP-6927 - Audio thumbnail display issues.
- SUP-6143 - Player v2.35 - Icons Display
- FEC-4657 - Player seeks when changing audio stream
- FEC-4666 - autoplay doesn't work after switching media
- FEC-4432 - [Android] Add support for offline playback in mobile
- FEC-4682 - Regression - dfp overly is shown on wrong place on Android 6.0
- OSMF-HLS plugin Buffers Refactor

kaltura-nginx VOD module changelog:
- decryption
- vod to live
- use standard nginx upstreams
- OpenSSL detection during configure

Install scripts changelog:
- Support Nginx SSL config

To upgrade, please follow:
RPM based:

Deb based:

Or, if running a cluster:

As always, your feedback is welcomed,

Posts: 3

Participants: 2

Read full topic

Test console upload api not functioning properly

$
0
0

@prakhar_oodles wrote:

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. but whenever i try uploading file from test console API it uploads in /opt/kaltura/web/content/uploads but i can't see it in content list from publisher GUI.

Posts: 2

Participants: 2

Read full topic

Acces control profile hole

$
0
0

@Frat wrote:

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 :

"http://mydomain.com/api_v3/index.php?service=stats&apiVersion=3.1&expiry=86400&clientTag=kwidget%3Av2.38.1&format=1&ignoreNull=1&action=collect&event:eventType=17&event:clientVer=2.38.1&event:currentPoint=0&event:duration=11154.52&event:eventTimestamp=1453130496070&event:isFirstInSession=false&event:objectType=KalturaStatsEvent&event:partnerId=100&event:sessionId=5615765a-bcf0-da0a-3d73-8027980d080f&event:uiconfId=23448188&event:seek=false&event:entryId=0_eyyomq1h&event:widgetId=100&event:referrer=http%253A%252F%252Fcleeng.com%252Fembed%252FR587818969FR%253FdimWidth%253D640%2526dimHeight%253D490&kalsig=d5f35315e4fd10553e3bf268da9d96b2"

"http://mydomain.com/p/100/sp/10000/serveFlavor/entryId/0_eyyomq1h/v/2/flavorId/0_rwpdu584/forceproxy/true/name/a.mp4"

The first url is useless, but the second works fine instead of been blocked.

I did not find this issue elsewhere.

Regards

Posts: 1

Participants: 1

Read full topic

Exception existing connection is forcibly closed using python

$
0
0

@petrosemg wrote:

Since Yesterday I get the following error when I am running my python scripts accessing the API. The error will happen randomly during the script execution. I am blocked since the scripts are updating important meta data for my application. We use the SaaS solution.

File "C:\Python27\lib\site-packages\KalturaClient\Plugins\Core.py", line 52627, in list
resultNode = self.client.doQueue()
File "C:\Python27\lib\site-packages\KalturaClient\Client.py", line 324, in doQueue
postResult = self.doHttpRequest(url, params, files)
File "C:\Python27\lib\site-packages\KalturaClient\Client.py", line 274, in doHttpRequest
f = self.openRequestUrl(url, params, files, self.requestHeaders)
File "C:\Python27\lib\site-packages\KalturaClient\Client.py", line 237, in openRequestUrl
raise KalturaClientException(e, KalturaClientException.ERROR_CONNECTION_FAILED)
KalturaClient.Base.KalturaClientException: [Errno 10054] An existing connection was forcibly closed by the remote host (-4)

Posts: 5

Participants: 2

Read full topic


Drop folder put in category

Kaltura Analytics API

Universal studio not loading default players

$
0
0

@flavius wrote:

Hello,

I'm using version 11.3.0 and I cannot edit / duplicate existing players from the Universal Studio flash editor.
The HTML5 Version is 2.37.3
There is an Angular JS runtime error:

and no errors from kaltlog.

Would anyone know why / how this could happen?

Cheers,

Flav

Posts: 2

Participants: 2

Read full topic

Red5 file upload and DWH cycle failed after upgrade 11.6

$
0
0

@eemirtekinn wrote:

[root@kaltura ~]# /opt/kaltura/bin/kaltura-sanity.sh
[Space on /] [PASSED, RC: 0] - [.003674649]
[Space on /opt/kaltura/web] [PASSED, RC: 0] - [.003546695]
[Check httpd daemon status] [PASSED, RC: 0] - [.023354439]
Napping 1 seconds to allow the daemon httpd to finish its init after monit restarted it..
Napping 2 seconds to allow the daemon httpd to finish its init after monit restarted it..
Napping 3 seconds to allow the daemon httpd to finish its init after monit restarted it..
[Check httpd daemon is started by Monit] [PASSED, RC: 0] - [4.261568337]
[check daemon httpd init status] [PASSED, RC: 0] - [.004759549]
[Check kaltura-sphinx daemon status] [PASSED, RC: 0] - [.027469306]
[Check kaltura-sphinx daemon is started by Monit] [PASSED, RC: 0] - [10.567329368]
[check daemon kaltura-sphinx init status] [PASSED, RC: 0] - [.004421807]
[Check kaltura-batch daemon status] [PASSED, RC: 0] - [.026433933]
Napping 1 seconds to allow the daemon kaltura-batch to finish its init after monit restarted it..
Napping 2 seconds to allow the daemon kaltura-batch to finish its init after monit restarted it..
Napping 3 seconds to allow the daemon kaltura-batch to finish its init after monit restarted it..
Napping 4 seconds to allow the daemon kaltura-batch to finish its init after monit restarted it..
Napping 5 seconds to allow the daemon kaltura-batch to finish its init after monit restarted it..
Napping 6 seconds to allow the daemon kaltura-batch to finish its init after monit restarted it..
[Check kaltura-batch daemon is started by Monit] [PASSED, RC: 0] - [6.212003099]
[check daemon kaltura-batch init status] [PASSED, RC: 0] - [.004606432]
[Check kaltura-monit daemon status] [PASSED, RC: 0] - [.023144375]
[check daemon kaltura-monit init status] [PASSED, RC: 0] - [.004642978]
[Check memcached daemon status] [PASSED, RC: 0] - [.022893296]
Napping 1 seconds to allow the daemon memcached to finish its init after monit restarted it..
Napping 2 seconds to allow the daemon memcached to finish its init after monit restarted it..
Napping 3 seconds to allow the daemon memcached to finish its init after monit restarted it..
Napping 4 seconds to allow the daemon memcached to finish its init after monit restarted it..
Napping 5 seconds to allow the daemon memcached to finish its init after monit restarted it..
Napping 6 seconds to allow the daemon memcached to finish its init after monit restarted it..
Napping 7 seconds to allow the daemon memcached to finish its init after monit restarted it..
Napping 8 seconds to allow the daemon memcached to finish its init after monit restarted it..
Napping 9 seconds to allow the daemon memcached to finish its init after monit restarted it..
[Check memcached daemon is started by Monit] [PASSED, RC: 0] - [9.442849173]
[check daemon memcached init status] [PASSED, RC: 0] - [.004633895]
[kaltura-html5lib ver in KMC config.ini] [PASSED, RC: 0] - [.102884332]
[kaltura-kdp3 ver in KDP3 config.ini] [PASSED, RC: 0] - [.040406185]
[kaltura-kmc ver in KMC config.ini] [PASSED, RC: 0] - [.045240760]
[Get KMC SWFs] [PASSED, RC: 0] - [.127690504]
[check_testme_page] [PASSED, RC: 0] - [14.247045186]
[check_kmc_index_page] [PASSED, RC: 0] - [.020835387]
[check_admin_console_index_page] [PASSED, RC: 0] - [.480929346]
[check_studio_index_page] [PASSED, RC: 0] - [.013889421]
[check_clipapp_index_page] [PASSED, RC: 0] - [.495025523]
[Create Partner] [PASSED, RC: 0] - [1.436053838]
[Local dropfolder creation] [PASSED, RC: 0] - [.369388974]
[Create flavor param] [PASSED, RC: 0] - [.410269582]
[Delete flavor param] [PASSED, RC: 0] - [.182209818]
[HTTP notification:
No HTTP templates exist.
 Try running:
php /opt/kaltura/app/tests/standAloneClient/exec.php /opt/kaltura/app/tests/standAloneClient/httpNotificationsTemplate.xml /tmp/out.xml
Passing -2 as partner ID] [PASSED, RC: 0] - [.410269582]
[Mail notification: ID: 18, Subject: Your video is ready to be played!, Mail body: Hello world:)] [PASSED, RC: 0] - [.410269582]
[Upload content kaltura_logo_animated_blue.flv] [PASSED, RC: 0] - [.598495385]
Napping 10 seconds to allow entry 0_e4nhu25c to digest..
Napping 10 seconds to allow entry 0_e4nhu25c to digest..
Napping 10 seconds to allow entry 0_e4nhu25c to digest..
Napping 10 seconds to allow entry 0_e4nhu25c to digest..
[kaltura_logo_animated_blue.flv - 0_e4nhu25c status] [PASSED, RC: 0] - [40.610887962]
[Create thumb for 0_e4nhu25c] [PASSED, RC: 0] - [.408577792]
[Clipping 0_e4nhu25c] [PASSED, RC: 0] - [.440951533]
[Trimming 0_e4nhu25c] [PASSED, RC: 0] - [.415825266]
[Mock playback 0_e4nhu25c] [PASSED, RC: 0] - [.228473347]
[Adding captions to 0_e4nhu25c] [PASSED, RC: 0] - [.310487828]
[Searching for Example||Deja||Bold in 0_e4nhu25c metadata] [PASSED, RC: 0] - [.191962089]
[Entry reconversion of 0_e4nhu25c succeeded] [PASSED, RC: 0] - [.318695066]
Napping 30 seconds to allow mail to be sent out..
[Found an email sending entry for mb-kaltura.yasar.edu.tr@kaltura.com[PID is 135] in /var/log/maillog] [PASSED, RC: 0] - [30.010206196]
Testing analytics, be patient..

Please note: if you are running this test on a clustered ENV, it will fail but this does not mean there is an actual problem.
The tech information as to why is available here:
https://github.com/kaltura/platform-install-packages/issues/106#issuecomment-42837404

[DWH cycle] [FAILED, RC: 255] - [37.203860812]
[Upload content kaltura_logo_animated_green.flv] [PASSED, RC: 0] - [.710325315]
[Upload bulk using CSV] [PASSED, RC: 0] - [.384476196]
[Upload bulk using XML] [PASSED, RC: 0] - [.288162145]
[Create player] [PASSED, RC: 0] - [.192981908]
[Generate thumb] [PASSED, RC: 0] - [.308571705]
[Delete partner] [PASSED, RC: 0] - [.480202869]
[Red5 file upload] [FAILED, RC: 2] - [.071434530]


Thank you for running Kaltura! To keep Kaltura viable, stable and well tested, please join the community and help by contributing sanity tests that verify overall platform stability: http://bit.ly/kaltura-ci , and by contributing to the project roadmap by solving simple tasks and challenges: http://bit.ly/kaltura-tasks.

kaltlog is below

[root@kaltura ~]# kaltlog
==> /opt/kaltura/log/batch/dbcleanup-0-2016-01-22.err.log <==
PHP Fatal error:  Uncaught exception 'KalturaClientException' with message 'couldn't connect to host' in /opt/kaltura/app/batch/client/KalturaClientBase.php:362
Stack trace:
#0 /opt/kaltura/app/batch/client/KalturaClient.php(1299): KalturaClientBase->doQueue()
--
==> /opt/kaltura/log/batch/jobsuspender-0-2016-01-22.err.log <==
PHP Fatal error:  Uncaught exception 'KalturaClientException' with message 'couldn't connect to host' in /opt/kaltura/app/batch/client/KalturaClientBase.php:362
Stack trace:
#0 /opt/kaltura/app/batch/client/KalturaClient.php(1137): KalturaClientBase->doQueue()
--
==> /opt/kaltura/log/batch/partnerloadcleanup-0-2016-01-22.err.log <==
PHP Fatal error:  Uncaught exception 'KalturaClientException' with message 'couldn't connect to host' in /opt/kaltura/app/batch/client/KalturaClientBase.php:362
Stack trace:
#0 /opt/kaltura/app/batch/client/KalturaClient.php(1122): KalturaClientBase->doQueue()

Posts: 7

Participants: 2

Read full topic

Create playlist on the fly

$
0
0

@KillMeGerty wrote:

Hello everyone!
I need to dynamically create playlist , using array if media_id's. I don't want to save playlist on media server - just create on the page player with selected media's (in playlist).
Please answer me , can I do it or not? If can - please give a example how to do it.

Also I found in API documentatin method, playlist:executefromcontent - it gives me list of media's metadata . Can I use this somehow?
Thank you

Posts: 1

Participants: 1

Read full topic

Viewing all 2994 articles
Browse latest View live