Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 01-10-2014, 05:41 PM
Bizzo Bizzo is offline
Junior Member
 
Join Date: Jan 2014
Posts: 5
Bizzo is on a distinguished road
Default

Re: Adobe HDS Downloader


When doing offline processing the AdobeHDS.php script only accepts fragments starting from the number 1.
What about having a couple of extra parameters like --startfragment# and --stopfragment#, -both optional when doing offline processing?

I tried to use the --duration parameter when doing offline processing, but that did not work. So is it only for online use???
Would it be possible to set a start time and stop time when doing offline processing? Or is that far beyond the range of such a script?

Last edited by Bizzo : 01-11-2014 at 10:16 AM.
Reply With Quote
  #2  
Old 01-20-2014, 03:54 PM
Bizzo Bizzo is offline
Junior Member
 
Join Date: Jan 2014
Posts: 5
Bizzo is on a distinguished road
Default

Re: Adobe HDS Downloader


OK, at least there is some --start parameter I see...
Reply With Quote
  #3  
Old 11-09-2015, 09:59 AM
syrist syrist is offline
Junior Member
 
Join Date: Nov 2015
Posts: 4
syrist is on a distinguished road
Default

AdobeHDS not getting the entire episode


Hey, I'm trying to download episode 4 from Keeping Canada Alive. It only downloads the fragments for the first 12m31s.

The description for the episode online does say it's 12m31s, however, the web player's timeline actually shows 39m26s. If I let the episode play through it is 39m26s.

The other remaining episodes all download complete.

Any ideas or suggestions?

Here's the manifest URL (the session has already expired) if it helps:

Code:
http://mobilehls-vh.akamaihd.net/z/prodVideo/entertainment/CBC_Entertainment_VMS/405/382/Keep_Canada_Alive_S01_E04_Oct_24_2015_,960x540_2500kbps__762132,852x480_1800kbps__231965,640x360_1200kbps__794297,640x360_900kbps__867510,370x208_500kbps__345244,320x180_350kbps__596690,.mp4.csmil/manifest.f4m?hdnea=ip=99.225.102.91~st=1447087497~exp=1447087887~acl=/z/*~id=da9d1b6f-54c0-48b7-aa72-71db4995df7c~hmac=35ad9cc5f3441630b2c4c4e07ad8136d32535700cece0a2eabad510f302ea60b&g=CCHZGAIENJBW&hdcore=3.5.0
Thanks,
-Pete
Reply With Quote
  #4  
Old 11-09-2015, 01:19 PM
syrist syrist is offline
Junior Member
 
Join Date: Nov 2015
Posts: 4
syrist is on a distinguished road
Default

Re: Adobe HDS Downloader


I figured it out... not all the fragments were available for the highest quality bitrate of that stream. So I used the next highest quality bitrate and it had all the fragments available.
Reply With Quote
  #5  
Old 11-09-2015, 09:25 PM
zapac zapac is offline
Member
 
Join Date: Aug 2015
Posts: 73
zapac is on a distinguished road
Default

Re: Adobe HDS Downloader


Hi I tried to play manifest.f4m video in vlc..got this.

php AdobeHDS.php --manifest "http://staragvod1-vh.akamaihd.net/z/videos/plus/sns/1509/1000070501_,180,400,800,1300,2000,_STAR.mp4.csmil/manifest.f4m?hdnea=st=1446704006~exp=1446704606~ac l=/*~hmac=9463e3cf76e3d9d08f1773dd185e6046ac8c04e18d7 d991fa753986136c5a381&g=TJLPYOWLKHBG&hdcore=3.7.0& plugin=aasp-3.7.0.39.44" --delete --auth"hdntl=exp=1446790722~acl=%2f*~data=hdntl~hmac =7f3 42d5c916e7564cf300544067af902e15427e78e5c300c23fa1 9da67db8386&als=0,3,NaN,0,0,NaN,0,0,0,48,f,0,1259. 8,f,u,TJLPYOWLKHBG,3.7.0,48&hdcore=3.7.0&plugin=aa sp-3.7.0.39.44" --useragent "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0" --play | vlc --file-caching=10000

'vlc' is not a internal or external command.

what is this mean?
Reply With Quote
  #6  
Old 11-10-2015, 01:17 AM
slim10 slim10 is offline
Member
 
Join Date: Jun 2013
Posts: 47
slim10 is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by zapac View Post
Hi I tried to play manifest.f4m video in vlc..got this.

