
About project
Replaces default video / audio player in Media Gallery & Image Library Display portlets by popular MediaElement.js player. No any additional specific configuration required - new player will be used automatically for all media files.
Source code and war are available on our GitHub repository:
Plugin deployment
1. Download war (or build it from sources).
2. Copy war to portal autodeploy directory (or deploy it manually).
Build from sources
Project based on Liferay Maven SDK and can be built using every IDE with Apache Maven support (e.g. Netbeans, Eclipse, or Idea) or directly using CLI. In order to build the portlet:
1. Install Apache Maven.
2. Download source code from GitHub or import it using git.
3. Unzip archive and run Maven:
mvn install
Created war archive will be available in /target folder in project directory.