VideoHelp Forum
+ Reply to Thread
Results 1 to 13 of 13
Thread
  1. Video at:
    http://www.god.tv/film/video/the-pink-room
    I tried Orbit, doesn't capture. Also tried Stream Transport, but my version of IE is too old to play Adobe Flash (xp computer, so I can't play the video with IE). I can play the video with Foxfire, but I want to capture it.
    Quote Quote  
  2. Originally Posted by jimdagys View Post
    Video at:
    http://www.god.tv/film/video/the-pink-room
    I tried Orbit, doesn't capture. Also tried Stream Transport, but my version of IE is too old to play Adobe Flash (xp computer, so I can't play the video with IE). I can play the video with Foxfire, but I want to capture it.
    Code:
    php AdobeHDS.php --manifest "http://ak.c.ooyala.com/1xcTg1cTqT7LL85-HN87fKppiqAskCsj/1xcTg1cTqT7LL85-HN87fKppiqAskCsj_1.f4m" --delete
    Quote Quote  
  3. Hi jimdagys ,

    Code:
    === for information
    http://ak.c.ooyala.com/1xcTg1cTqT7LL85-HN87fKppiqAskCsj/1xcTg1cTqT7LL85-HN87fKppiqAskCsj_1.f4m
    ---
    <id>1xcTg1cTqT7LL85-HN87fKppiqAskCsj_1</id>
      <media streamId="120916425" url="Ivb3jNmdfWXgtzTgUbe4NNWDto4EeqxA55FfkheTo2g8rWBNpMsglwiPfDdkKrCf/video_150_240" bitrate="150" bootstrapInfoId="bootstrap0">
      <media streamId="120916427" url="_nhekSA7T8YvYY7luuufTEflYGb_r4s66CjlzX_TkpYmm3f-Sf23pPbd7hBt412J/video_300_320" bitrate="300" bootstrapInfoId="bootstrap0">
      <media streamId="120916429" url="nG0fazSw0VoR-y1-Ikg_HfmlVP5Of73QWsa4VEhZw8ssnsZ3taGH5CV1a4hScmy9/video_600_640" bitrate="600" bootstrapInfoId="bootstrap0">
      <media streamId="120916431" url="JUMfQIXfW6gGKCrMlZel1YG_Eu0BAUtlh-WRidQqiXPimz1m1gTsoE9ELrOpk6-h/video_900_640" bitrate="900" bootstrapInfoId="bootstrap0">
      <media streamId="120916433" url="W0Vv9FatGnNTfsEdQFeXkiOkyKrfDq1x-TZXMgtP4BeeNneVmXkSeTa3eaPZgYig/video_1500_1024" bitrate="1500" bootstrapInfoId="bootstrap0">
      <media streamId="120916435" url="8rTD_aZI4sLbpr_YwQBPEugkcCm6d-K4LMsrKltlbI6tu1rDmUWov0z5EsKHUsiL/video_2200_1024" bitrate="2200" bootstrapInfoId="bootstrap0">
    ===
    Code:
    Here below a batch file , my try for '--quality 900' (available: 2200 1500 900 600 300 150) .
    
    php AdobeHDS.php --manifest "http://ak.c.ooyala.com/1xcTg1cTqT7LL85-HN87fKppiqAskCsj/1xcTg1cTqT7LL85-HN87fKppiqAskCsj_1.f4m" --delete --quality 900 --useragent "Mozilla/5.0 (Windows NT 5.1; rv:34.0) Gecko/20100101 Firefox/34.0" --outfile pink-room.flv
    
    ---
    KSV Adobe HDS Downloader
    
    Processing manifest info....
    Quality Selection:
     Available: 2200 1500 900 600 300 150
     Selected : 900
    Fragments Total: 341, First: 1, Start: 1, Parallel: 8
    Downloading 341/341 fragments
    Found 341 fragments
    Finished
    ---
    ====
    About Flashplayer , have a look at :
    https://forum.videohelp.com/threads/369007-Install-Adobe-Flash-player-on-Windows-7?p=23...=1#post2362988

    I am also under XP sp3 it works fine .
    ====

    Cheers .
    Quote Quote  
  4. Followed these steps but no go: (The first 4 steps seem OK.) But then get error: Could not open input file
    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 Path Variable:
    ;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.34 (cli) (built: Oct 15 2014 21:58:00)
    Copyright (c) 1997-2014 The PHP Group
    Zend Engine v2.4.0, Copyright (c) 1998-2014 Zend Technologies
    Image Attached Thumbnails Click image for larger version

