Releases for Video Player & Playlist Widget

Video Player & Playlist Widget Dragonfly

Download: kdp_v3.5.7.4.tgz
Size: 24.81 MB
md5_file hash: 70fb04b637ec6b89f3e61fa28fb490c7
First released: Mon, 05/30/2011 - 13:47
Last updated: Mon, 05/30/2011 - 14:07

Dragonfly release.

Video Player & Playlist Widget Cassiopeia

Download: kdp_v3.4.10.2.tgz
Size: 21.64 MB
md5_file hash: 865999cc22f0b338744773c97b246a42
First released: Thu, 11/11/2010 - 17:23
Last updated: Thu, 11/11/2010 - 17:26

bug fixing

Video Player & Playlist Widget Cassiopeia

Download: kdp_v3.4.5.tgz
Size: 9.38 MB
md5_file hash: c6cd042083448e68dcd7ca4d9b2eafa2
First released: Thu, 08/05/2010 - 11:09
Last updated: Thu, 08/05/2010 - 11:21

Added new notifications:

  1. PLAYBACK_COMPLETE – "playbackComplete – fired when a media has finished playing in the player (whatever media it is).
  2. SEQUENCE_ITEM_PLAY_END – "sequenceItemPlayEnd" – fired when a sequence item has finished playback (including its subsequence).
  3. PRE_SEQUENCE_COMPLETE – "preSequenceComplete" – fired when the pre-sequence completes playback
  4. POST_SEQUENCE_COMPLETE – "postSequenceComplete" – fired when the post-sequence completes playback.
  5. SEQUECE_SKIP_NEXT – "sequenceSkipNext" – fired when the skip button is clicked. Causes the player to skip to the next ad (if, for instance, several pre-rolls are configured to happen, the next pre-roll will start playing).
  6. ENTRY_RESTRICTED - "entryRestricted" – fired when the entry is restricted in some way that prevents the kdp playing it (pre-moderation status, pre-conversion status, access control). The case of a restricted entry has been separated from the case of KDP_EMPTY.
  7. The notifications PRE_1_START ("pre1start") and POST_1_START ("post1start"), as well as the dynamic notifications signifying the end of the post/pre sequence have been deprecated and are no longer used.

New Kaltura events for statistics:

Several new events have been added to the statistics plugin to provide the system with more information about the number of views of ads that play in the KDP sequence:

  1. AD_START – "adStart" – fired when an ad begins to play
  2. FIRST_QUARTILE_OF_AD – "firstQuartileOfAd" – fired when an ad reaches 25% of its playback.
  3. MID_OF_AD – "midOfAd" – fired when an ad reaches the middle of its playback
  4. THIRD_QUARTILE_OF_AD – "ThirdQuartileOfAd" – fired when ad ad reaches 75% of its playback
  5. AD_END- "adEnd" – fired when an ad reaches its end.
  6. AD_CLICK – "adClick" – fired when ad ad is clicked
  7. BUMPER_STARTED – "bumperStarted" – fired when the bumper begins its playthrough.
  8. BUMPER_CLICKED – "bumperClicked" – fired when the bumper is clicked.

Changes to flashvars:

  1. "fileSystemMode=true" no longer causes the skin to be loaded from a hard-coded location. If a user set the skinPath via the flashvars that skin will be loaded despite fileSystemMode.
  2. "sourceType=f4m" now causes the KDP to address the "entryId" flashvar as if it was the url of a manifest to load.
  3. Use of "playlistAPI.autoPlay" has been deprecated; the playlist now automatically begins playing if the flashVar "autoPlay" is set to "true". Backward compatibility has been maintained and setting "playlistAPI.autoPlay" to true has the same effect as before.
  4. Added new flashvar "mediaProtocol" which signifies the protocol in which the media is to be found. For instance, rtmpt. If user sets mediaProtocol=rtmpt in the flashvars the KDP will attempt to "tunnel".

