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)

Manual 09-07-2015 10:54 AM

Re: Downloading Amazon Prime streaming video


 
Can someone download something on their iOS device and check which files are included?

jokum 09-07-2015 11:00 AM

Re: Downloading Amazon Prime streaming video


 
Quote:

Originally Posted by JohnW (Post 79620)
@Jokum: You can download the encrypted audio/video files easily...

How to download easily?

slim94 09-07-2015 11:15 AM

Re: Downloading Amazon Prime streaming video


 
Quote:

Originally Posted by Manual (Post 79636)
Can someone download something on their iOS device and check which files are included?

it's the standard skd:// delivery method -- no way around it yet.

JohnW 09-07-2015 12:21 PM

Re: Downloading Amazon Prime streaming video


 
Quote:

Originally Posted by Bird313 (Post 79627)
@JohnW:
The trickplay folder contains a set of small jpg's from the movie. I suppose ist's mainly for fast forward and backward play.
*.atv's are attached as atv-s.zip

Ah I see, the atv files seem to be the same as the links I intercepted with wireshark on my Android phone. It's basically just silverlight, but now it actively saves every fragment of the audio and video files. It's pretty odd that HD isn't even possible on Android devices.

jokum 09-07-2015 12:57 PM

Re: Downloading Amazon Prime streaming video


 
during capture with fireshark, i get different playlists... without HD of course:

Code:

#EXTM3U
#EXT-X-VERSION:5
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio-aach-32",LANGUAGE="en",NAME="English",AUTOSELECT=YES,URI="(Placeholder)_a1.m3u8"
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio-aach-64",LANGUAGE="en",NAME="English",AUTOSELECT=YES,URI="(Placeholder)_a2.m3u8"
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio-aacl-128",LANGUAGE="en",NAME="English",AUTOSELECT=YES,URI="(Placeholder)_a3.m3u8"
#EXT-X-STREAM-INF:BANDWIDTH=287000,AVERAGE-BANDWIDTH=211000,CODECS="avc1.4D4016,mp4a.40.2",RESOLUTION=512x288,AUDIO="audio-aach-32",CLOSED-CAPTIONS=NONE
(Placeholder)_v1.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=362000,AVERAGE-BANDWIDTH=261000,CODECS="avc1.4D4016,mp4a.40.2",RESOLUTION=512x288,AUDIO="audio-aach-32",CLOSED-CAPTIONS=NONE
(Placeholder)_v2.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1709000,AVERAGE-BANDWIDTH=1073000,CODECS="avc1.4D401E,mp4a.40.2",RESOLUTION=720x404,AUDIO="audio-aacl-128",CLOSED-CAPTIONS=NONE
(Placeholder)_v6.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=2914000,AVERAGE-BANDWIDTH=2197000,CODECS="avc1.4D401E,mp4a.40.2",RESOLUTION=720x404,AUDIO="audio-aacl-128",CLOSED-CAPTIONS=NONE
(Placeholder)_v8.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=3774000,AVERAGE-BANDWIDTH=2707000,CODECS="avc1.64001F,mp4a.40.2",RESOLUTION=1280x720,AUDIO="audio-aacl-128",CLOSED-CAPTIONS=NONE
(Placeholder)_v9.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=34000,AVERAGE-BANDWIDTH=33000,CODECS="mp4a.40.2",AUDIO="audio-aach-32"
(Placeholder)_a1.m3u8
#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=98000,CODECS="avc1.4D4016",RESOLUTION=512x288,URI="(Placeholder)_v1_iframe.m3u8"
#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=126000,CODECS="avc1.4D4016",RESOLUTION=512x288,URI="(Placeholder)_v2_iframe.m3u8"
#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=391000,CODECS="avc1.4D401E",RESOLUTION=720x404,URI="(Placeholder)_v6_iframe.m3u8"
#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=591000,CODECS="avc1.4D401E",RESOLUTION=720x404,URI="(Placeholder)_v8_iframe.m3u8"
#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=897000,CODECS="avc1.64001F",RESOLUTION=1280x720,URI="(Placeholder)_v9_iframe.m3u8"