Name:	Clipboard01.jpg
Views:	452
Size:	68.2 KB
ID:	29497  

    Last edited by jimdagys; 5th Jan 2015 at 09:08.
    Quote Quote  
  5. Hi jimdagys ,

    ---
    I'll post ( again ) below the process , for a portable version WITHOUT needing putting PHP in variable environnement .
    Don't forget updating 'AdobeHDS.php'

    Make the try in D:\PHP
    ---

    NOTE : PHP.exe and AdobeHDS.php must be in the same directory !!!
    Batch for the bestest quality
    Code:
    php AdobeHDS.php --manifest "http://ak.c.ooyala.com/1xcTg1cTqT7LL85-HN87fKppiqAskCsj/1xcTg1cTqT7LL85-HN87fKppiqAskCsj_1.f4m" --delete --useragent "Mozilla/5.0 (Windows NT 5.1; rv:34.0) Gecko/20100101 Firefox/34.0" --outfile pink-room.flv
    Cheers .
    Quote Quote  
  6. Hi ,

    !!!!!!!!
    The process below is :
    _ free
    _ without needing JAVA etc.
    _ PORTABLE
    _ under Win XP <= my use
    !!!!!!!!

    Keep in mind : 'PHP' needs sometimes other DLL and 'php.ini' has to be modified to run .

    1st step : INSTALLING
    Code:
    ===
    Download 'php' at :
    http://www.mediafire.com/download/85a2dvag8a7o6io/php.rar
    
    EXTRACTING
    Right click on 'php.rar' ; 'Extract to' ; 
    In 'Select to' write : 'C:\php' , and ok .
    ===
    
    in "c:\php" create a batch file ( Upd.bat ) ( see below ) , for updating AdobeHDS.php
    ===
    @echo on
    php AdobeHDS.php --update
    pause
    :end
    ===
    
    Open Firefox
    Paste the link : https://addons.mozilla.org/en-US/firefox/addon/hds-link-detector/
    Click on the button "Add to Firefox" , for installing .
    
    After , an icon "HDS Link Detector" will appear in the right-upper corner
    2nd step : RUNNING
    Code:
    _ Open Firefox
    _ Click on the icon "HDS Link Detector" to enable it
    _ Paste the link of your video and run it
    _ At the beginning for the video , a small dialog box , will appear (on the right) over the task-bar . Click on it !!!
    _ Stop the video
    
    _ Open a text editor , paste the text got just previously .
    (example : php ... Firefox/34.0" )
    
    _ finalize your batch file , to be saved in "c:\php" !!! Example 'Z_Hello.bat'
    
    @echo on
    php ... Firefox/34.0"
    pause
    :fin
    Launch your batch file 'Z_Hello.bat' .
    Wait until the DL is finished .

    Regards .


    Code:
    === Help ===
    You can compare and see script with following switches for AdobeHDS:
    
    --help displays this help
    --debug show debug output
    --delete delete fragments after processing
    --fproxy force proxy for downloading of fragments
    --play dump stream to stdout for piping to media player
    --rename rename fragments sequentially before processing
    --update update the script to current git version
    --auth [param] authentication string for fragment requests
    --duration [param] stop recording after specified number of seconds
    --filesize [param] split output file in chunks of specified size (MB)
    --fragments [param] base filename for fragments
    --fixwindow [param] timestamp gap between frames to consider as timeshift
    --manifest [param] manifest file for downloading of fragments
    --maxspeed [param] maximum bandwidth consumption (KB) for fragment downloading
    --outdir [param] destination folder for output file
    --outfile [param] filename to use for output file
    --parallel [param] number of fragments to download simultaneously
    --proxy [param] proxy for downloading of manifest
    --quality [param] selected quality level (low|medium|high) or exact bitrate
    --referrer [param] Referer to use for emulation of browser requests
    --start [param] start from specified fragment
    --useragent [param] User-Agent to use for emulation of browser requests
    
    more info: https://github.com/K-S-V/Scripts/wiki
    ===========
    Example :
    C:\PHP>php AdobeHDS.php --manifest "http://ynethd-f.akamaihd.net/z/upl/612/401.flv/manifest.f4m?g=OHKICXARBTSG&hdcore=3.0.3" --delete --auth "als=0,3,
    NaN,0,0,NaN,0,0,0,25,f,0,2517.53,f,u,OHKICXARBTSG,3.0.3,25&hdcore=3.0.3" --quality high --useragent "Mozilla/5.0 (Windows NT 5.1; rv:33.0) Gecko/20100
    101 Firefox/33.0" --outfile HotYnet_video.flv
    
    KSV Adobe HDS Downloader
    
    Processing manifest info....
    Quality Selection:
     Available: 593
     Selected : 593
    Fragments Total: 503, First: 1, Start: 1, Parallel: 8
    Downloading 503/503 fragments
    Found 503 fragments
    Finished
    Quote Quote  
  7. Thanks for your help. Even though I couldn't follow all what you just wrote (the part about "finalize" your batch file , to be saved in "c:\php" !!! Example 'Z_Hello.bat), I was able to get the link through firefox and download the video:

    Code:
    php AdobeHDS.php --manifest "http://ak.c.ooyala.com/1xcTg1cTqT7LL85-HN87fKppiqAskCsj/1xcTg1cTqT7LL85-HN87fKppiqAskCsj_1.f4m" --delete
    I have attached the dos window below. My question is: how can I choose a lower file size? It just defaulted at 2200 (see red circle). I would rather choose 1500 but I don't know how to do that.
    Also there was some problem (see dos screenshot) about "could not open file", but I solved that by using the cd command.
    Image Attached Thumbnails Click image for larger version

