Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

AdobeHDS script helpers

(http://stream-recorder.com/forum/showthread.php?t=12721)

svnpenn 06-03-2012 09:50 AM

Re: Adobe HDS Downloader


 
Update

Script should work with Windows 7 and Windows XP

Tested to work with

Code:

C:\Users\Steven\AppData\Local
C:\Documents and Settings\Steven\Local Settings\Application Data

AdobeHDS.sh

svnpenn 06-03-2012 05:54 PM

Re: AdobeHDS script helpers


 
I made a few performance tweaks.

Finding parameters is now extremely fast, usually 1 second.

svnpenn 06-13-2012 06:53 PM

Re: AdobeHDS script helpers


 
github.com/svnpenn/dotfiles/commit/a722

Quote:

Improve parsing of auth and manifest

svnpenn 06-16-2012 04:52 PM

Re: AdobeHDS script helpers


 
github.com/svnpenn/dotfiles/commit/efec

Quote:

Support unauthenticated sites

Some sites, e.g. http://veevr.com/embed/hqn8v_CWP do not require authentication.
If that be the case just pass "--auth ''".

Also fix is included for clearing cache. plugin-container.exe needs to be
stopped before clearing the cache.

svnpenn 06-19-2012 05:23 AM

Re: AdobeHDS script helpers


 
github.com/svnpenn/dotfiles/commit/c581d

Quote:

Call PHP directly, not from second script

Previous versions would dump the PHP command for AdobeHDS.php to a Bash script,
then call the script. The correct php command is now simply run and no script
created.

In addition a binparse() function is being used to reduce code repetition.

svnpenn 06-20-2012 12:05 AM

Re: AdobeHDS script helpers


 
github.com/svnpenn/dotfiles/commit/1667

Quote:

Eliminate problems with binary data

By using

tr '\0' '\n'

only null bytes are being removed. Nonprinting characters other than null have
the possibility of crashing the script. Using "cat -v" eliminates this
possibility by using ^ and M- notation to represent nonprinting characters.

svnpenn 06-20-2012 03:33 AM

Re: AdobeHDS script helpers


 
github.com/svnpenn/dotfiles/commit/3b46

Quote:

Fix handling of wildcards

svnpenn 06-25-2012 02:39 AM

Re: AdobeHDS script helpers


 
github.com/svnpenn/etc/blob/master/AdobeHDS.sh

New link, moderator please update.

svnpenn 06-29-2012 08:01 PM

Re: AdobeHDS script helpers


 
github.com/svnpenn/etc/commit/b098

Quote:

AdobeHDS, search process memory instead of cache

For some time the script has searched the Firefox cache for the parameters for
AdobeHDS. Recently this has become unreliable. Script will now dump the flash
player and search its memory, a proven method.

Also I am adding the useragent parameter. I feel this is better than users
editing their user.js Firefox file every time the AdobeHDS.php script changes
its useragent. Useragent should be pulled from the RAM so users can keep their
native useragent.

Tested with
http://concertgebouw.nl/live?event=25417
http://pluzz.fr/jt-13h

lucsj30 07-02-2012 03:00 PM

Re: Adobe HDS Downloader


 
i have download cygwin and sh file to download a video

but there is one error in sh file on line 28 the error message is :

AdobeHDS.sh: line 28: Erreur de syntaxe pr?s du symbole inattendu « < »

Thank to help me to resolve this problem

Luc


All times are GMT -6. The time now is 04:41 PM.