Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
How to Download AES Encrypted StreamI'm wondering if you experts can give me any help? I'm trying to download a few different AES encrypted streams and am having no luck. Below is the m3u8 file for the particular stream I am after.
M3U8 File or Direct Link to the m3u8 file. It's a stream from www.premierleaguepass.com. Can anybody help me please? Would be happy to send a small paypal donation for anyone who can teach me how to do this. Thanks! |
#2
|
|||
|
|||
Re: How to Download AES Encrypted Streamnormally i would say ffmpeg can do it.
Quote:
this is the key url that returns 403 http://solr.zon.neulion.com/nlsk/hls...mobile_vod.key you could monitor the requests and figure out what the need parameters are to get the key. Maybe then you could download it. |
#3
|
|||
|
|||
Re: How to Download AES Encrypted StreamQuote:
This points to a different key to the one in m3u8 playlist? The key it points to in the Network tools can be downloaded here without a 403. Is that the correct key to be able to decrypt it? If I change the part at the top of the m3u8 to below: #EXTM3U #EXT-X-TARGETDURATION:10 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-KEY:METHOD=AES-128,URI="http://nlds4.lon.neulion.com:443/nlds_vod/coliseum/vod/2014/08/30/420/2_420_manchesterunited_burnley_2014_h_whole_1_4500 .mp4/adaptive.key?clientKey=ffbd0f4faa2546d359cc074c228 c8e6b" #EXTINF:10, I get the following error from ffmpeg: Quote:
Thanks for your help so far BlueCop. Any more help from yourself or anybody else to crack this one will be greatly appreciated. |
#4
|
|||
|
|||
Re: How to Download AES Encrypted Streamthe key is encrypted... use hexdump to get decrypted key value..
hexdump will give you the hex value of key to use for decryption via manual open ssl method ... the site is geo blocked otherwise may b i could find some other way to do it... thanks |
#5
|
|||
|
|||
Re: How to Download AES Encrypted StreamQuote:
I feel within touching distance of getting this file! Thanks once again for everybody's continued help. |
#6
|
|||
|
|||
Re: How to Download AES Encrypted StreamQuote:
MOZ: There is authorization tokens/headers used somewhere. Can you can get the full url used to retrieve the orginal m3u8 by the client and then try to download that with ffmpeg? if that doesn't work then we can add some cookies to the header to get the download working correctly for you. |
#7
|
|||
|
|||
Re: How to Download AES Encrypted StreamQuote:
So looking further I have two more parameters that I've found: NLAuth: Quote:
Quote:
|
#8
|
|||
|
|||
Re: How to Download AES Encrypted Streammaybe I am not sure if that is the m3u8 or not. It won't let me connect.
I meant for you to use the full authorized url with ffmpeg to download the video. cookies might be required though. |
#9
|
|||
|
|||
Re: How to Download AES Encrypted StreamI'm not sure if I know what you mean? The only m3u8 url is the one I provided. Let me run it on my phone with iOS and sniff out some parameters and come back with the full m3u8 url from there.
|
#10
|
|||
|
|||
Re: How to Download AES Encrypted StreamOkay so loaded the stream on my iPad and sniffed the original m3u8 which is available here
Does that help? When run through ffmpeg I get the same problem: Quote:
Quote:
|
Tags: aes, encrypted, hls |
Thread Tools | |
Display Modes | |
|
|