so i use this shema and testet v12_iframe.m3u8 (witch is not listed?.

The result:
......
USP-X-I-FRAME-STREAM-INF:BANDWIDTH=2168000,CODECS="avc1.640028",RESOLUT ION=1920x1080

ItsAngel 09-07-2015 01:24 PM

Re: Downloading Amazon Prime streaming video


 
Quote:

Originally Posted by jokum (Post 79641)
during capture with fireshark, i get different playlists... without HD of course:

Code:

#EXTM3U
#EXT-X-VERSION:5
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio-aach-32",LANGUAGE="en",NAME="English",AUTOSELECT=YES,URI="(Placeholder)_a1.m3u8"
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio-aach-64",LANGUAGE="en",NAME="English",AUTOSELECT=YES,URI="(Placeholder)_a2.m3u8"
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio-aacl-128",LANGUAGE="en",NAME="English",AUTOSELECT=YES,URI="(Placeholder)_a3.m3u8"
#EXT-X-STREAM-INF:BANDWIDTH=287000,AVERAGE-BANDWIDTH=211000,CODECS="avc1.4D4016,mp4a.40.2",RESOLUTION=512x288,AUDIO="audio-aach-32",CLOSED-CAPTIONS=NONE
(Placeholder)_v1.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=362000,AVERAGE-BANDWIDTH=261000,CODECS="avc1.4D4016,mp4a.40.2",RESOLUTION=512x288,AUDIO="audio-aach-32",CLOSED-CAPTIONS=NONE
(Placeholder)_v2.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1709000,AVERAGE-BANDWIDTH=1073000,CODECS="avc1.4D401E,mp4a.40.2",RESOLUTION=720x404,AUDIO="audio-aacl-128",CLOSED-CAPTIONS=NONE
(Placeholder)_v6.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=2914000,AVERAGE-BANDWIDTH=2197000,CODECS="avc1.4D401E,mp4a.40.2",RESOLUTION=720x404,AUDIO="audio-aacl-128",CLOSED-CAPTIONS=NONE
(Placeholder)_v8.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=3774000,AVERAGE-BANDWIDTH=2707000,CODECS="avc1.64001F,mp4a.40.2",RESOLUTION=1280x720,AUDIO="audio-aacl-128",CLOSED-CAPTIONS=NONE
(Placeholder)_v9.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=34000,AVERAGE-BANDWIDTH=33000,CODECS="mp4a.40.2",AUDIO="audio-aach-32"
(Placeholder)_a1.m3u8
#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=98000,CODECS="avc1.4D4016",RESOLUTION=512x288,URI="(Placeholder)_v1_iframe.m3u8"
#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=126000,CODECS="avc1.4D4016",RESOLUTION=512x288,URI="(Placeholder)_v2_iframe.m3u8"
#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=391000,CODECS="avc1.4D401E",RESOLUTION=720x404,URI="(Placeholder)_v6_iframe.m3u8"
#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=591000,CODECS="avc1.4D401E",RESOLUTION=720x404,URI="(Placeholder)_v8_iframe.m3u8"
#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=897000,CODECS="avc1.64001F",RESOLUTION=1280x720,URI="(Placeholder)_v9_iframe.m3u8"

so i use this shema and testet v12_iframe.m3u8 (witch is not listed?.

The result:
......
USP-X-I-FRAME-STREAM-INF:BANDWIDTH=2168000,CODECS="avc1.640028",RESOLUT ION=1920x1080

Still encrypted though?

Manual 09-07-2015 01:34 PM

Re: Downloading Amazon Prime streaming video


 
Quote:

Originally Posted by jokum (Post 79641)
during capture with fireshark, i get different playlists... without HD of course:

Code:

#EXTM3U
#EXT-X-VERSION:5
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio-aach-32",LANGUAGE="en",NAME="English",AUTOSELECT=YES,URI="(Placeholder)_a1.m3u8"
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio-aach-64",LANGUAGE="en",NAME="English",AUTOSELECT=YES,URI="(Placeholder)_a2.m3u8"
#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="audio-aacl-128",LANGUAGE="en",NAME="English",AUTOSELECT=YES,URI="(Placeholder)_a3.m3u8"
#EXT-X-STREAM-INF:BANDWIDTH=287000,AVERAGE-BANDWIDTH=211000,CODECS="avc1.4D4016,mp4a.40.2",RESOLUTION=512x288,AUDIO="audio-aach-32",CLOSED-CAPTIONS=NONE
(Placeholder)_v1.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=362000,AVERAGE-BANDWIDTH=261000,CODECS="avc1.4D4016,mp4a.40.2",RESOLUTION=512x288,AUDIO="audio-aach-32",CLOSED-CAPTIONS=NONE
(Placeholder)_v2.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=1709000,AVERAGE-BANDWIDTH=1073000,CODECS="avc1.4D401E,mp4a.40.2",RESOLUTION=720x404,AUDIO="audio-aacl-128",CLOSED-CAPTIONS=NONE
(Placeholder)_v6.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=2914000,AVERAGE-BANDWIDTH=2197000,CODECS="avc1.4D401E,mp4a.40.2",RESOLUTION=720x404,AUDIO="audio-aacl-128",CLOSED-CAPTIONS=NONE
(Placeholder)_v8.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=3774000,AVERAGE-BANDWIDTH=2707000,CODECS="avc1.64001F,mp4a.40.2",RESOLUTION=1280x720,AUDIO="audio-aacl-128",CLOSED-CAPTIONS=NONE
(Placeholder)_v9.m3u8
#EXT-X-STREAM-INF:BANDWIDTH=34000,AVERAGE-BANDWIDTH=33000,CODECS="mp4a.40.2",AUDIO="audio-aach-32"
(Placeholder)_a1.m3u8
#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=98000,CODECS="avc1.4D4016",RESOLUTION=512x288,URI="(Placeholder)_v1_iframe.m3u8"
#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=126000,CODECS="avc1.4D4016",RESOLUTION=512x288,URI="(Placeholder)_v2_iframe.m3u8"
#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=391000,CODECS="avc1.4D401E",RESOLUTION=720x404,URI="(Placeholder)_v6_iframe.m3u8"
#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=591000,CODECS="avc1.4D401E",RESOLUTION=720x404,URI="(Placeholder)_v8_iframe.m3u8"
#EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=897000,CODECS="avc1.64001F",RESOLUTION=1280x720,URI="(Placeholder)_v9_iframe.m3u8"

so i use this shema and testet v12_iframe.m3u8 (witch is not listed?.

The result:
......
USP-X-I-FRAME-STREAM-INF:BANDWIDTH=2168000,CODECS="avc1.640028",RESOLUT ION=1920x1080

Is this captured from iOS or Android?

jokum 09-07-2015 02:23 PM

Re: Downloading Amazon Prime streaming video


 
ios (ipod touch)

Bird313 09-09-2015 03:44 AM

Re: Downloading Amazon Prime streaming video


 
Quote:

Originally Posted by JohnW (Post 79640)
Ah I see, the atv files seem to be the same as the links I intercepted with wireshark on my Android phone. It's basically just silverlight, but now it actively saves every fragment of the audio and video files. It's pretty odd that HD isn't even possible on Android devices.

But is it possible to convert the whole thing to a drm-free movie file?
720p would fit my needs in this case.

Bird313 10-07-2015 12:09 AM

Re: Downloading Amazon Prime streaming video


 
Quote:

Originally Posted by JohnW (Post 79640)
Ah I see, the atv files seem to be the same as the links I intercepted with wireshark on my Android phone. It's basically just silverlight, but now it actively saves every fragment of the audio and video files. It's pretty odd that HD isn't even possible on Android devices.

Is it possible to save Movies this way on an iOS device? I mean actively savig all the fragments w/ structure etc. in HD?
And how do you decript the fragments afterwards to a standard format?

feldego 12-21-2015 10:45 AM

Re: Downloading Amazon Prime streaming video


 
Does anyone know where to find the content encryption key of a video? Doesn't matter what DRM type (Widevine, PlayReady, etc)

slim94 12-21-2015 08:49 PM

Re: Downloading Amazon Prime streaming video


 
Quote:

Originally Posted by feldego (Post 81815)
Does anyone know where to find the content encryption key of a video? Doesn't matter what DRM type (Widevine, PlayReady, etc)

I'm pretty sure if the encryption key were found and located, people would be able to decrypt -- so the answer is no.

jokum 12-31-2015 12:53 AM

Re: Downloading Amazon Prime streaming video


 
Quote:

Originally Posted by JohnW (Post 79620)
@Jokum: If you misspell one of the DesiredResources options you can find what other resources you can retrieve, it includes the licenses for all the DRM, but you need an additional parameter to retrieve them.

You can please explain a little more ?

jokum 01-19-2016 05:09 AM

Re: Downloading Amazon Prime streaming video


 
Nobody like to share some Infos ?

I'm looking to get my private key from the silverlight ibx. Is there any other source for Information, or everything off-Topic ??

Manual 01-19-2016 07:00 AM

Re: Downloading Amazon Prime streaming video


 
Good luck with that. :)

jokum 01-19-2016 01:51 PM

Re: Downloading Amazon Prime streaming video


 
this was not the help - i am looking for.

GrampaD 06-29-2016 10:33 PM

Re: Downloading Amazon Prime streaming video


 
...In the end, the streaming services are gonna make their back-end to client-end streams so sophisticated that they will be virtually impossible to break.

But they will never be able to protect the screen-to-human-eye part. Otherwise, customers won't be able to see the movie!

So, screen scrapers like Replay eventually will be the only way to go.

So I bought the Replay Suite.

Blah.

:mad:

muabanxe0209 06-30-2016 03:43 AM

Quote:

Originally Posted by rgdmn (Post 42977)
Is there any method besides rtmpExplorer? rtmpExplorer works for me, but my connection to the US is not fast enough to get the HD stream. I have someone with a fast enough connection, but they keep getting Server not genuine Adobe!/RTMP_CONNECT1 handshake failed errors and can't download.

T?´i muốn mua lá??i xe Innova Ä‘á»?i 2010 cá»§a c?´ng ty thanh l?? xin há»?i ngo?*i tiá»?n mua xe cá?§n nhá»?ng thá»§ tá»?c g?¬ v?* th??m bao nhi??u tiá»?n ná»?a. (Chu Minh)
C??u trá?? lá»?i cá»§a Ä‘á»?c giá?? 1. C?? quyá??t định thanh l?? t?*i sá??n cá»§a C?´ng ty 2. Ä???n xin mua xe ( thá»§ tá»?c n?*y s4 c?? v?*i ng?°á»?i mua v?* bá»? gi?? kh??c nhau, ai cao h??n gi?? Ä‘?°a ra thanh l?? th?¬ ng?°á»?i Ä‘?? Ä‘?°á»?c mua) 3. Sau Ä‘?? CTY sá?? ra 1 quyá??t định b??n xe cho ng?°á»?i bá»? gi?? cao nhá??t. 4. Ng?°á»?i mua sá?? ra CA Giao th?´ng lá??y 2 tá»? má?«u giá??y mua b??n tá?·ng ... Ä‘iá»?n c??c th?´ng tin ... c?* số khung số m??y ... mang vá»? CTy k?* á»? má»?c ng?°á»?i b??n. 5. C?´ng ty xuá??t h??a Ä‘??n b??n xe. 6. ng?°á»?i mua mang giá??y mua b??n Ä‘?? k?*, v?* tá»? h??a Ä‘??n ra CA giao th?´ng l?*m thá»§ tá»?c sang t??n l?* xong. duyu2009 -


All times are GMT -6. The time now is 09:08 PM.