← Back to team overview

mahara-contributors team mailing list archive

[Bug 1742349] Re: External(Kaltura) video doesn't play when block is on auto-retract

 

The problem with Kaltura videos in automatically retracted blocks looks
to be related to the external javascript from Kaltura the Mahara block
fetches to render the video.

The Mahara block sets up some video information on page load
 - but when the block is auto retracted it seems the video player knows it is not 'visible' on page and so fails to load some info. 

I get this error: embedPlayer.kalturaPlayerMetaData is null

We probably need to alter how we load/start the Kaltura video and do it
in a more controlled way. Possibly using the info here
http://player.kaltura.com/docs/index.php?path=kwidget so that we can
load the video on either page load or when a button is clicked (in this
case when we expand the collapsed block)


** Changed in: mahara
       Status: New => Confirmed

** Changed in: mahara
   Importance: Undecided => Medium

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1742349

Title:
  External(Kaltura) video doesn't play when block is on auto-retract

Status in Mahara:
  Confirmed

Bug description:
  
  Hi,
  This one is similar to bug report - Bug #1565669
  Embedded Kaltura video in Mahara not displaying when the setting retractable is set to Automatically retract.
  The video will play when set to Retractable=Yes or Retractable=No.

  This one is similar to bug report - Bug #1565669

  
  Example Embed:
  <iframe id="kaltura_player" src="https://cdnapisec.kaltura.com/p/2246991/sp/224699100/embedIframeJs/uiconf_id/38197461/partner_id/2246991?iframeembed=true&playerId=kaltura_player&entry_id=0_t2juqhe6&flashvars[streamerType]=auto&amp;flashvars[localizationCode]=en&amp;flashvars[leadWithHTML5]=true&amp;flashvars[sideBarContainer.plugin]=true&amp;flashvars[sideBarContainer.position]=left&amp;flashvars[sideBarContainer.clickToClose]=true&amp;flashvars[chapters.plugin]=true&amp;flashvars[chapters.layout]=vertical&amp;flashvars[chapters.thumbnailRotator]=false&amp;flashvars[streamSelector.plugin]=true&amp;flashvars[EmbedPlayer.SpinnerTarget]=videoHolder&amp;flashvars[dualScreen.plugin]=true&amp;&wid=0_lp5uyok9"; width="400" height="285" allowfullscreen webkitallowfullscreen mozAllowFullScreen frameborder="0" title="Kaltura Player"></iframe>

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1742349/+subscriptions


References