How to use adobehds.sh?When I use it on http://fora.tv/2010/06/14/FedEx_CEO_..._Cut_Emissions
I got these : Administrator@pc ~ $ adobehds.sh Killed flash player for clean dump. Restart video then press enter here + php /opt/Scripts/AdobeHDS.php --manifest '' --useragent 'Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0.1' Could not open input file: /opt/Scripts/AdobeHDS.php I have put AdobeHDS.php in the same folder as adobehds.sh, am I right by doing this ? HOW can I make sure adobehds.php is in the right path ? Please help. |
Re: How to use adobehds.sh?Quote:
C:\cygwin\opt\Scripts\AdobeHDS.php Or you could change this line Code:
php /opt/Scripts/AdobeHDS.php ${a:+--auth "$a"} --manifest "$m" \ Code:
php AdobeHDS.php ${a:+--auth "$a"} --manifest "$m" \ |
Re: How to use adobehds.sh?Quote:
1.After trying the first way, I got : Administrator@pc ~ $ adobehds.sh Killed flash player for clean dump. Restart video then press enter here + php /opt/Scripts/AdobeHDS.php --manifest '' --useragent 'Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0.1' Could not open input file: /opt/Scripts/AdobeHDS.php 2.And the second , I got : Administrator@pc ~ $ adobehds.sh Killed flash player for clean dump. Restart video then press enter here + php AdobeHDS.php --manifest '' --useragent 'Mozilla/5.0 (Windows NT 5.1; rv:15.0) Gecko/20100101 Firefox/15.0.1' Could not open input file: AdobeHDS.php It seems that the input file still can not be opened. |
Re: How to use adobehds.sh?I committed a new version of the script to GitHub. The regex will need some more improvement, but should work for now.
Code:
$ AdobeHDS.sh |
Re: How to use adobehds.sh?With the latest script of adobehds.sh, at this url again,http://fora.tv/2010/0/14/FedEx_CEO_F..._Cut_Emissions
I got Code:
Administrator@pc ~ Then , I changed the code as you told , I got : Code:
Administrator@pc ~ What's wrong ? |
Re: How to use adobehds.sh?Quote:
|
Re: How to use adobehds.sh?After change the script like this :
Code:
php /cygwin/usr/local/bin/AdobeHDS.php ${a:+--auth "$a"} --manifest "$m" \ Code:
By the way , How can I correctly put code on the post as you did? In your post , the codes are always in such a format as can be seen easily. Code:
I have leant how to put this into the form of code , amazing. |
All times are GMT -6. The time now is 10:16 PM. |