php AdobeHDS.php --manifest "http://staragvod1-vh.akamaihd.net/z/videos/plus/sns/1509/1000070501_,180,400,800,1300,2000,_STAR.mp4.csmil/manifest.f4m?hdnea=st=1446704006~exp=1446704606~ac l=/*~hmac=9463e3cf76e3d9d08f1773dd185e6046ac8c04e18d7 d991fa753986136c5a381&g=TJLPYOWLKHBG&hdcore=3.7.0& plugin=aasp-3.7.0.39.44" --delete --auth"hdntl=exp=1446790722~acl=%2f*~data=hdntl~hmac =7f3 42d5c916e7564cf300544067af902e15427e78e5c300c23fa1 9da67db8386&als=0,3,NaN,0,0,NaN,0,0,0,48,f,0,1259. 8,f,u,TJLPYOWLKHBG,3.7.0,48&hdcore=3.7.0&plugin=aa sp-3.7.0.39.44" --useragent "Mozilla/5.0 (Windows NT 6.3; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0" --play | vlc --file-caching=10000

'vlc' is not a internal or external command.

what is this mean?

I believe it needs the whole path to vlc.exe, e.g. "C:\Program Files\VideoLAN\VLC\vlc.exe"
Reply With Quote
  #7  
Old 03-20-2016, 08:55 PM
CIRCUSGIRL CIRCUSGIRL is offline
Junior Member
 
Join Date: Mar 2016
Posts: 3
CIRCUSGIRL is on a distinguished road
Default

Re: Adobe HDS Downloader


Hello,
I need help!
I started a thread named "http://ici.radio-canada.ca/tele/"
I received only 1 answer which redirected me here and now I'm stuck with no more replies to my 2nd question:

When I paste the link from HDS link Detector, I get this message: "could not open input file: AdobeHDS.php"


p.s. I read all sticky post from Video stream recording, and it did not help me. I tried numerous free and registered programs without any success.

I'm not a programmer and I don't understand PHP. I need a self explanatory method for Dummies. I read and tried following the WIKI
https://github.com/K-S-V/Scripts/wiki

I had some trouble with the whole process of installing PHP, but I finally made it work : when I type php -v I get the right msg.

All I want is to be able to download videos from this site:
http://ici.radio-canada.ca/tele/toc-...e?isAutoPlay=1

Video Downloader Ultimate was able to download all video fragments to a folder. I read the method to stitch them together, but I can't figure how to make it work.
Please, I already spent 5 days from 10 am to 10 pm trying to make this work. I'm going insane and I need help.


EDIT: I finally made it work and I got the video! This youtube video helped :
https://www.youtube.com/watch?v=Ahq_Azppvj8
I would like to say what made it difficult is that the steps in wiki are incomplete. Here are steps you could add to it to help others like me:

After installing PHP, download AdobeHDS.php script here: https://raw.githubusercontent.com/K-...r/AdobeHDS.php
Save page as: AdobeHDS.php (remove .txt)
Place file in C:\PHP
Open Command Prompt and type: cd c:\php
To see if everything is working (you should see help menu appear) type: php adboeHDS.php --help
Go to your video in Firefox, copy link with HDS link detector
paste link in Command Prompt
It should start download!!

I'm so happy!!!

Last edited by CIRCUSGIRL : 03-20-2016 at 10:25 PM.
Reply With Quote
  #8  
Old 04-25-2016, 02:07 PM
umairpk85 umairpk85 is offline
Junior Member
 
Join Date: Sep 2015
Posts: 2
umairpk85 is on a distinguished road
Default

Re: Adobe HDS Downloader


hello sir..

one request sir.. when capturing with adobe hds tere are 4 types of fragments but adobe hds automatically choose the highest ones HD, how to select lower one's?

any idea..



how to choose between quality selection

i will be highly oblighed sir
Reply With Quote
  #9  
Old 04-26-2016, 08:52 AM
Quaraxkad Quaraxkad is offline
Junior Member
 
Join Date: Jan 2010
Posts: 9
Quaraxkad is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by umairpk85 View Post
one request sir.. when capturing with adobe hds tere are 4 types of fragments but adobe hds automatically choose the highest ones HD, how to select lower one's?
Read: https://github.com/K-S-V/Scripts/wiki

--quality low/medium/high
Reply With Quote
  #10  
Old 04-26-2016, 11:15 AM
slim10 slim10 is offline
Member
 
Join Date: Jun 2013
Posts: 47
slim10 is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by Quaraxkad View Post
Read: https://github.com/K-S-V/Scripts/wiki

--quality low/medium/high

Or he can choose the exact bitrate. According to his screen cap, the choices appear to be: 4057, 2105, 1298, 765, 460 or 257.
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 10:05 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons