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)

ryanf86 01-24-2016 09:13 PM

Re: Adobe HDS Downloader


 
I'm trying to download the video from this link:

https://au.tv.yahoo.com/plus7/cats-m...n-1-episode-2/

But when i try to use the AdobeHDS.php I get the following error:

This stream is encrypted with FlashAccess DRM. Decryption of such streams isn't currently possible with this script.

What confuses me though is that i can use the script below and the video downloads without any issue.

https://github.com/blha303/plus7-tools

Can someone else test this to make sure im not doing something wrong.

Thanks in Advance.

stream_monkey 01-24-2016 11:33 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by ryanf86 (Post 82364)
I'm trying to download the video from this link:

https://au.tv.yahoo.com/plus7/cats-m...n-1-episode-2/

But when i try to use the AdobeHDS.php I get the following error:

This stream is encrypted with FlashAccess DRM. Decryption of such streams isn't currently possible with this script.

What confuses me though is that i can use the script below and the video downloads without any issue.

https://github.com/blha303/plus7-tools

Can someone else test this to make sure im not doing something wrong.

Thanks in Advance.

Sometimes there are hidden mobile playlists (.m3u8-unencrypted) in addition to the encrypted hds playlists.

This seems to be one of those. Youtube-dl also is able to download it.

ryanf86 01-25-2016 12:00 AM

Re: Adobe HDS Downloader


 
Thanks for that.

Now any ideas about the paid streaming service Presto? They use the same as Plus7 except i haven't been able to find a .m3u8 only .f4m

If i use youtube-dl and the url from the hds link detector e.g. http://ken-cdn250-is-2.se.fxmultihds...4iB-v0-D_1.f4m

I get the following error

$ youtube-dl http://ken-cdn250-is-3.se.fxmultihds...4iB-v0-D_1.f4m
[generic] M1dzRyeDrKIcGSorUk3vtHln4iB-v0-D_1: Requesting header
WARNING: Falling back on generic information extractor.
[generic] M1dzRyeDrKIcGSorUk3vtHln4iB-v0-D_1: Downloading webpage
[generic] M1dzRyeDrKIcGSorUk3vtHln4iB-v0-D_1: Extracting information
ERROR: Unsupported URL: http://ken-cdn250-is-3.se.fxmultihds...4iB-v0-D_1.f4m

stream_monkey 01-25-2016 12:27 AM

Re: Adobe HDS Downloader


 
What's the original url?

ryanf86 01-25-2016 01:52 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by stream_monkey (Post 82368)
What's the original url?

https://www.presto.com.au/tv/upper-middle-bogan

hawkdown77 01-28-2016 05:01 AM

Re: Adobe HDS Downloader


 
Hi guys.....
Please... someone can help me??? i already try GETFLV but i cannot download.

This link: http://hdiob-vh.akamaihd.net/z/pales...g=MENWSXTVVHTV


Thanks Advance

Shams 02-02-2016 06:09 AM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by ryanf86 (Post 82364)
I'm trying to download the video from this link:

https://au.tv.yahoo.com/plus7/cats-m...n-1-episode-2/

But when i try to use the AdobeHDS.php I get the following error:

This stream is encrypted with FlashAccess DRM. Decryption of such streams isn't currently possible with this script.

What confuses me though is that i can use the script below and the video downloads without any issue.

https://github.com/blha303/plus7-tools

Can someone else test this to make sure im not doing something wrong.

Thanks in Advance.

can you explain how to use the script above please ?

stream_monkey 02-07-2016 03:03 PM

Re: Adobe HDS Downloader


 
Forgive me if this has been asked/answered before, but is there a way to channel the output of a live stream to a media player (e.g. vlc)?

I am checking out the Super Bowl stream from cbs.com and it would be nice to stream it to vlc rather than use the browser. Obviously I am able to capture it to disc, but i am hoping to be able to actually view it in a stand-alone player in realtime.

I tried livestreamer, but was unsuccessful.

Many thanks.

biezom 02-07-2016 03:51 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by stream_monkey (Post 82550)
Forgive me if this has been asked/answered before, but is there a way to channel the output of a live stream to a media player (e.g. vlc)?

I am checking out the Super Bowl stream from cbs.com and it would be nice to stream it to vlc rather than use the browser. Obviously I am able to capture it to disc, but i am hoping to be able to actually view it in a stand-alone player in realtime.

I tried livestreamer, but was unsuccessful.

Many thanks.


hi

with option --play

maybe need adapt the path of vlc and the part in red

Code:

php AdobeHDS.php --manifest "http://cbssuperbowlhd-lh.akamaihd.net/z/cbs_sb50lga@360996/manifest.f4m?g=JMTGGKHBYBUM&hdcore=3.3.1" --delete  --play | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
or with livestreamer

Code:

livestreamer  "hds://http://cbssuperbowlhd-lh.akbs_sb50lga@360996/manifest.f4m?g=NKTWZVQKUYHE&hdcore=3.3.1" best

stream_monkey 02-07-2016 03:59 PM

Re: Adobe HDS Downloader


 
Quote:

Originally Posted by biezom (Post 82551)
hi

with option --play

maybe need adapt the path of vlc and the part in red

Code:

php AdobeHDS.php --manifest "http://cbssuperbowlhd-lh.akamaihd.net/z/cbs_sb50lga@360996/manifest.f4m?g=JMTGGKHBYBUM&hdcore=3.3.1" --delete  --play | "C:\Program Files\VideoLAN\VLC\vlc.exe" -
or with livestreamer

Code:

livestreamer  "hds://http://cbssuperbowlhd-lh.akbs_sb50lga@360996/manifest.f4m?g=NKTWZVQKUYHE&hdcore=3.3.1" best

Rockstar. Many thanks!

Not sure how I missed the --play handle...

:)


All times are GMT -6. The time now is 02:55 PM.