Skip to content

0.2.27

Compare
Choose a tag to compare
@leandromoreira leandromoreira released this 16 Dec 17:19
  • tons of refactorings: seek time (became a core plugin), dvr controls, container, core and etc.
  • new plugin SourcesPlugin to handle multi sources
  • allows overriding loader component
  • adds 'events' property to options
new Clappr.Player({
//... now you also subscribe to player events using options
events: {
   "onPlay": function() { },
   "onError": function() { },
}
})
  • updates documentation
  • new event: CORE_CONTAINERS_CREATED
  • events changed: PLAYBACK_LEVELS_AVAILABLE (with additional parameter initial level)
  • faster start up #696 (canplay fires bufferfull)
  • lots of fixes