Name:	Clipboard01.jpg
Views:	545
Size:	78.6 KB
ID:	29500  

    Click image for larger version

Name:	Clipboard02.jpg
Views:	537
Size:	123.6 KB
ID:	29501  

    Last edited by jimdagys; 5th Jan 2015 at 10:54.
    Quote Quote  
  8. Hi jimdagys ,

    > Even though I couldn't follow ...download the video:
    The goal in creating a batch file is to save your work for further (or an other) use .

    ============
    I have told previously , you have to add the command '--quality' , below I selected '--quality 1500' .
    Code:
    Here below a batch file , for '--quality 1500' (available: 2200 1500 900 600 300 150) .
    You'll get a file 'pink-room.flv'
    
    php AdobeHDS.php --manifest "http://ak.c.ooyala.com/1xcTg1cTqT7LL85-HN87fKppiqAskCsj/1xcTg1cTqT7LL85-HN87fKppiqAskCsj_1.f4m" --delete --quality 1500 --useragent "Mozilla/5.0 (Windows NT 5.1; rv:34.0) Gecko/20100101 Firefox/34.0" --outfile pink-room.flv
    ============

    Cheers .
    Quote Quote  
  9. Originally Posted by aazerty View Post

    Code:
    === for information
    http://ak.c.ooyala.com/1xcTg1cTqT7LL85-HN87fKppiqAskCsj/1xcTg1cTqT7LL85-HN87fKppiqAskCsj_1.f4m
    ---
    <id>1xcTg1cTqT7LL85-HN87fKppiqAskCsj_1</id>
      <media streamId="120916425" url="Ivb3jNmdfWXgtzTgUbe4NNWDto4EeqxA55FfkheTo2g8rWBNpMsglwiPfDdkKrCf/video_150_240" bitrate="150" bootstrapInfoId="bootstrap0">
      <media streamId="120916427" url="_nhekSA7T8YvYY7luuufTEflYGb_r4s66CjlzX_TkpYmm3f-Sf23pPbd7hBt412J/video_300_320" bitrate="300" bootstrapInfoId="bootstrap0">
      <media streamId="120916429" url="nG0fazSw0VoR-y1-Ikg_HfmlVP5Of73QWsa4VEhZw8ssnsZ3taGH5CV1a4hScmy9/video_600_640" bitrate="600" bootstrapInfoId="bootstrap0">
      <media streamId="120916431" url="JUMfQIXfW6gGKCrMlZel1YG_Eu0BAUtlh-WRidQqiXPimz1m1gTsoE9ELrOpk6-h/video_900_640" bitrate="900" bootstrapInfoId="bootstrap0">
      <media streamId="120916433" url="W0Vv9FatGnNTfsEdQFeXkiOkyKrfDq1x-TZXMgtP4BeeNneVmXkSeTa3eaPZgYig/video_1500_1024" bitrate="1500" bootstrapInfoId="bootstrap0">
      <media streamId="120916435" url="8rTD_aZI4sLbpr_YwQBPEugkcCm6d-K4LMsrKltlbI6tu1rDmUWov0z5EsKHUsiL/video_2200_1024" bitrate="2200" bootstrapInfoId="bootstrap0">
    ===
    @aazerty
    Hi!
    how do you get that?
    Quote Quote  
  10. Ok, I used this:
    Code:
    php AdobeHDS.php --manifest "http://ak.c.ooyala.com/1xcTg1cTqT7LL85-HN87fKppiqAskCsj/1xcTg1cTqT7LL85-HN87fKppiqAskCsj_1.f4m" --delete --quality low
    and I got a file size of 408mb and resolution of 640x360
    This is about what I want.

    Your above code has all this appended to the end of what I used:
    --useragent "Mozilla/5.0 (Windows NT 5.1; rv:34.0) Gecko/20100101 Firefox/34.0" --outfile pink-room.flv
    I'm not sure what purpose that serves since I didn't use any of that and still downloaded the file.
    Image Attached Thumbnails Click image for larger version

