Clappr
UI Extension
Clappr is an extensible media player for the web with plugin architecture and support for multiple playback formats.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #147
KEY FEATURES
Extensible player
Plugin system
Multiple formats
Chromecast
Picture-in-picture
Responsive
Custom UI
Usage Example
Here's how you'll use Clappr with Oorian once the extension is available:
Java
// Create and configure Clappr component
Clappr component = new Clappr();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, ClapprEvent.class);
// Add to your page
container.addElement(component);Note: This is a preview of the expected API. The actual implementation may vary slightly when released.