Open source DRM for MPEG-4 and MPEG-2 adhering to ISO/MPEG IPMP open standards (MPEG IPMP Hooks and IPMP-X), ISMAcryp and OMA DRM 2 specs. Includes CA, PKI, DOI mgmt, ISMA streaming, license server, encoding/encryption, player, plugin architecture, etc
This code is not mine! It has been developed by Mutable, Inc. and released under the Mozilla Public License version 1.1
The first thing you want to do to get the server running is to follow these steps
On most Debian-based distros, this should work
sudo apt-get install openjdk-7-jdk
This can be complicated depending on your Linux version as this is a fairly old MySQL version, but this is the one that's supported :/
You can get it here
OpenIPMP uses the JAVA_HOME
and JBOSS_HOME
environment variables. You can add something like this to your /etc/environment
file. Make sure to double-check the paths, and don't forget to log-out and back in to refresh your environment
JAVA_HOME="/usr/lib/jvm/java-1.7.0"
JBOSS_HOME="/opt/jboss-4.0.2"
In order to load the certificate files into the database, the project used the LOAD_FILE
MySQL function (more info here), specifically in the admin_OMADRM.sh script. This is crucial for the installation to work. If you're having issues with this, you can move the certificate files referred in the script to the location described by your secure_file_priv
MySQL system variable.
Most of the installation steps are automated through the install.sh script. Execute it, and inspect the output carefully for errors.
Go to the OpenIPMP default URL, and create an account.