Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

Adobe HDS Downloader

(http://stream-recorder.com/forum/showthread.php?t=14823)

Dream_Team100 03-10-2013 08:15 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by dublin (Post 60452)
Hope this helps. :)

Thanks, works fine.

mo7i25 03-13-2013 02:40 AM

Re: Adobe HDS Downloader


 
Hi, is there any way to download files as mp4 files?
thank you for this wonderful script and addon!!!!!!!!

falkeklubben 03-13-2013 02:54 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by mo7i25 (Post 60559)
Hi, is there any way to download files as mp4 files?
thank you for this wonderful script and addon!!!!!!!!

You have to use ffmpeg (etc) to repackage the flv to mp4. Something like this:

Code:

ffmpeg -i videofile.flv -vcodec copy -acodec copy videofile.mp4

KSV 03-13-2013 03:19 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by mo7i25 (Post 60559)
Hi, is there any way to download files as mp4 files?
thank you for this wonderful script and addon!!!!!!!!

you can simply use FFMpeg to remux (not re-encode) flv file to mp4 or mkv format.

Code:

FFMpeg -i input.flv -c copy output.mp4
or
Code:

FFMpeg -i input.flv -c copy output.mkv

mo7i25 03-13-2013 09:37 AM

Re: Adobe HDS Downloader


 
Wow it worked!!! thank you falkeklubben, thank you ksv.
thank you so much for the help!!!!!!!

Dream_Team100 03-18-2013 08:39 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by mo7i25 (Post 60559)
Hi, is there any way to download files as mp4 files?
thank you for this wonderful script and addon!!!!!!!!

You can use a pipe:
--play | ffmpeg -re -i - -c:a copy -c:v copy output.mp4

amedeo 03-20-2013 04:48 AM

Re: Adobe HDS Downloader


 
How can i see in a player:
Code:

http://www.tgcom24.mediaset.it/video/
or
Code:

http://www.italiatv.org/webtv/live/tgcom24.htm
Thanks in advance

Nomorecocktails 03-20-2013 06:27 AM

Re: Adobe HDS Downloader


 
I am trying to use this infor to get fox news videos. I have the extension installed and PHp installed. I have read the wiki and ollowed the steps and get the message Zend Engine. I pasted in the command from the firefox but get Cold not open input file AdobeHDS.php
What i am doing wrong?

got it working

dublin 03-21-2013 04:53 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by amedeo (Post 60776)
How can i see in a player:
Code:

http://www.tgcom24.mediaset.it/video/
or
Code:

http://www.italiatv.org/webtv/live/tgcom24.htm
Thanks in advance

Those are MS Silverlight streams. Use ismdownloader and for help go to this thread.

Quote:

Originally Posted by Nomorecocktails (Post 60778)
I am trying to use this infor to get fox news videos. I have the extension installed and PHp installed. I have read the wiki and ollowed the steps and get the message Zend Engine. I pasted in the command from the firefox but get Cold not open input file AdobeHDS.php
What i am doing wrong?

got it working

It's hard to help if you don't provide link to the video...

biashead 03-21-2013 01:40 PM

Re: Adobe HDS Downloader


 
Hi KSV and hello to all!

I have tried to capture a realtime webstream of german channel 'ARD' via their HDS webstream. I already used your PHP script before to download a news report. Now I installed your Firefox addon, but could not get the URL with it.

Here is the page for the online stream:
http://live.daserste.de/int/index.html#programm

DownloadHelper finds the f4m URL, but your addon doesn't. I don't understand why.

Also, I tried URL's gained from Downloadhelper and also from Google Chrome's "Inspect Element" option (in the Network tab), but none worked. Everytime I ran your script, it returned with the error "Access Denied! Unable to download the manifest.".

Does it mean that the manifest file gets invalid? I tried your idea and tried to get the manifest URL and run the script as quickly as possible, but the result was all the same.

What can be the problem with the HDS Link Detector?
Is there a way to capture live HDS stream?

Regards,
Sebastian.


All times are GMT -6. The time now is 12:52 PM.