Name:	Clipboard01.jpg
Views:	519
Size:	118.6 KB
ID:	29504  

    Last edited by jimdagys; 5th Jan 2015 at 12:53.
    Quote Quote  
  11. Hi ,
    =====
    @biezom : in firefox's cache i got that file :
    Code:
    http://ak.c.ooyala.com/1xcTg1cTqT7LL85-HN87fKppiqAskCsj/1xcTg1cTqT7LL85-HN87fKppiqAskCsj_1.f4m
    openning it gave to me other informations .
    =====
    @jimdagys : you can do what you want !!! The goal is to be able to catch the stream .
    _ sometimes you'll need --auth + --useragent
    _ it's more easy to find the final name ( --outfile pink-room.flv )

    Glad for you if you have got the file .

    Don't forget to read the help :
    https://forum.videohelp.com/threads/369356-Question-how-to-capture-God-TV-video?p=23662...=1#post2366256
    =====
    Cheers .
    Quote Quote  
  12. Deceased
    Join Date
    Dec 2007
    Search PM
    360p;
    Code:
    http://ak.c.ooyala.com/1xcTg1cTqT7LL85-HN87fKppiqAskCsj/DOcJ-FxaFrRg4gtDEwOmk2OjBrO6qGv_
    576p;
    Code:
    http://ak.c.ooyala.com/1xcTg1cTqT7LL85-HN87fKppiqAskCsj/DOcJ-FxaFrRg4gtDEwOjIwbTowMDE75r
    Other/lower qualities in source page.
    Quote Quote  
  13. Originally Posted by blimey View Post
    360p;
    Code:
    http://ak.c.ooyala.com/1xcTg1cTqT7LL85-HN87fKppiqAskCsj/DOcJ-FxaFrRg4gtDEwOmk2OjBrO6qGv_
    576p;
    Code:
    http://ak.c.ooyala.com/1xcTg1cTqT7LL85-HN87fKppiqAskCsj/DOcJ-FxaFrRg4gtDEwOjIwbTowMDE75r
    Other/lower qualities in source page.
    hi!
    how you get this direct link ?

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