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
  #11  
Old 10-13-2014, 05:21 PM
BlueCop BlueCop is offline
Member
 
Join Date: May 2011
Posts: 44
BlueCop is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


amazon now uses playready/silverlight for Mac and Windows. Linux is still flash.

The licenses can be decrypted if you can get your ecc private key from the silverlight ibx. The matching public key is usually embedded in the XMR license.

I wrote at tool to parse the playready key files, secure store, certificate chains, revocation lists, and xmr licenses to help figure out all the data types contained.

They stream using smooth streaming. These are really just piff segmented mp4 files with its header stripped. It can be remade into an mp4 by generating a correct header from a manifest and A/V file segments.

mp4decrypt from the open source Bento4 can decrypt the file by specifying the AES content key for each encrypted track.

I don't think there is a standard method of obtaining your private key from the IBX because they are obfuscated differently.

FYI unlike netflix which does not encrypt their audio. Amazon does encrypt their audio streams.

The subtitles are not encrypted so can be downloaded/converted easily....
Reply With Quote
  #12  
Old 10-13-2014, 06:08 PM
blimey blimey is offline
Former Member
 
Join Date: Jul 2006
Posts: 286
blimey is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


Is the max quality for playready/silverlight (desktop) the same as flash, 2500k 720p with 128k aac 2.0?

All of that information is very interesting but seems like a fair bit of work, especially since the flash is just ordinary rtmpe w/swfVfy2 and no flash access (lately).

I wanted to run their new android app under bluestacks with debugger, but they make you jump hoops to get the apk, so I lost interest.
Reply With Quote
  #13  
Old 10-13-2014, 06:12 PM
BlueCop BlueCop is offline
Member
 
Join Date: May 2011
Posts: 44
BlueCop is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


silverlight introduced 3 quality levels above flash.

1920x1080 at 10000000 bps
1280x720 at 6000000 bps
1280x720 at 4000000 bps

It can be a bit of work to get your private key. once you have it you can decrypt most any license. netflix, amazon, etc...

edit: also the 6 channel AC3 is available on the silverlight streams.

the amazon server playready certificate expires 2015-05-31 so they might go with another scheme in the future.
Reply With Quote
  #14  
Old 10-15-2014, 01:08 AM
Rancher Rancher is offline
Junior Member
 
Join Date: Nov 2012
Posts: 29
Rancher is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


Quote:
Originally Posted by BlueCop View Post
The subtitles are not encrypted so can be downloaded/converted easily....
That's interesting. I would like to know how.
Reply With Quote
  #15  
Old 10-15-2014, 07:41 PM
BlueCop BlueCop is offline
Member
 
Join Date: May 2011
Posts: 44
BlueCop is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


just monitor the requests and save them.

look for a url similar to this.
hxxps://atv-ps.amazon.com/cdp/catalog/GetSubtitleUrls

That returns the subtitle url with some other json data.
If you aren't authorized for the video then you can't get them.

You can then convert them from the dfxp format to something else.
Reply With Quote
  #16  
Old 10-17-2014, 10:50 PM
surya987 surya987 is offline
Senior Member
 
Join Date: May 2014
Location: India
Posts: 280
surya987 is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


can still we download from amazone prime and decrypt it....if yes plese tell me ...

thanks
Reply With Quote
  #17  
Old 10-17-2014, 11:08 PM
BlueCop BlueCop is offline
Member
 
Join Date: May 2011
Posts: 44
BlueCop is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


blimey seems to indicate that some flash streams aren't using flash access drm. That means rtmpdump could grab them. I really haven't investigated the flash side recently so I can't comment.

Silverlight on windows/mac is much harder to decrypt. One would need a way to get the private keys from playready blackbox. There were solutions for some WMDRM 10 black boxes (drmdbg and freeme2). I don't think anything has been publicly released for silverlight.
Reply With Quote
  #18  
Old 03-25-2015, 04:53 AM
sutha25 sutha25 is offline
Junior Member
 
