Skip to content

0.2.24

Compare
Choose a tag to compare
@leandromoreira leandromoreira released this 08 Dec 19:15
  • updates hls.js to v0.3.5
  • updates flashls
  • new events: PLAYBACK_STOP, PLAYBACK_LEVELS_AVAILABLE, PLAYBACK_LEVEL_SWITCH_START, PLAYBACK_LEVEL_SWITCH_END, CONTAINER_OPTIONS_CHANGE and CORE_OPTIONS_CHANGE
  • fixes: #651, resize observer leak
  • adds options actualLiveTime, autoSeekFromUrl
  • enables upload of external plugins on cdn.clappr.io
  • adds flashls configuration parameter #707
  • adds wmode property to flash base playback
  • HTML5VideoPlayback have priority over HTML5AudioPlayback
  • adds the possibility to reconfigure the player after its instantiation configure

Changes to API

-UIContainerPlugin(options)
+UIContainerPlugin(container)

-ContainerPlugin(options)
+ContainerPlugin(container)

Heads up

When you need to access any of the options please use: this.options (on xContainer plugins) and this.core.options (on xCore plugins).

Usage examples:

player.configure({poster: 'newPoster.jpg'}) //will change the poster
player.configure({src: 'newSource'}) //will load the new media