VideoHelp Forum




+ Reply to Thread
Page 7 of 12
FirstFirst ... 5 6 7 8 9 ... LastLast
Results 181 to 210 of 349
  1. Cool! I was using grabanymedia but with firefox+adbp it's faster.
    Anyway thank you
    Damn I feel a little silly, I've read over and over the code to be sure it was correct and everytime I was missing that "m"
    Quote Quote  
  2. Hi guys
    I want to download a video from AkamaiHD, but I can't and always returns the same problem
    php AdobeHDS.php --quality high --delete --manifest 'http://bngn-vh.akamaihd.net/z/43383936/35470338/smil/CL/00007/263788578773609.smil/manifest.f4m?hdnea=st=1428756838~exp=1428757138~ac l=/*~hmac=9ad4185613f3ea318d8bce0bb85c8627ebe581092d9 45bb71388df06f1bc5b26&g=WKTOZIYQXRKW&hdcore=3.2.0'

    Access Denied! Unable to download the manifest.

    This is the link with the video
    http://www.daisuki.net/anime/watch/SaintSeiyaSoulofGold/IYc

    I read in others forums that I need get an new token because it expire very fast. How i can get it from curl? I'm using linux to do that.
    Please help
    Quote Quote  
  3. Originally Posted by dragonx View Post
    Hi guys
    I want to download a video from AkamaiHD, but I can't and always returns the same problem
    php AdobeHDS.php --quality high --delete --manifest 'http://bngn-vh.akamaihd.net/z/43383936/35470338/smil/CL/00007/263788578773609.smil/manifest.f4m?hdnea=st=1428756838~exp=1428757138~ac l=/*~hmac=9ad4185613f3ea318d8bce0bb85c8627ebe581092d9 45bb71388df06f1bc5b26&g=WKTOZIYQXRKW&hdcore=3.2.0'

    Access Denied! Unable to download the manifest.

    This is the link with the video
    http://www.daisuki.net/anime/watch/SaintSeiyaSoulofGold/IYc

    I read in others forums that I need get an new token because it expire very fast. How i can get it from curl? I'm using linux to do that.
    Please help
    HDS protocol is encrypt DRM protection you can use HLS protocol
    read this post
    https://forum.videohelp.com/threads/369812-How-to-Rip-From-Daisuki-net?p=2370928&viewfu...=1#post2370928
    Quote Quote  
  4. Member
    Join Date
    Apr 2015
    Location
    torrance, ca
    Search PM
    ..
    Last edited by eugenelee3; 11th Apr 2015 at 22:08.
    Quote Quote  
  5. Thanks!
    Do you know how download the subtitles from the same video?
    If I change the language I don't see other traffic different from video/f4f.
    I thought that subtitles comes with the video (like a mkv) but not.
    Quote Quote  
  6. Originally Posted by dragonx View Post
    Thanks!
    Do you know how download the subtitles from the same video?
    If I change the language I don't see other traffic different from video/f4f.
    I thought that subtitles comes with the video (like a mkv) but not.
    Code:
    http://bngnwww.b-ch.com/caption/35470338/1685/139335770465031/1459120739.xml
    you can find the url with adblock plus firefox addon too search for 'caption'
    you can open the file with notepad to delete all languages that does not interest you and convert with SubtitleEdit .ass format
    Quote Quote  
  7. Thanks,
    I use a script in php to choose the language and other in xsh to create the .srt file
    Quote Quote  
  8. Hi,

    With AdobeHDS i have downloaded the segments, but at the end the flv file was not created.

    Click image for larger version

