AVObjects Redistribution Guidelines

From AVObjects Knowledge Base
(Difference between revisions)
Jump to: navigation, search
Line 15: Line 15:
 
NOTE: If you use Multimedia Bridge except of dlls from "MultiMedia Bridge\bin" you also need to copy and register "MLBridgeVLC.dll" from "MultiMedia Bridge\bin\VLC".
 
NOTE: If you use Multimedia Bridge except of dlls from "MultiMedia Bridge\bin" you also need to copy and register "MLBridgeVLC.dll" from "MultiMedia Bridge\bin\VLC".
  
*.ax files from "bin" folder and register them just like common dll.
 
 
# Copy MLProxy.dll that you have recieved in your license email.  
 
# Copy MLProxy.dll that you have recieved in your license email.  
 
# Regsiter original DLLs (including MLProxy.dll) with one of the following methods:
 
# Regsiter original DLLs (including MLProxy.dll) with one of the following methods:

Revision as of 11:54, 26 July 2012

This document explains how to redistribute MediaLooks' components with your products.

Redistribution Guidelines

Once you have licensed any of our products, you will receive a set of license files (.LIC), each corresponding to a DLL from the product package. The license files will unlock the DLLs, that are available via the standard downloads from our web site.

When integrating our product into your own application, all you need for redistribution is the Dlls and the license files.

Here's a rough list of things that you need to do.

  1. Copy our DLLs used in your project to the target folder. Please note that it must be both original DLLs (for example MGPlayoutPXT.dll) and interop files.

NOTE: If you use Decoder Pack or Capture Pack you also need to copy *.ax files from "bin" folder and register them just like common dll.

NOTE: If you use Multimedia Bridge except of dlls from "MultiMedia Bridge\bin" you also need to copy and register "MLBridgeVLC.dll" from "MultiMedia Bridge\bin\VLC".

  1. Copy MLProxy.dll that you have recieved in your license email.
  2. Regsiter original DLLs (including MLProxy.dll) with one of the following methods:
    1. Call "regsvr32.exe <name>.dll.
    2. SelfRegModules MSI Action.
    3. WiX tag <File Id=... SelfRegCost=<size of data for write to register> .../>
    4. Via the installer. The registration data can be retrieved from the DLL if you open it in, say, Visual Studio and read the "REGISTRY" section.
  3. Copy the license file (.LIC) into the same folder with either our DLL or your app's executable (preferred).

Note: Do not rename the .LIC file or the .DLL.

Personal tools