Menu

MPD generation

Help
Haitham
2014-07-18
2014-07-27
  • Haitham

    Haitham - 2014-07-18

    Im trying to create an MPD file for adaptive streaming
    I've created different versions of the mp4 file I want to stream using x264 giving each version a different bitrate and quality level.
    I then used MP4Box to generate the MPD file which was generated, however when validating it using http://www-itec.uni-klu.ac.at/dash/?page_id=605# it failed the validation.

    Below is an example of the command line I used in MP4Box and the immidiate result

    MP4Box -dash 1000 -out Vid1.mpd /home/alkhuhsm/Desktop/MSc_Proj_Vids/Vid1Br96.mp4 /home/alkhuhsm/Desktop/MSc_Proj_Vids/Vid1Br192.mp4
    DASH-ing files: 1.00s segments 1.00s fragments single sidx per segment
    [DASH] Generating MPD at time 2014-07-18T15:17:54Z
    DASHing file /home/alkhuhsm/Desktop/MSc_Proj_Vids/Vid1Br96.mp4
    DASHing file /home/alkhuhsm/Desktop/MSc_Proj_Vids/Vid1Br192.mp4

    Was the command line I used correct?

    And if not what is the correct one

     
  • Romain Bouqueau

    Romain Bouqueau - 2014-07-24

    Can you attach the report from the validator?

     
    • Haitham

      Haitham - 2014-07-27

      Romain it works now, there was a problem with the mp4 file I used.