Name:	php 01.jpg
Views:	521
Size:	559.8 KB
ID:	31207

    Is there a possibility to join them?

    Help please.
    Quote Quote  
  9. Hi waelse ,

    ---
    The best way is to try again with at the end --outfile My_video.flv
    php AdobeHDS.php --manifest "http://.../manifest.f4m?..." --delete --auth "..." --quality high --useragent "Mozilla/5.0 ..." --outfile My_video.flv
    ---
    more info: https://github.com/K-S-V/Scripts/wiki
    ---

    Come back and tell me if you have got the .flv file .
    ( if not I'll try to create an other help . Q: have you a spreadsheet ? )

    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  10. Originally Posted by aazerty View Post
    Hi waelse ,

    ---
    The best way is to try again with at the end --outfile My_video.flv
    php AdobeHDS.php --manifest "http://.../manifest.f4m?..." --delete --auth "..." --quality high --useragent "Mozilla/5.0 ..." --outfile My_video.flv
    ---
    more info: https://github.com/K-S-V/Scripts/wiki
    ---

    Come back and tell me if you have got the .flv file .
    ( if not I'll try to create an other help . Q: have you a spreadsheet ? )

    Cheers .
    Hi,
    unfortunately i dont have the manifest more. Is there a possibility to join the files without it?

    From the wiki:
    if you fragments are serially numbered without a base filename (1.f4f, 2.f4f.......99.f4f) then you can run the script without any parameter and it will look for the fragments in current directory and output will be saved as Joined.flv.

    However if your fragments are named with base filename (MyVideo-Seg1-Frag1.f4f, MyVideo-Seg1-Frag2.f4f.........MyVideo-Seg1-Frag99.f4f) then you can pass the base filename with fragments switch to the script and it will look for the fragments starting with this name and output will be saved as MyVideo-Seg1-Frag.flv. f4f extension is optional.

    1.f4f, 2.f4f.......99.f4f

    php AdobeHDS.php

    MyVideo-Seg1-Frag1.f4f, MyVideo-Seg1-Frag2.f4f.........MyVideo-Seg1-Frag99.f4f

    php AdobeHDS.php --fragments MyVideo-Seg1-Frag

    or

    php AdobeHDS.php MyVideo-Seg1-Frag


    I dont understand exactly how to proceed. Shall my files be in the same folder as the adobeHds plug-in? Shall i write exactly the same command, or i must replace MyVideo... with the base name of my files?


    Other thing - to activate the adobeHds i must tape php c:\AdobeHDS.php and not only php AdobeHDS.php as indicated in the tutorials.


    Sorry for my bad english
    Quote Quote  
  11. @ waelse
    can you post original link of the video
    Quote Quote  
  12. It was a live stream, there are no more links to it.
    Quote Quote  
  13. Originally Posted by waelse View Post
    It was a live stream, there are no more links to it.
    pageUrl
    Quote Quote  
  14. Hi waelse ,

    > Q: have you a spreadsheet ?

    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  15. Member Emeritus
    Join Date
    May 2014
    Search PM
    Re-read the wiki.
    Quote Quote  
  16. Originally Posted by aazerty View Post
    Hi waelse ,

    > Q: have you a spreadsheet ?

    Cheers .
    What is a spreadsheet?
    Quote Quote  
  17. Originally Posted by ponens View Post
    Re-read the wiki.
    if i paste in the command line php AdobeHDS.php MyVideo-Seg1-Frag (php c:\AdobeHDS.php MyVideo-Seg1-Frag), i got the message "Found 0 fragments"
    Quote Quote  
  18. if you post the page with the link, it would be easier to help you
    Quote Quote  
  19. It don't exist anymore

    It was at https://www.staatsoperlive.com/en/live/

    I payed for the stream and used the adobeHds to grab it. Sometimes i got the flv-s, sometimes no.
    Quote Quote  
  20. Originally Posted by waelse View Post
    It don't exist anymore

    It was at https://www.staatsoperlive.com/en/live/

    I payed for the stream and used the adobeHds to grab it. Sometimes i got the flv-s, sometimes no.
    did you try hds-link-detector

    addon on firefox
    Quote Quote  
  21. I used the hds-link-detector, downloading starts but at the end there was the message "Found 0 fragments". I have the segments (not sure if all), with consecutive numbers.
    Quote Quote  
  22. Hi waelse ,

    > What is a spreadsheet?
    A calculator : example Excel or Lotus_123 .

    > if i paste in the command line php AdobeHDS.php MyVideo-Seg1-Frag (php c:\AdobeHDS.php MyVideo-Seg1-Frag), i got the message "Found 0 fragments"

    'MyVideo-Seg1-Frag' : the syntax is wrong as yours is xxx-Seg1-Fragyyy
    And each xxx-Seg1-Fragyyy should be xxx-Seg1-Fragyyy.f4f

    That's the goal of my process !!!

    Cheers .
    Last edited by aazerty; 15th Apr 2015 at 19:25.
    JE SUIS CHARLIE !!!
    Quote Quote  
  23. Originally Posted by aazerty View Post
    Hi waelse ,

    > What is a spreadsheet?
    A calculator : example Excel or Lotus_123 .

    > if i paste in the command line php AdobeHDS.php MyVideo-Seg1-Frag (php c:\AdobeHDS.php MyVideo-Seg1-Frag), i got the message "Found 0 fragments"

    'MyVideo-Seg1-Frag' : the syntax is wrong as yours is xxx-Seg1-Fragyyy
    And each xxx-Seg1-Fragyyy should be xxx-Seg1-Fragyyy.f4f

    That's the goal of my process !!!

    Cheers .
    Thank you for the hints.
    But where i must put the files, so AdobeHds can find them?
    Quote Quote  
  24. Hi waelse ,

    > But where i must put the files, so AdobeHds can find them?

    Supposing php.exe and adobehds.php are in c:\php

    1) in "c:\php" create a batch file ( Upd.bat ) ( see below ) , for updating AdobeHDS.php
    ===
    @echo on
    php AdobeHDS.php --update
    pause
    :end
    ===

    2) Be sure all your fragments are numbered continuously . IMPORTANT !!!
    xxx-Seg1-Fragyyy.f4f => yyy = 238042296 <= THIS THE FIRST ONE ??? Yes/No ?

    3) in the folder , where are your fragments create and save a batch file "join.bat" , in it .
    ===
    @echo on
    "C:\PHP\php.exe" "C:\PHP\AdobeHDS.php" Seg1-Frag --start 238042296
    pause
    :end
    ===
    Launch it .

    === example of Process ===
    KSV Adobe HDS Downloader

    Found 1335 fragments
    Joined 1335 fragments in 44.46 seconds
    Finished
    ==========================

    Got a file "Seg1-Frag.flv" (1 205 872 ko)
    ==========

    I am disturbed with fragments = 1ko (???) .
    Maybe you'll have issue while watching your video (?) .

    > Q: have you a spreadsheet ? Yes/No .

    Cheers .
    JE SUIS CHARLIE !!!
    Quote Quote  
  25. Member Emeritus
    Join Date
    May 2014
    Search PM
    Nevermind...
    Last edited by ponens; 16th Apr 2015 at 21:27.
    Quote Quote  
  26. Originally Posted by aazerty View Post
    Hi waelse ,

    > But where i must put the files, so AdobeHds can find them?

    Supposing php.exe and adobehds.php are in c:\php

    1) in "c:\php" create a batch file ( Upd.bat ) ( see below ) , for updating AdobeHDS.php
    ===
    @echo on
    php AdobeHDS.php --update
    pause
    :end
    ===

    2) Be sure all your fragments are numbered continuously . IMPORTANT !!!
    xxx-Seg1-Fragyyy.f4f => yyy = 238042296 <= THIS THE FIRST ONE ??? Yes/No ?

    3) in the folder , where are your fragments create and save a batch file "join.bat" , in it .
    ===
    @echo on
    "C:\PHP\php.exe" "C:\PHP\AdobeHDS.php" Seg1-Frag --start 238042296
    pause
    :end
    ===
    Launch it .

    === example of Process ===
    KSV Adobe HDS Downloader

    Found 1335 fragments
    Joined 1335 fragments in 44.46 seconds
    Finished
    ==========================

    Got a file "Seg1-Frag.flv" (1 205 872 ko)
    ==========

    I am disturbed with fragments = 1ko (???) .
    Maybe you'll have issue while watching your video (?) .

    > Q: have you a spreadsheet ? Yes/No .

    Cheers .
    Thank you very very much!

    It worked!!!

    My join.bat :

    @echo on
    "C:\PHP\php.exe" "C:\PHP\AdobeHDS.php" f763e03da2c7f32b097a5bca337d0490_4192_f0076eeb4b43 b18a-p_Seg1-Frag --start 238042296
    pause
    :end

    All my best wishes!
    Last edited by waelse; 17th Apr 2015 at 05:15.
    Quote Quote  
  27. Greetings. I was thinking of buying Bottle Rocket Babes (adult content) from this site http://www.hotmovies.com/video/30604/Bottle-Rocket-Babes/ (or a similar site) but was trying to figure out if I should until I figured out how to download the sample video. I've tried media stealer for Firefox and videocacheview. I seem to have no luck at figuring it out. Anyone want to try grabbing a preview vid and letting me know if it worked for you?
    Quote Quote  
  28. Member Alex_ander's Avatar
    Join Date
    Oct 2006
    Location
    Russian Federation
    Search Comp PM
    Does the AdobeHDS script join chunks properly in case the video is neither .flv nor .mp4? I came across a fragmented .ts streaming file I need to download. Can't find any manifest file (neither Firefox plugin helps) but the 173 chunks are downloadable and playable as .ts with avc video/audio. Is there positive experience of joining such fragments with that script?
    Thanks in advance.
    Quote Quote  
  29. Originally Posted by Alex_ander View Post
    Does the AdobeHDS script join chunks properly in case the video is neither .flv nor .mp4? I came across a fragmented .ts streaming file I need to download. Can't find any manifest file (neither Firefox plugin helps) but the 173 chunks are downloadable and playable as .ts with avc video/audio. Is there positive experience of joining such fragments with that script?
    Thanks in advance.
    1) open cmd.exe (command shell)
    2) go in the folder where are all fragments .ts (example C:\videos)
    Code:
    cd C:\videos
    3) join
    Code:
    copy /b *.ts video.ts
    so you have the file video.ts in C:\videos
    Quote Quote  



Similar Threads

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