View Single Post
  #3  
Old 09-23-2012, 06:52 AM
chanc chanc is offline
Senior Member
 
Join Date: Sep 2012
Posts: 115
chanc is on a distinguished road
Default

Re: How to use adobehds.sh?


Quote:
Originally Posted by svnpenn View Post
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.
Reply With Quote