Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (11 loc) · 486 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 486 Bytes

Running the samples

  • Clone this repository
  • npm install
  • npm start

Just access the main page at http://localhost:8080. It's a basic test page, actually the same used on http://cdn.clappr.io.

Available plugin samples

UICorePlugin

Additional interface for media control - ClapprSamples.CoreExtraInterface

This sample shows how to build a UICorePlugin that renders an element that shows/hides together with the media control.

MediaControl

Soon