Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
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. |
#2
|
|||
|
|||
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" \ |
#3
|
|||
|
|||
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. |
#4
|
|||
|
|||
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 Killed flash player for clean dump. Restart video then press enter here + php /opt/Scripts/AdobeHDS.php --manifest http://stream.fora.tv/h10761/2010-06- 14_smith-wired-FORAcast-384kbps-10761.f4m --useragent Mozilla/5.0 --delete KSV Adobe HDS Downloader Processing manifest info.... Quality Selection: Available: 426 Selected : 426 Downloading 58/58 fragments Found 58 fragments Joined 58 fragments in 0.40 seconds Finished |
#5
|
|||
|
|||
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 ~ $ adobehds.sh Killed flash player for clean dump. Restart video then press enter here + php /opt/Scripts/AdobeHDS.php --manifest '' --useragent '' --delete Could not open input file: /opt/Scripts/AdobeHDS.php Then , I changed the code as you told , I got : Code:
Administrator@pc ~ $ adobehds.sh Killed flash player for clean dump. Restart video then press enter here + php AdobeHDS.php --manifest http://stream.fora.tv/h10761/2010-06...kbps-10761.f4m --useragent Mozilla/5.0 --delete Could not open input file: AdobeHDS.php What's wrong ? |
#6
|
|||
|
|||
Re: How to use adobehds.sh?You need to move AdobeHDS.php to /opt/Scripts, OR edit AdobeHDS.sh, NOT BOTH.
|
#7
|
|||
|
|||
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:
Administrator@pc ~ $ adobehds.sh Killed flash player for clean dump. Restart video then press enter here + php /cygwin/usr/local/bin/AdobeHDS.php --manifest http://stream.fora.tv/f11936/2010-05...kbps-11936.f4m --useragent Mozilla/5.0 --delete KSV Adobe HDS Downloader Processing manifest info.... Quality Selection: Available: 812 380 Selected : 812 Downloading 147/147 fragments Found 147 fragments Joined 147 fragments in 1.49 seconds Finished 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. Last edited by chanc : 09-27-2012 at 09:17 PM. Reason: add something |
Tags: adobehds |
Thread Tools | |
Display Modes | |
|
|