Changes to plugins:

  • New plugin – VAST plugin – allows advertising using VAST xml files. To use this plugin the following tag must be entered in the uiconf
    <Plugin id="vast" numPreroll="[number of pre-rolls to request]" prerollInterval="[]" prerollStartWith="[How many entries should play before the first pre-roll is shown]" prerollUrl="[Url from which the VAST xml is to be retrieved]" numPostroll="[number of post-roll ads to show]" postrollInterval="[how many entries whould the post-roll reoccur?]" postrollStartWith="[How many entries should play before the first post-roll is shown]" postrollUrl="The url from which to retrieve the VAST xml for the post-roll ads" preSequence="1" postSequence="1" timeout="4" flashCompanions="the information about displaying the companion ads in flash .The correct form for the info : id:relativeTo:width:height;... " htmlCompanions=" the information about displaying the companion ads in html .The correct form for the info : id:width:height;... "
    In order to use overlay ads, the following tag must entered into the uiconf:
    <Plugin id="overlay" swfUrls="{vast.overlays}" overlayStartAt="{vast.overlayStartAt}" overlayInterval="{vast.overlayInterval}" displayDuration="5" width="100%" height="100%"/>
  • New plugin loading policy – "preInitialize". If loadingPoilicy for a plugin is set to this, the KDP will attempt to load the plugin before parsing and building the layout. This is useful if a plugin needs to tamper with layout classes, such as the KButton.
  • Statistics plugin now sends a unique sessionId which is a GUID.
  • Statistics plugin now sends the referrer in an escaped form.

Open issue (currently known):

  1. New OSMF library does not allow us to pause a live stream entry. Pressing the pause button, for the time being, does nothing.
  2. The caption that counts down the time till the end of an ad currently reads (by default) "The video will start in XX seconds". If the user configured more than one pre-roll for his VAST program, this will lead to every ad showing this caption with its own time inserted in it. This is a bad user experience. In the case of a post-roll the caption is unnecessary but will show up anyway.
  3. Live-stream entries currently cannot be played with VAST ads or bumpers. Will be fixed in version 3.4.6.
  4. Pressing the skip button many times and rapidly during an ad may cause it to get stuck as the "entry", and the original entry does not return.

Video Player & Playlist Widget api_v3

Download: kdp_v3.3.9.tgz
Size: 18.75 MB
md5_file hash: 297596e85d8ca632cb6ae5f043ef1971
First released: Mon, 06/14/2010 - 22:28
Last updated: Mon, 06/14/2010 - 22:30

Added plugins.
Updated JS Apis and fixed bugs with IE.

Video Player & Playlist Widget api_v3

Download: kdp_v3.2.2.tgz
Size: 18.7 MB
md5_file hash: e08ff6e62a3089f0ae128fcaeee610ce
First released: Mon, 04/19/2010 - 07:30
Last updated: Mon, 04/19/2010 - 07:32

The new KDP3 version.
Adobe Flash player based on OSMF, Yahoo ASTRA and PureMVC.
Include all playback features supported by Flash Player.
Dynamic UI built from external xml (uiConf) file.
Skin is loaded at run-time - compiled swf files (from FLA)
For more details check the docs - http://www.kaltura.org/kdp-3x-kaltura-dynamic-media-player

Kaltura Dynamic Player (KDP) + Playlist Widget Partner Services 2

Download: kdp_v2.6.2.tgz
Size: 9.38 MB
md5_file hash: d92a9b057a35ea4f8fc590387b4ad415
First released: Mon, 01/04/2010 - 21:21
Last updated: Mon, 01/04/2010 - 21:22

minor fixes and plugins support

Kaltura Dynamic Player (KDP) + Playlist Widget partnerServices2

Download: kdp_v2.0.2.tgz
Size: 11.29 MB
md5_file hash: 60d0e5e9989021b97de887f1d60bb1b4
First released: Sun, 04/05/2009 - 13:10
Last updated: Thu, 06/04/2009 - 07:38

First release.