Code Monkey home page Code Monkey logo

drm-dash-stream-downloader's Introduction

Drm Dash stream downloader

Description

Downloads MPEG-DASH Cenc based drm contents by parsing the manifest if the keyID and key is known.

Requirements

  1. You would need to download ffmpeg and mp4decrypter from Bento4 SDK and ensure they are in path(typing their name in cmd invokes them).
  2. Dash-IF conforming Manifest file having information about the cenc keyID ,PSSH box information.
  3. Basic python knowledge to edit the script's manifest parser function according to your manifest and set your prefered download location.

Usage

  1. Clone the repository
  2. Install the requirements in requirements.txt using pip
  3. Find the manifest(mpd) file you would want to download and copy its url (Use Devtools if in a browser.)
  4. View the mpd file and check if it uses single mp4 segment or multi segments($Number_xx$.mp4)
  5. If it is of multi segments then use dashdownloader_multisegment.py
  6. Paste the mpd url in the script at the bottom inside the standalone check condition in mpd variable.
  7. Run the script after checking requirements are satisfied.

Note

CBCS and SAMPLE-AES contents need to be manually analyzed and the script has to be modified for decrypting those content.

drm-dash-stream-downloader's People

Contributors

jayapraveen avatar bobowo580 avatar alvarobeiro avatar

Forkers

akclick29

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.