Quote:
Originally Posted by svnpenn
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" \
|
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.