KDP not playing a video with overlay text

Project:Video Player & Playlist Widget
Version:partnerServices2
Component:Miscellaneous
Category:bug report
Priority:critical
Assigned:Kalturian
Status:closed
Total votes:0
Description

KDP will stop playing after 4 seconds where the overlay text shows.
This video is created by KAE.

Example

video platformvideo managementvideo solutionsfree video player

Comments

#1

Hi millsC,

What version of the kae did you use (can you provide a link ) ?

#2

Here is the link

Client code

swfobject.embedSWF("http://www.kaltura.com/kae/ui_conf_id/47400", "ke", "830", "690", "9.0.0", false, flashVars, params);

Server code, C#

        flashVars.Add("partnerId", GlobalClass.KalturaSettings.KalturaPartnerID);
        flashVars.Add("subpId", GlobalClass.KalturaSettings.KalturaSubPartnerID);
        flashVars.Add("uid", dataKaltura.kSessionUser.UserId);
        flashVars.Add("ks", kClient.KS);
        flashVars.Add("kshowId", -2);
        flashVars.Add("entryId", GlobalClass.appSessions.remixObj.ID);
        flashVars.Add("backF", "onEditorBackClick");
        flashVars.Add("saveF", "onSEditorSaveClick");

#3

Component:Code» Miscellaneous
Priority:normal» critical
Assigned to:Anonymous» Kalturian
Status:active» fixed

Version 1.0.10 of AdvancedEditor used an old version of freeTransformText overlay.
Changed plugins.xml to use freeTransformText3.

#4

Status:fixed» closed

Automatically closed -- issue fixed for two weeks with no activity.