View Single Post
  #4  
Old 01-13-2014, 03:15 PM
shantiq shantiq is offline
shan
 
Join Date: Jan 2012
Posts: 33
shantiq is on a distinguished road
Default

Re: seeking to keep a video from france5.fr on Ubuntu


Quote:
Originally Posted by karlo2105 View Post
First you need to install package php5-curl, then you need to add AdobeHDS.php in home directory.
Take a look on wiki here
Code:
https://github.com/K-S-V/Scripts/wiki

thanx for this but i think i need a bit more detail if that is ok

i installed
Code:
sudo apt-get install php5-curl
and
Code:
sudo apt-get install php5-cli
and all good

and placed https://raw.github.com/K-S-V/Scripts...r/AdobeHDS.php in ~/bin

all good


then tried info here


using hasomaso's line

Quote:
php ~/bin/AdobeHDS.php --quality high --delete --manifest 'http://ftvodhdsecz-f.akamaihd.net/i/streaming-adaptatif/2014/S02/J4/94667327-20140109-,398,632,934,k.mp4.csmil/index_2_av.m3u8?null='

and get

Quote:
php ~/bin/AdobeHDS.php --quality high --delete --manifest 'http://ftvodhdsecz-f.akamaihd.net/i/streaming-adaptatif/2014/S02/J4/94667327-20140109-,398,632,934,k.mp4.csmil/index_2_av.m3u8?null='

KSV Adobe HDS Downloader

Processing manifest info....
PHP Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found in /home/shan/bin/AdobeHDS.php on line 419
PHP Warning: simplexml_load_string(): #EXTM3U in /home/shan/bin/AdobeHDS.php on line 419
PHP Warning: simplexml_load_string(): ^ in /home/shan/bin/AdobeHDS.php on line 419
Failed to load xml


so i may need a little more guidance here please


i can also play

Code:
php ~/bin/AdobeHDS.php --quality high --delete --manifest 'http://ftvodhdsecz-f.akamaihd.net/i/streaming-adaptatif/2014/S02/J4/94667327-20140109-,398,632,934,k.mp4.csmil/index_2_av.m3u8?null='
in vlc but record does not capture it

Media/convert does tho


so the question remains how do you find this

Quote:
http://ftvodhdsecz-f.akamaihd.net/i/streaming-adaptatif/2014/S02/J4/94667327-20140109-,398,632,934,k.mp4.csmil/index_2_av.m3u8?null='
hasomaso ?
Reply With Quote