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

Downloading Amazon Prime streaming video

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

stinkfoot 08-21-2015 03:55 PM

Re: Downloading Amazon Prime streaming video


 
Quote:

Originally Posted by eonmc2 (Post 79132)
I copied urls of a cartoon episode from Amazon Prime Instant Video (used with chrome html5 video player)

Is there any method to play or decrypt those files in nowadays?

chrome html5 yes having playready drm. removing playready drm yes being tricky. you yes better downloading flash video but flash also yes being tricky. what being the webpage or asin of cartoon video? is this yes being american, germany or britain amazon?

eonmc2 08-21-2015 10:48 PM

Re: Downloading Amazon Prime streaming video


 
Quote:

Originally Posted by stinkfoot (Post 79140)
chrome html5 yes having playready drm. removing playready drm yes being tricky. you yes better downloading flash video but flash also yes being tricky. what being the webpage or asin of cartoon video? is this yes being american, germany or britain amazon?

American Amazon and cartoon is this one:
I can watching via Prime membership but I can't buy the serie because:

Quote:

Purchase Error
We're unable to complete your order. Your credit card wasn't charged. Your credit card must be issued from a bank in the United States. If you have any questions, please contact Amazon Customer Service

feldego 08-26-2015 04:23 AM

Re: Downloading Amazon Prime streaming video


 
Amazon's HLS streams are encrypted with FairPlay. Is there a way to decrypt them like with Netflix?

Code:

#EXTM3U
#EXT-X-VERSION:5
## Created with Unified Streaming Platform(version=1.7.11)
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-PLAYLIST-TYPE:VOD
#EXT-X-INDEPENDENT-SEGMENTS
#EXT-X-TARGETDURATION:11
#EXT-X-KEY:METHOD=SAMPLE-AES,URI="skd://ac636592-1c5e-408d-8c12-ff7ad618e0e2",KEYFORMAT="com.apple.streamingkeydelivery",KEYFORMATVERSIONS="1"
#EXTINF:10.01, no desc
#EXT-X-BYTERANGE:256056@0
98a243df-403b-4150-a570-3485bc6c0c83_v1.ts
#EXTINF:10.01, no desc
[...]


WHOOKIDSON 08-26-2015 04:39 AM

Re: Downloading Amazon Prime streaming video


 
You'll probably have better luck through RTMPE

feldego 08-26-2015 05:09 AM

Re: Downloading Amazon Prime streaming video


 
Quote:

Originally Posted by WHOOKIDSON (Post 79268)
You'll probably have better luck through RTMPE

The rtmp:// links are in SD only

WHOOKIDSON 08-26-2015 05:47 AM

Re: Downloading Amazon Prime streaming video


 
Quote:

Originally Posted by feldego (Post 79269)
The rtmp:// links are in SD only

:( I'll check it out

feldego 08-28-2015 04:02 PM

Re: Downloading Amazon Prime streaming video


 
Has anyone found a way to get mp4decrypt/mp4box -decrypt working? It doesn't output anything

Code:

mp4decrypt --key 1:536AA5E66342414FA76CA60C03E49A95 --fragments-info info.mpd audio.mp4 out.mp4
Returns an empty file
Code:

mp4box -decrypt info.mpd audio.mp4 out.mp4
Crashes mp4box

XML begin:
Code:

<MPD xmlns="urn:mpeg:dash:schema:mpd:2011" xmlns:cenc="urn:mpeg:cenc:2013" xmlns:mas="urn:marlin:mas:1-0:services:schemas:mpd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" mediaPresentationDuration="PT1H45M11.424S" minBufferTime="PT10S" profiles="urn:mpeg:dash:profile:isoff-on-demand:2011" type="static" xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd">
<Period>
<AdaptationSet contentType="audio" group="1" lang="en" mimeType="audio/mp4" segmentAlignment="true" subsegmentAlignment="true" subsegmentStartsWithSAP="1">
<ContentProtection cenc:default_KID="536AA5E6-6342-414F-A76C-A60C03E49A95" schemeIdUri="urn:mpeg:dash:mp4protection:2011" value="cenc"/>
<ContentProtection schemeIdUri="urn:uuid:9A04F079-9840-4286-AB92-E65BE0885F95" value="MSPR 2.0"/>
<ContentProtection schemeIdUri="urn:uuid:EDEF8BA9-79D6-4ACE-A3C8-27DCD51D21ED"/>
<ContentProtection schemeIdUri="urn:uuid:5E629AF5-38DA-4063-8977-97FFBD9902D4">
<mas:MarlinContentIds>
<mas:MarlinContentId>urn:marlin:kid:536aa5e66342414fa76ca60c03e49a95</mas:MarlinContentId>
</mas:MarlinContentIds>
</ContentProtection>
<Representation audioSamplingRate="24000" bandwidth="32000" codecs="mp4a.40.5" id="audio_eng=32000">...</Representation>
<Representation audioSamplingRate="24000" bandwidth="64000" codecs="mp4a.40.5" id="audio_eng=64000">...</Representation>
<Representation audioSamplingRate="48000" bandwidth="128000" codecs="mp4a.40.2" id="audio_eng=128000">...</Representation>
<Representation audioSamplingRate="48000" bandwidth="256000" codecs="ec-3" id="audio_eng_1=256000">
<AudioChannelConfiguration schemeIdUri="urn:dolby:dash:audio_channel_configuration:2011" value="F801"/>
<BaseURL>df628042-39b3-4100-8546-cc6a85f5b60e_audio_4.mp4</BaseURL>
<SegmentList duration="96000" timescale="48000">...</SegmentList>
</Representation>
</AdaptationSet>


Manual 08-29-2015 12:28 AM

Re: Downloading Amazon Prime streaming video


 
I highly doubt the key you used is the real key.

ItsAngel 09-03-2015 02:03 AM

Re: Downloading Amazon Prime streaming video


 
So i may have found a way to get the flashAccessToken & a rtmpe F4v file for a purchased TV show, is there anyway to use that token and the url to download & decrypt the video? i can also get the FairPlayLicense & PlayReadyLicense. its a bunch of numbers basically. are these licenses & tokens useless? or can we put them to good use? thanks in advance.

P.s a friend of mine sent me(which was sent to him by an acquaintance who wont tell him how he did) a direct Mp4 amazon url that works everytime and has no DRM. if anyone is amazon/Stream Savy & would like to help me find out how we can duplicate this for more videos Feel free to PM so i wont exploit this on here.

drbmn 09-04-2015 01:22 AM

Re: Downloading Amazon Prime streaming video


 
Quote:

Originally Posted by ItsAngel (Post 79494)
So i may have found a way to get the flashAccessToken & a rtmpe F4v file for a purchased TV show, is there anyway to use that token and the url to download & decrypt the video? i can also get the FairPlayLicense & PlayReadyLicense. its a bunch of numbers basically. are these licenses & tokens useless? or can we put them to good use? thanks in advance.

P.s a friend of mine sent me(which was sent to him by an acquaintance who wont tell him how he did) a direct Mp4 amazon url that works everytime and has no DRM. if anyone is amazon/Stream Savy & would like to help me find out how we can duplicate this for more videos Feel free to PM so i wont exploit this on here.

that trick only works for amazon.de now.


All times are GMT -6. The time now is 02:46 AM.