VideoHelp Forum
+ Reply to Thread
Results 1 to 10 of 10
Thread
  1. Can anyone help me out get this video from NBC plz

    I tried using ffmpeg or rtmpdump maybe im doing it wrong heres the manifest I got

    Code:
    http://nbcdotcom-f.akamaihd.net/z/NBCdotCOM/8dd293f2039c208768c95daa98f88ac5_,0306,0496,0696,0896,1296,1696,.mp4.csmil/manifest.f4m?hdcore=2.10.3&g=FHXLKYTTZXHF
    Quote Quote  
  2. Hi,

    For this you should use AdobeHDS. For that you need to first install PHP. Following is the way to download and install PHP.


    Installing PHP for dummies (Windows only):
    1. Download PHP 5.4 zip package and extract it to C:\PHP folder.
    2. Download PHP.ini and copy it to the same folder.
    3. Right click on "My Computer" and go to Properties->Advanced->Environment Variables and add following string to the end of PathVariable.
      ;C:\PHP
    4. Open cmd prompt and type php -v. if you have done above steps correctly then you will see something like following.
      PHP 5.4.13 (cli) (built: Mar 15 2013 02:07:14)Copyright (c) 1997-2013 The PHP GroupZend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies



    Now go to this link https://github.com/K-S-V/Scripts and you will find Download Zip link on the right hand side of the page. The link for that zip file is this https://github.com/K-S-V/Scripts/archive/master.zip.


    Now extract this zip and copy AdobeHDS.php file and paste it in the C:/php folder that you created above.


    After that go to command prompt. The command prompt should be C:\PHP>


    Now type this


    php AdobeHDS.php --manifest "http://nbcdotcom-f.akamaihd.net/z/NBCdotCOM/8dd293f2039c208768c95daa98f88ac5_,0306,0496,0696,0 896,1296,1696,.mp4.csmil/manifest.f4m?hdcore=2.10.3&g=FHXLKYTTZXHF" --delete


    After you type the above press enter.


    Now the process would download all the fragments and join them You will find you file in C:/Php.


    Please let me know if u have any issues
    Quote Quote  
  3. In addition to the above, I would like to tell you that the video is available in 6 different bitrate which are 0306,0496,0696,0896,1296,1696.This you can see in the URL you provided. But this is not the exact bitrate. The bitrate are 304, 494, 694, 894, 1294, 1694. So if you specifically want to download at certain bitrate, you need to insert --quality switch in the above command. Let me show you. If you wanna downlaod the video at 894 bitrate, just copy paste this into the command prompt window where the command prompt shows u C:\PHP>




    php AdobeHDS.php --manifest "http://nbcdotcom-f.akamaihd.net/z/NBCdotCOM/8dd293f2039c208768c95daa98f88ac5_,0306,0496,0696,0 896,1296,1696,.mp4.csmil/manifest.f4m?hdcore=2.10.3&g=FHXLKYTTZXHF" -- quality 894 --delete


    Thats it. The video will be downloaded in 894 bitrate quality
    Quote Quote  
  4. Originally Posted by ragz4ragz View Post
    Hi,

    For this you should use AdobeHDS. For that you need to first install PHP. Following is the way to download and install PHP.


    Installing PHP for dummies (Windows only):
    1. Download PHP 5.4 zip package and extract it to C:\PHP folder.
    2. Download PHP.ini and copy it to the same folder.
    3. Right click on "My Computer" and go to Properties->Advanced->Environment Variables and add following string to the end of PathVariable.
      ;C:\PHP
    4. Open cmd prompt and type php -v. if you have done above steps correctly then you will see something like following.
      PHP 5.4.13 (cli) (built: Mar 15 2013 02:07:14)Copyright (c) 1997-2013 The PHP GroupZend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies



    Now go to this link https://github.com/K-S-V/Scripts and you will find Download Zip link on the right hand side of the page. The link for that zip file is this https://github.com/K-S-V/Scripts/archive/master.zip.


    Now extract this zip and copy AdobeHDS.php file and paste it in the C:/php folder that you created above.


    After that go to command prompt. The command prompt should be C:\PHP>


    Now type this


    php AdobeHDS.php --manifest "http://nbcdotcom-f.akamaihd.net/z/NBCdotCOM/8dd293f2039c208768c95daa98f88ac5_,0306,0496,0696,0 896,1296,1696,.mp4.csmil/manifest.f4m?hdcore=2.10.3&g=FHXLKYTTZXHF" --delete


    After you type the above press enter.


    Now the process would download all the fragments and join them You will find you file in C:/Php.


    Please let me know if u have any issues
    I get this when I try to download it :/

    Click image for larger version

Name:	nbc.png
Views:	1377
Size:	31.4 KB
ID:	20388
    Last edited by angelroj7; 7th Oct 2013 at 03:35.
    Quote Quote  
  5. U see the URL I gave above has a space in between near 896 birtrate. it should be "0896" and not "0 896". Please try again after removing the space. Here you go
    php AdobeHDS.php --manifest "http://nbcdotcom-f.akamaihd.net/z/NBCdotCOM/8dd293f2039c208768c95daa98f88ac5_,0306,0496,0696,0 896,1296,1696,.mp4.csmil/manifest.f4m?hdcore=2.10.3&g=FHXLKYTTZXHF" --delete
    Quote Quote  
  6. Damn...I dont know why still when I copy the above space is inserted in between 0896. Please go here and copy http://pastebin.com/SN69THnE
    Quote Quote  
  7. Originally Posted by ragz4ragz View Post
    Damn...I dont know why still when I copy the above space is inserted in between 0896. Please go here and copy http://pastebin.com/SN69THnE
    Thanks but I get its protected by a drm :/ anyway around that?

    Click image for larger version

Name:	drm.png
Views:	1427
Size:	49.0 KB
ID:	20391
    Quote Quote  
  8. Sorry. No idea about that. I dint wait long enough to download that file hence did not face such issue. So I thought of downloading myself and then giving it to you. But I too ma getting the same Akamai DRM error. Since I am new to this I dont have any more info with respect to this.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!