Join Date: Oct 2014
Posts: 12
sutha25 is on a distinguished road
Default

Re: Downloading Amazon Prime streaming video


@blimey how to download from amazon if you get the rtmpe with fpslive url i got it but it wont work on rtmpe i think iam doing something wrong

Quote:
{"bitrate":1328,"url":"rtmpe://azusfms-vodfs.fplive.net/azusfms-vod/mp4:video/Customflix/1/542/43/dd4d60d3-c7ed-4ad0-9edb-20ebe7884efd-917.f4v?nvb=20150325094853&nva=20150325194853&sess ionId=16519-edc081ec-5f6a-4b74-996b-a3c7483a4dbe&hash=1b415d8be6d912aeca7e3","contentQ uality":"SD","audioCodec":"STEREO","drm":"FLASH_AC CESS"}]}]}}},"signature":"MRDOKUCa6Bqs7fKSrfNQWqqmpln4LVKYk PTrDIMjemKfZ/r2Fmqq74GxkRZ2IVIdIDljFaqdKE8x+fqpOWxPtWe9ZHClO+La puEuMKgIBRkt+clGT9S/N+Ktx4WjbbXpIdyHe9005XNTWjFbnRcDdM28dejRMCE1OMJBPe Fa1Fo="}
can you help me how you would download this through rtmp?
Reply With Quote
  #19  
Old 03-25-2015, 05:43 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


Since Blimey hasnt been on the forums for quite a while, I hope BlueCop could give us any tip.
Reply With Quote
  #20  
Old 08-21-2015, 08:35 AM
eonmc2 eonmc2 is offline
Junior Member
 
Join Date: Aug 2015
Posts: 2
eonmc2 is on a distinguished road
Question

Re: Downloading Amazon Prime streaming video


I copied urls of a cartoon episode from Amazon Prime Instant Video (used with chrome html5 video player) by Video Downloadhelper, and I have to use ZenMate proxy because of geoblock. While playing episode those video and audios urls changed often but they were always 372 MB and 24 MB so I downloded mp4-files and seems they contains full episode.

Code:
https://a760avoddashnsus-a.akamaihd.net/d/1$AOAGZA014O5RE,CFF44D03/videoquality$480p/ondemand/361712/prod/9/3/e/93e47bb2-9b16-4dca-994a-7e2017a06ddd/bda8e4c6-1542-4a16-9621-58e8e82f5be6_video_8.mp4/range/141419690-142071865
Code:
General           : bda8e4c6-1542-4a16-9621-58e8e82f5be6_video_8.mp4
Format            : dash at 2 006 Kbps
Length            : 372 MiB for 25mn 54s 800ms

Video #0          : AVC at 2 000 Kbps
Aspect            : 640 x 480 (1.333) at 25.000 fps
Code:
https://a760avoddashnsus-a.akamaihd.net/d/1$AOAGZA014O5RE,CFF44D03/videoquality$480p/ondemand/361712/prod/9/3/e/93e47bb2-9b16-4dca-994a-7e2017a06ddd/bda8e4c6-1542-4a16-9621-58e8e82f5be6_audio_1.mp4/range/5145798-5178527
Code:
General           : bda8e4c6-1542-4a16-9621-58e8e82f5be6_audio_1.mp4
Format            : dash at 131 Kbps
Length            : 24.2 MiB for 25mn 52s 832ms

Audio #0          : AAC at 128 Kbps
Infos             : 2 channels, 48.0 KHz
Language          : en
Those videos doesn't work in VLC/BS/MPC/POT players. I opened those file with notepad and there is text like:
ftypdash iso6dash (freeUSP by CodeShop mdia mdhd »€ Ç 2hdlr soun USP Sound Handler cpssh key-id:VRXcKGt4Q/2DXeBcwFB12Q==*SD2 ótrak \tkhd USP Video Handler


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

Last edited by eonmc2 : 08-21-2015 at 09:50 AM.
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 10:12 AM.


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