Code Monkey home page Code Monkey logo

gst-plugins-dtcpip's Introduction

WHAT IT IS
----------

dtcpip is a filter type component which will decrypt DTCP/IP encrypted content retrieved via HTTP GET from a DLNA (Digital Living Network Allicance) DMS (Digital Media Server).

This element utilizes DTCP/IP keys and a shared library which is loaded at runtime which performs the key exchange and decryption.  The following environment variables specify the location of the keys and shared library:
RUIH_GST_DTCP_KEY_STORAGE - directory containing keys, should end with /
RUIH_GST_DTCP_DLL - name including directory path to shared library to load 

DTCP/IP decryption can be disabled in which this element would just act as a passthrough by defining the following env var:
RUIH_GST_DTCP_DISABLE

In order to facilitate testing with Tru2Way OCAP RI DMS, this element can be configured through env vars to use a "mock" dll.  This "mock" dll has stubs for decryption methods and does no actual key exchange or decryption.  The "mock" library can only be used with an Tru2Way OCAP RI DMS which is also configured to use a "mock" library.  The mock *.so is checked into the test subdirectory. 

For use on the RUIH project, this element is not intended to be autoplugged by playbin, but rather to be included and managed by the dlnasrc element.

HOW TO BUILD IT
---------------
Issue the following commands from the dtcpip directory:
./autogen.sh

This will produce a Makefile, initiate the make via:
make

Install the plugin via:
sudo make install

This plugin will be built when entering the same commands from gst-plugins-cl (parent directory)

gst-plugins-dtcpip's People

Contributors

lorianderson avatar brendanlong avatar scottdeboy avatar

Watchers

James Cloos avatar msjang 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.