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
  #21  
Old 02-02-2015, 10:15 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by beeson76 View Post
Just to try it, I did what you instructed Biezom and I don't think its working. When I copy to clipboard from the Mozilla HDS Link Detector and right click it in my command prompt from the c:\php it goes through a bunch of lines (no way of knowing what they say) and then just stops. But kinda at the end of the lines it gives me an error to the effect of "Something went wrong with that request. Please try again"

ok see your private message
Reply With Quote
  #22  
Old 02-02-2015, 10:49 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Adobe HDS Downloader


or try
Code:
php AdobeHDS.php --fragments MyVideo-Seg1-Frag
in the f4f folder
before you need copy Adobehds.php in this folder
Reply With Quote
  #23  
Old 02-02-2015, 11:16 PM
beeson76 beeson76 is offline
Junior Member
 
Join Date: Feb 2015
Posts: 7
beeson76 is on a distinguished road
Default

Re: Adobe HDS Downloader


Here is an example of what is happening. One of the videos I am trying
to get is this video:

http://tv2.hu/musoraink/tenyek/16277...gat_verte.html

Here is the HDS Link Detector link that I copy onto the clipboard (I get this from the box that pops up when the video is playing in the bottom right corner of Firefox):

php AdobeHDS.php --manifest "http://pstream1.tv2.hu/f4m/vod7/20141119/160498.manifest.f4m?st=AcKJfYgKQCU9V8FE6gM6vQ&e=14 23026537" --delete.

I go to C:\PHP, open the command prompt from this Folder and paste this:

php AdobeHDS.php --manifest "http://pstream1.tv2.hu/f4m/vod7/20141119/160498.manifest.f4m?st=AcKJfYgKQCU9V8FE6gM6vQ&e=14 23026537" --delete

And nothing productive happens. Just lines flash by and it looks like no output. What would be causing this.

I appreciate your help Biezom, and I got your private message too
Reply With Quote
  #24  
Old 02-02-2015, 11:27 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Adobe HDS Downloader


ok you can try livestreamer

Code:
livestreamer "hds://http://pstream1.tv2.hu/f4m/vod7/20141119/160498.manifest.f4m?st=AcKJfYgKQCU9V8FE6gM6vQ&e=1423026537" best -o test.ts

Last edited by biezom : 02-03-2015 at 10:15 AM.
Reply With Quote
  #25  
Old 02-03-2015, 10:00 AM
beeson76 beeson76 is offline
Junior Member
 
Join Date: Feb 2015
Posts: 7
beeson76 is on a distinguished road
Default

Re: Adobe HDS Downloader


How do I use Livestreamer then.

Does it download the video into fragments that you have to put together again?

How do I use this such as in the c:\php folder from a command box?

Thanks again for the help.
Reply With Quote
  #26  
Old 02-03-2015, 10:12 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Adobe HDS Downloader


https://github.com/chrippa/livestrea...11.1-win32.zip
unzip the file in C:\ for example
so you have C:\livestreamer-v1.11.1
run cmd.exe
and go in the livestreamer folder
Code:
cd C:\livestreamer-v1.11.1
and paste the code
Code:
livestreamer "hds://http://pstream1.tv2.hu/f4m/vod7/20141119/160498.manifest.f4m?st=AcKJfYgKQCU9V8FE6gM6vQ&e=1423026537" best -o test.ts
Reply With Quote
  #27  
Old 02-03-2015, 10:48 AM
beeson76 beeson76 is offline
Junior Member
 
Join Date: Feb 2015
Posts: 7
beeson76 is on a distinguished road
Default

Re: Adobe HDS Downloader


Awesome Biezom!!!

Its downloading something

Where will it put the file(s) at? I am reading the instructions for it and its really not that clear.

This is the most progress I have made so far, but its because of your help that I have gotten this far.

So the file location is what I need to know now.

Thanks again.
Reply With Quote
  #28  
Old 02-03-2015, 10:55 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by beeson76 View Post
Awesome Biezom!!!

Its downloading something

Where will it put the file(s) at? I am reading the instructions for it and its really not that clear.

This is the most progress I have made so far, but its because of your help that I have gotten this far.

So the file location is what I need to know now.

Thanks again.
in the same folder C:\livestreamer-v1.11.1
and in the code "-o test.ts" it's the name of the video you can choice an other name if you want blabla.ts or youpi.ts ........
Reply With Quote
  #29  
Old 02-03-2015, 02:13 PM
beeson76 beeson76 is offline
Junior Member
 
Join Date: Feb 2015
Posts: 7
beeson76 is on a distinguished road
Default

Re: Adobe HDS Downloader


Thanks Biezom. I got it!!!

I really appreciate your help.

Just a side question, but is there an easy way of joining f4f files that I have already downloaded? The livestreamer worked really good and I can get what I want with it.

Im just really suprised there isnt a simple program that can do it.

Thanks again.
Reply With Quote
  #30  
Old 02-03-2015, 02:19 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Adobe HDS Downloader


Quote:
Originally Posted by beeson76 View Post
Thanks Biezom. I got it!!!

I really appreciate your help.

Just a side question, but is there an easy way of joining f4f files that I have already downloaded? The livestreamer worked really good and I can get what I want with it.

Im just really suprised there isnt a simple program that can do it.

Thanks again.
AdobeHDS.php do it but not in your configuration
Reply With Quote
Reply Post New Thread


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 11:58 AM.


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