VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays! or rip iTunes movies!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Page 5 of 12
FirstFirst ... 3 4 5 6 7 ... LastLast
Results 121 to 150 of 349
Thread
  1. Hi ,

    @ggnobrega : This is for "flash" streams without "DRM" !!!

    Code:
    ===== 1st stage ===
    Using Firefox , you'll have to install "HDS Link Detector" , known version 0.6 .
    ( https://addons.mozilla.org/fr/firefox/addon/hds-link-detector/ )
    _ restart FF .
    _ if an icone is not present over the task bar , do <Ctrl and /> simultaneously .
    _ click on that icone , and click to "Enabled" ( grey => red )
    ===================
    ===== 2nd stage ===
    Enter the link for the page , to watch the video , on your computer .
    When your video will start , a small window will appear over the task bar .
    !!! be carefull , and put the mouse's cursor in this area !!!
    Click on it .
    Open a text editor , do "paste" .
    ===================
    ===== 3rd stage ===
    Now , you'll get something , like at #118
    https://forum.videohelp.com/threads/342430-F4F-capturing-converting?p=2317702&viewfull=1#post2317702
    ===================
    ===== 4th stage ===
    You can :
    _ make a batch file <= PREFERED see below
    _ or paste directly in a cmd window
    ======
    
    The informations given are not always ACCEPTED !!!
    You'll have to modify after .f4m , see example below :
    ( ?hdcore=2.11.3&g=GYXKOKXQAXHS , instructions are given in the auth )
    
    --manifest "http://... .mp4.csmil/manifest.f4m?hdcore=2.11.3&g=GYXKOKXQAXHS"
    --delete --auth "als=0,0.1,0,3,0,NaN,0,0,0,31,f,0,5586.24,f,u,GYXKOKXQAXHS,2.11.3,31&hdcore=2.11.3"
    
    ====== batch file !!! EXAMPLE !!!
    @echo on
    php AdobeHDS.php --manifest " ..... =2.11.3"
    pause
    :end
    ===================
    ===== 5th stage ===
    Launch your batch file , if it's ok , you'll get something like this :
    
    KSV Adobe HDS Downloader
    
    Processing manifest info....
    Quality Selection:
    Available: 1235 699 369 187
    Selected : 1235
    Fragments Total: 931, First: 1, Start: 1, Parallel: 8
    Downloading 29/931 fragments
    =======
    Regards .
    Quote Quote  
  2. Member
    Join Date
    Apr 2014
    Location
    Brasil
    Search PM
    Originally Posted by aazerty View Post
    Hi ,

    @ggnobrega : This is for "flash" streams without "DRM" !!!

    Code:
    ===== 1st stage ===
    Using Firefox , you'll have to install "HDS Link Detector" , known version 0.6 .
    ( https://addons.mozilla.org/fr/firefox/addon/hds-link-detector/ )
    _ restart FF .
    _ if an icone is not present over the task bar , do <Ctrl and /> simultaneously .
    _ click on that icone , and click to "Enabled" ( grey => red )
    ===================
    ===== 2nd stage ===
    Enter the link for the page , to watch the video , on your computer .
    When your video will start , a small window will appear over the task bar .
    !!! be carefull , and put the mouse's cursor in this area !!!
    Click on it .
    Open a text editor , do "paste" .
    ===================
    ===== 3rd stage ===
    Now , you'll get something , like at #118
    https://forum.videohelp.com/threads/342430-F4F-capturing-converting?p=2317702&viewfull=1#post2317702
    ===================
    ===== 4th stage ===
    You can :
    _ make a batch file <= PREFERED see below
    _ or paste directly in a cmd window
    ======
    
    The informations given are not always ACCEPTED !!!
    You'll have to modify after .f4m , see example below :
    ( ?hdcore=2.11.3&g=GYXKOKXQAXHS , instructions are given in the auth )
    
    --manifest "http://... .mp4.csmil/manifest.f4m?hdcore=2.11.3&g=GYXKOKXQAXHS"
    --delete --auth "als=0,0.1,0,3,0,NaN,0,0,0,31,f,0,5586.24,f,u,GYXKOKXQAXHS,2.11.3,31&hdcore=2.11.3"
    
    ====== batch file !!! EXAMPLE !!!
    @echo on
    php AdobeHDS.php --manifest " ..... =2.11.3"
    pause
    :end
    ===================
    ===== 5th stage ===
    Launch your batch file , if it's ok , you'll get something like this :
    
    KSV Adobe HDS Downloader
    
    Processing manifest info....
    Quality Selection:
    Available: 1235 699 369 187
    Selected : 1235
    Fragments Total: 931, First: 1, Start: 1, Parallel: 8
    Downloading 29/931 fragments
    =======
    Regards .
    How do I know they use DRM?
    The auth parameter is used for what?

    regards
    Quote Quote  
  3. Hi ,

    @ggnobrega :

    > How do I know they use DRM?
    1) usually http.../manisfest.f4m is without DRM
    2) Example http... episode-1.f4m is with DRM
    3) "HDS Link Detector" will be unable to create the "php AdobeHDS.php --manifest ..."


    > The auth parameter is used for what?
    1) as a cookie
    2) geolocalisation
    3) etc ...

    Regards .
    Quote Quote  
  4. Member
    Join Date
    Apr 2014
    Location
    Brasil
    Search PM
    Originally Posted by aazerty View Post
    Hi ,

    @ggnobrega :

    > How do I know they use DRM?
    1) usually http.../manisfest.f4m is without DRM
    2) Example http... episode-1.f4m is with DRM
    3) "HDS Link Detector" will be unable to create the "php AdobeHDS.php --manifest ..."


    > The auth parameter is used for what?
    1) as a cookie
    2) geolocalisation
    3) etc ...

    Regards .
    I understood, but the error i get is "access denied" not "unable to create..."
    and the file name is manifest.f4m? so I Think its not DRM
    Quote Quote  
  5. Hi ,

    @ggnobrega :

    === I have read ===
    Processing manifest info....
    Access Denied! Unable to download manifest.
    ===============

    You have to read , again , the stage 4 . On how to create "http ... /manisfest.f4m? ..." .
    Maybe the problem is here (???) .

    Give us the link for the video , you need ; for try .

    Regards .
    Quote Quote  
  6. Member
    Join Date
    Apr 2014
    Location
    Brasil
    Search PM
    Originally Posted by GrabAnyMedia View Post
    Watch this video, very simple
    https://www.youtube.com/watch?v=97kIwrYSc0g
    Thanks a lot bro
    I tried with other links and it was all right, but with the one I need i get the error
    Access Denied
    Quote Quote  
  7. Originally Posted by ggnobrega View Post
    Originally Posted by GrabAnyMedia View Post
    Watch this video, very simple
    https://www.youtube.com/watch?v=97kIwrYSc0g
    Thanks a lot bro
    I tried with other links and it was all right, but with the one I need i get the error
    Access Denied
    Bro , post your link i want check this problem
    Quote Quote  
  8. Member
    Join Date
    Dec 2009
    Location
    Cyprus
    Search Comp PM
    Originally Posted by BobTheDeveloper View Post
    Originally Posted by neroman00 View Post
    Originally Posted by CristianoA View Post
    Originally Posted by neroman00 View Post
    Can you help me how to download an encrypted video

    I am using HiDownload Platinum, version 8.23 but the program cannot download this video: http://www.megatv.com/megagegonota/summary.asp?catid=27377&subid=2&pubid=33249597

    The video file name is: manifest[1].f4m

    THANKS
    http://www33.zippyshare.com/v/38559683/file.html


    Thanks a lot but how you did it? what is the trick?
    You can follow this infographic.
    Tool: StreamTransport V1.1.2.0
    It requires to run on Windows 7 or lower with IE 10 or lower.
    https://fbcdn-sphotos-d-a.akamaihd.net/hphotos-ak-ash3/t1.0-9/1969128_762764837090317_...51237409_n.png


    Thanks mate! I am using StreamTransport version 1.1.3.0

    I am also using Firefox 30 (if this matters) and as per your guidelines, there is nothing to choose and download at the bar below. For instance, I tried this: http://www.livenews.com.cy/cgibin/hweb?-A=40471&-V=megatvvod


    Please advice
    Last edited by neroman00; 10th May 2014 at 08:28.
    Quote Quote  
  9. Hi ,

    @neroman00 :

    Code:
    http://media.livenews.com.cy/DesktopModules/IST.MediaServices/LiveMediaPlayer.aspx?itemid=33461&autostart=1
    Read this , maybe it will help you (?) .
    Code:
    https://forum.videohelp.com/threads/356428-How-to-record-or-capture-silverlight-ism-manifest-stream?p=2317938&viewfull=1#post2317938
    Cheers .
    Quote Quote  
  10. All of you who claim that F4F files are just split F4V files, that each can be played independently, you are wrong! They are missing a key element of a normal playable F4V file. The F4V file specification indicates that the file is divided into "boxes", each can contain data as well as other "boxes" in a hierarchical structure, in much the same way as RIFF files are divided into "chunks".

    The most important box in an F4V file is the movie box (containing the 4character string MOVI in the actual F4V file), as it has important specifications for the video file like duration, frame-width, and frame-height. F4F files have this MOVI box stripped from the file, so it is unplayable. This data is stored in a separate file with the extension F4M, and usually has the filename "manifest.f4m". As a result, it is impossible to just combine F4F files into a single playable F4V file, without the converter software reading required data from the associated F4M file.

    Has ANY HACKER OUT THERE yet created a converter which is capable of doing this? This is becoming the NEW STANDARD of streaming video on the net, as even without encryption, no current video player or converter is capable of playing or converting these files. The demand is high for players and converters that can work with these files. But so far as I've seen, there's not been any hacker to create such. Despite the demand for such software, the demand has gone unanswered!
    Quote Quote  
  11. Member
    Join Date
    Apr 2008
    Location
    Canada
    Search Comp PM
    Click image for larger version

Name:	denied.jpg
Views:	413
Size:	147.0 KB
ID:	27030
    any solution for DRM protection..? pls help..Thanks
    Image Attached Thumbnails Click image for larger version

Name:	denied.jpg
Views:	412
Size:	180.8 KB
ID:	27014  

    Last edited by kanithan; 23rd Aug 2014 at 20:52.
    Quote Quote  
  12. Microsoft Windows [Version 6.1.7600]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Users\3ed>cd php
    The system cannot find the path specified.

    C:\Users\3ed>cd .. php
    The system cannot find the path specified.

    C:\Users\3ed>cd ..php
    The system cannot find the path specified.

    C:\Users\3ed>cd php
    The system cannot find the path specified.

    C:\Users\3ed>cd..

    C:\Users>cd..

    C:\>cd php

    C:\PHP>php AdobeHDS.php --manifest "http://beinsportnet3-lh.akamaihd.net/z/bisus
    ch307_0@99699/manifest.f4m?hdnea=st=1409953468~exp=1409953528~ac l=/*~hmac=677357
    10c526d0ba2eb02b489ddf1e6c5329ab91fa686b40a34648b9 d420f72c&g=BNBHRNXWNXJV&hdcore
    =3.4.0&plugin=aasp-3.4.0.132.124" --delete --auth "hdntl=exp=1410039899~acl=%2f*
    ~data=hdntl~hmac=18f41948873dc016cfde3b45610002d3a f6670e5f488c3cd9de1ff749e67ea1
    8&als=0,3,NaN,1,0,NaN,0,0,0,41,f,0,5952,t,s,BNBHRN XWNXJV,3.4.0,41&hdcore=3.4.0&p
    lugin=aasp-3.4.0.132.124" --useragent "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31
    .0) Gecko/20100101 Firefox/31.0"

    KSV Adobe HDS Downloader

    Processing manifest info....
    Access Denied! Unable to download manifest.

    C:\PHP>php AdobeHDS.php --manifest "http://beinsportnet2-lh.akamaihd.net/z/bisus
    ch305_0@99697/manifest.f4m?hdnea=st=1409953633~exp=1409953693~ac l=/*~hmac=9df6d5
    4b166f4602051bc7d314afac77aec6333a8ee9ff74049b87c6 1fae044a&g=WWUXTBCDXZIT&hdcore
    =3.4.0&plugin=aasp-3.4.0.132.124" --delete --auth "hdntl=exp=1410040064~acl=%2f*
    ~data=hdntl~hmac=0f226da1714cb6ec20cba56335ba429de 640b035a5f7f93535da8978016328a
    6&als=0,3,NaN,1,0,NaN,0,0,0,35,f,0,5952,t,s,WWUXTB CDXZIT,3.4.0,35&hdcore=3.4.0&p
    lugin=aasp-3.4.0.132.124" --useragent "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31
    .0) Gecko/20100101 Firefox/31.0"

    KSV Adobe HDS Downloader

    Processing manifest info....
    Quality Selection:
    Available: 2400 1500 1000 512 280
    Selected : 2400
    Updating bootstrap info, Retries: 1
    Quote Quote  
  13. need help
    PHP Code:

    C
    :\PHP>php AdobeHDS.php --manifest "http://beinsportnet3-lh.akamaihd.net/z/bisus
    ch307_0@99699/manifest.f4m?hdnea=st=1409953468~exp=1409953528~acl=/*~hmac=677357
    10c526d0ba2eb02b489ddf1e6c5329ab91fa686b40a34648b9d420f72c&g=BNBHRNXWNXJV&hdcore
    =3.4.0&plugin=aasp-3.4.0.132.124" 
    --delete --auth "hdntl=exp=1410039899~acl=%2f*
    ~data=hdntl~hmac=18f41948873dc016cfde3b45610002d3af6670e5f488c3cd9de1ff749e67ea1
    8&als=0,3,NaN,1,0,NaN,0,0,0,41,f,0,5952,t,s,BNBHRNXWNXJV,3.4.0,41&hdcore=3.4.0&p
    lugin=aasp-3.4.0.132.124" 
    --useragent "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31
    .0) Gecko/20100101 Firefox/31.0"

                                
    KSV Adobe HDS Downloader

    Processing manifest info
    ....
    Access DeniedUnable to download manifest.

    C:\PHP>php AdobeHDS.php --manifest "http://beinsportnet2-lh.akamaihd.net/z/bisus
    ch305_0@99697/manifest.f4m?hdnea=st=1409953633~exp=1409953693~acl=/*~hmac=9df6d5
    4b166f4602051bc7d314afac77aec6333a8ee9ff74049b87c61fae044a&g=WWUXTBCDXZIT&hdcore
    =3.4.0&plugin=aasp-3.4.0.132.124" 
    --delete --auth "hdntl=exp=1410040064~acl=%2f*
    ~data=hdntl~hmac=0f226da1714cb6ec20cba56335ba429de640b035a5f7f93535da8978016328a
    6&als=0,3,NaN,1,0,NaN,0,0,0,35,f,0,5952,t,s,WWUXTBCDXZIT,3.4.0,35&hdcore=3.4.0&p
    lugin=aasp-3.4.0.132.124" 
    --useragent "Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31
    .0) Gecko/20100101 Firefox/31.0"

                                
    KSV Adobe HDS Downloader

    Processing manifest info
    ....
    Quality Selection:
     
    Available2400 1500 1000 512 280
     Selected 
    2400
    Updating bootstrap info
    Retries
    Quote Quote  
  14. Hi ahmed3ed ,

    Give us the link to the video .

    Cheers .
    Quote Quote  
  15. Originally Posted by aazerty View Post
    Hi ahmed3ed ,

    Give us the link to the video .

    Cheers .
    this video url
    http://www.ar.beinsports.net/connect

    but u need arab proxy
    212.118.123.37 port 443

    thank you for interesting
    Quote Quote  
  16. Hey bro i have developed a little GUI tool in java cross platform for AdobeHDS.php, tested on Windows/Linux/Mac

    Tutorial and Download

    Click image for larger version

Name:	AdobeHDS.php.Helper.png
Views:	4785
Size:	60.4 KB
ID:	27376

    If you want more options please comment main post on download page, hope this help some guy
    Quote Quote  
  17. How about create a standard EXE file, rather than depending on PHP. I already have downloaded the manifest (F4M file) for a video I'm interested in. I have already downloaded the video segments (F4F files). I need an executable program written in any language (VB, C++, Java, etc) that simply reads the F4M file to determine the things it needs to determine, then reads the F4F files, and assembles from these files a proper F4V standalone video file that will be playable in VLC player. Your PHP script is used to download and compbine files. I do not need "download and combine". I just need "combine" which is something that a standalone EXE file should be able to accomplish quite nicely. So I am requesting that you create for me, a regular executable program that will allow me to combine the manifest and video segments that I have already downloaded into a proper F4V video file.
    Quote Quote  
  18. Hi ,

    The commands-line "php AdobeHDS.php ..." without --delete , don't destroy 'segments files' .

    Cheers .
    Quote Quote  
  19. Deceased
    Join Date
    Dec 2007
    Search PM
    Originally Posted by Videogamer555 View Post
    As a result, it is impossible to just combine F4F files into a single playable F4V file, without the converter software reading required data from the associated F4M file.
    That is incorrect. The f4m manifest is not required to process/join f4f segment(s). The adobehds.php can process a single (or join multiple) f4f segment(s) without any manifest, so long as the segments don't have any drm and are sequenced in order. See the adobehds.php wiki pertaining to offline fragment processing. If that doesn't convince you, see an example from this very thread of a single f4f segment before and after processing with the adobehds.php script (posts #111 and #112 in this thread). Fragments can be joined offline without downloading and without a manifest, assuming proper sequencing and the lack of drm. But if a fragment does have drm, the script will indicate so.

    Originally Posted by Videogamer555 View Post
    How about create a standard EXE file, rather than depending on PHP. I already have downloaded the manifest (F4M file) for a video I'm interested in. I have already downloaded the video segments (F4F files). I need an executable program written in any language (VB, C++, Java, etc) that simply reads the F4M file to determine the things it needs to determine, then reads the F4F files, and assembles from these files a proper F4V standalone video file that will be playable in VLC player. Your PHP script is used to download and compbine files. I do not need "download and combine". I just need "combine" which is something that a standalone EXE file should be able to accomplish quite nicely.
    The adobehds.php script does combine without downloading (see the wiki link referenced above). If you don't want to install php, there is a standalone executable version hdsdump.
    Quote Quote  
  20. hello, i see all page too hard =S ... i need more 149 videos ahahhaha... nvm is a tutorial too much work.

    i found application can download f4f to mp4 or other... call "Hulu Downloader v2.7.1.8"

    Problem is trial just 10 minutes =( ... i need crack or patcher, who can help me?

    Web Official:
    http://www.hulu-downloader.com

    Download Mirror:
    https://mega.co.nz/#!uQ93SSaA!9LZDfN2wKzw2ZyBRVPAy97sXsiLCQJQRE_oGqV9nv44

    Thanks
    Quote Quote  
  21. I'm a MEGA Super Moderator Baldrick's Avatar
    Join Date
    Aug 2000
    Location
    Sweden
    Search Comp PM
    KingRider: Please reread our rules about warez, https://forum.videohelp.com/threads/72386-Forum-rules-Acceptable-Use-Policy-(AUP)?

    BUY it or find a free software.
    Quote Quote  
  22. Oh!! Sorry.. its ok

    I try all application from videohelp is not work to me =( .. problem akamaihd is protected are exist 4 key auth, frag, cache and session too hard.

    Grabanymedia is not work me.

    Screenshot:


    Last edited by KingRider; 25th Sep 2014 at 07:53.
    Quote Quote  
  23. ...
    Last edited by sysanin; 13th Nov 2015 at 18:13.
    Quote Quote  
  24. yes i know, getflv... problem protocol different is work to me a download akamaihd

    happen huludownload is available 64bits no need win xp... its getflv need 32 bits with win xp

    how which can?

    i try getflv to properties compatibility win-xp is take download just close and crash. my windows last version 8.1 original =/
    Last edited by KingRider; 25th Sep 2014 at 21:24. Reason: more situation a word.. sry bad english
    Quote Quote  
  25. can someone help with this link

    PHP Code:
    http://cf.c.ooyala.com/5wcmRmcjqckqtQQ_aMm8xu5NsMo-Q8rU/BUc12Zw0Vb8eXvffnz6WqqK9zTtMPN2OzV_3MMkJaNYaZy8G6bjQBJ_fnbg9Ws5J/video_300_320Seg1-Frag1 
    it has 53 fragments

    i download php and i download AdobeHDS.php and i did all the steps and when i post the code in CMD it Says

    Ksv Adobe HDS Downloader

    Unable to download the manifest
    Last edited by mrwolf; 28th Dec 2014 at 19:56.
    Quote Quote  
  26. Originally Posted by mrwolf View Post
    can someone help with this link

    PHP Code:
    http://cf.c.ooyala.com/5wcmRmcjqckqtQQ_aMm8xu5NsMo-Q8rU/BUc12Zw0Vb8eXvffnz6WqqK9zTtMPN2OzV_3MMkJaNYaZy8G6bjQBJ_fnbg9Ws5J/video_300_320Seg1-Frag1 
    it has 53 fragments

    i download php and i download AdobeHDS.php and i did all the steps and when i post the code in CMD it Says

    Ksv Adobe HDS Downloader

    Unable to download the manifest
    hello
    can you post the original link
    thank
    Quote Quote  
  27. Code:
    php AdobeHDS.php --manifest "http://cf.c.ooyala.com/5wcmRmcjqckqtQQ_aMm8xu5NsMo-Q8rU/5wcmRmcjqckqtQQ_aMm8xu5NsMo-Q8rU_1.f4m" --delete




    Quote Quote  
  28. Originally Posted by KingRider View Post
    hello, i see all page too hard =S ... i need more 149 videos ahahhaha... nvm is a tutorial too much work.

    i found application can download f4f to mp4 or other... call "Hulu Downloader v2.7.1.8"

    Problem is trial just 10 minutes =( ... i need crack or patcher, who can help me?

    Web Official:
    http://www.hulu-downloader.com

    Download Mirror:
    https://mega.co.nz/#!uQ93SSaA!9LZDfN2wKzw2ZyBRVPAy97sXsiLCQJQRE_oGqV9nv44

    Thanks
    https://www.mywot.com/en/scorecard/vdigger.com
    Quote Quote  



Similar Threads

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