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 > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #41  
Old 09-07-2015, 11:54 AM
Manual Manual is offline
Member
 
Join Date: Sep 2012
Posts: 64
Manual is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


Can someone download something on their iOS device and check which files are included?
Reply With Quote
  #42  
Old 09-07-2015, 12:00 PM
jokum jokum is offline
Junior Member
 
Join Date: Sep 2015
Posts: 11
jokum is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


Quote:
Originally Posted by JohnW View Post
@Jokum: You can download the encrypted audio/video files easily...
How to download easily?
Reply With Quote
  #43  
Old 09-07-2015, 12:15 PM
slim94 slim94 is offline
Member
 
Join Date: Dec 2014
Posts: 57
slim94 is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


Quote:
Originally Posted by Manual View Post
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.
Reply With Quote
  #44  
Old 09-07-2015, 01:21 PM
JohnW JohnW is offline
Junior Member
 
Join Date: Sep 2015
Posts: 3
JohnW is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


Quote:
Originally Posted by Bird313 View Post
@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.
Reply With Quote
  #45  
Old 09-07-2015, 01:57 PM
jokum jokum is offline
Junior Member
 
Join Date: Sep 2015
Posts: 11
jokum is on a distinguished road
Default

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
Reply With Quote
  #46  
Old 09-07-2015, 02:24 PM
ItsAngel ItsAngel is offline
Senior Member
 
Join Date: Jul 2012
Posts: 102
ItsAngel is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


Quote:
Originally Posted by jokum View Post
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?
Reply With Quote
  #47  
Old 09-07-2015, 02:34 PM
Manual Manual is offline
Member
 
Join Date: Sep 2012
Posts: 64
Manual is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


Quote:
Originally Posted by jokum View Post
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?
Reply With Quote
  #48  
Old 09-07-2015, 03:23 PM
jokum jokum is offline
Junior Member
 
Join Date: Sep 2015
Posts: 11
jokum is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


ios (ipod touch)
Reply With Quote
  #49  
Old 09-09-2015, 04:44 AM
Bird313 Bird313 is offline
Junior Member
 
Join Date: Sep 2015
Posts: 4
Bird313 is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


Quote:
Originally Posted by JohnW View Post
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.
Reply With Quote
  #50  
Old 10-07-2015, 01:09 AM
Bird313 Bird313 is offline
Junior Member
 
Join Date: Sep 2015
Posts: 4
Bird313 is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


Quote:
Originally Posted by JohnW View Post
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?
Reply With Quote
Reply Post New Thread
Tags:



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 04:57 PM.


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