Quote:
Originally Posted by chanc
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.
|
I would recommend to put script in correct folder, you may need to create it
C:\cygwin\opt\Scripts\AdobeHDS.php
Or you could change this line
Code:
php /opt/Scripts/AdobeHDS.php ${a:+--auth "$a"} --manifest "$m" \
To this
Code:
php AdobeHDS.php ${a:+--auth "$a"} --manifest "$m" \