Git Product home page Git Product logo

openipmp's Introduction

OpenIPMP2

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

Disclaimer

This code is not mine! It has been developed by Mutable, Inc. and released under the Mozilla Public License version 1.1

Getting the server up and running

The first thing you want to do to get the server running is to follow these steps

Install Java 1.7

On most Debian-based distros, this should work

sudo apt-get install openjdk-7-jdk

Install MySQL 5.5

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 :/

Download JBoss 4.0.2

You can get it here

Define some enviromental variables

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"

Make sure your MySQL installation can read files from the system

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.

Run the instalation script

Most of the installation steps are automated through the install.sh script. Execute it, and inspect the output carefully for errors.

Test the server

Go to the OpenIPMP default URL, and create an account.

openipmp's People

Contributors

gustakasn0v avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.