Giter Site home page Giter Site logo

dashdownloader's Introduction

#DashDownloader

This DashDownloader is able to download the video behind the following mpd file: http://dash.edgesuite.net/dash264/TestCasesHD/2a/qualcomm/1/MultiResMPEG2.mpd

It analyzes the xml structure in the mpd file and saves the video and audio segments into an intern data model.

After that it chooses each segment which shall be downloaded according to the current bandwidth. The Bandwidth is measured by downloading a self-uploaded 1 000 000 byte file from a self-owned server and keeping the time.

Then it downloads the file to a file on the hard drive of the owner naming it "segment_x.mp4" while increasing x after each Segment. After downloading all video segments it downloads the audio segment (in this mpd file there is only 1 audio file so the program does not measure the bandwidth).

In the end it shall combine all downloaded video and audio segments to one file. Concatenating 2 video files was not necessary in that mpd file but we added the functionality by just combining the streams of each saved segment and concatenating them. We couldn’t test the function though because of our mpd file. We tried to combining audio and video but it is not so easy possible without using other programs like FFmpeg: http://ffmpeg.zeranoe.com/builds/

Even though the program runs only with this specific mpd file it is easily possible to extend the functionality to another mpd file with more than 1 segment, since the inner data structure is created to support more than 1 segment.

dashdownloader's People

Contributors

greece57 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.