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! |
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. |
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. |
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 |
Re: How to Download AES Encrypted StreamQuote:
I feel within touching distance of getting this file! Thanks once again for everybody's continued help. |
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. |
Re: How to Download AES Encrypted StreamQuote:
So looking further I have two more parameters that I've found: NLAuth: Quote:
Quote:
|
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. |
Re: How to Download AES Encrypted StreamQuote:
|
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:
|
Re: How to Download AES Encrypted Streami need orignal video url and country name from where i can acces the website...
thanks |
Re: How to Download AES Encrypted StreamYou have everything you need to download the video if you have the key file saved already. The video segments aren't protected. I could download them myself.
if you save the key file as "coliseum_mobile_vod.key" and then save the modified m3u8 from below as "video.m3u8" then this command will work. Quote:
here is the modified m3u8. http://pastebin.com/KhcU8Z3v The changes are making the video files to full urls and changing the key file to a local file. surya987: it isn't geo-protected on the server. it just needs authorization. |
Re: How to Download AES Encrypted StreamQuote:
The only problem is downloading the key. I get a 403 forbidden. I can download the other adaptive.key. Do you mean just saving that and naming that as coliseum_mobile_vod.key? Thanks again BlueCop for your continued assistance. Really do appreciate it. |
Re: How to Download AES Encrypted Streamno script just search & replace in a text edioter.
search for "2_420_manchesterunited_burnley_2014_h_whole_1_450 0_" replace with "http://nlds4.cdnllnwnl.lon.neulion.com/nlds_vod/coliseum/vod/2014/08/30/420/2_420_manchesterunited_burnley_2014_h_whole_1_4500 _" I thought you said you already obtained the key. I misunderstood. If you are proxying the connection then you should be able to see the key as it is transferred. Can you save it from there? |
Re: How to Download AES Encrypted StreamQuote:
How do you download an encrypted stream when their isn't a key file then? m3u8 shows this.... Quote:
|
Re: How to Download AES Encrypted StreamQuote:
|
Re: How to Download AES Encrypted Streamdid you try
Quote:
or use openssl to decrypt it manually..... |
Re: How to Download AES Encrypted StreamI've just get coliseum_mobile_vod.key
And sucessfully decrypt full 720P video for exchange,I want all previous game (2014/08~10) *.m3u8s since premierleaguepass.com exists even which had deleted on scedule but actually videos are not give me,then I'll teach u how:) |
Re: How to Download AES Encrypted StreamHello, I'm trying to do the same thing as you.
How did you find the coliseum_mobile_vod.key ? all I can find is the adaptive.key if I save the adaptive.key and modify the video.m3u8 to point at the files and the adaptive.key ffmpeg gives the error Code:
[crypto @ 04383620] Unable to open resource: http://nlds2.cdnak.lon.neulion.com:443/nlds_vod/coliseum/vod/2015/01/31/622/2_622_newcastleunited_hullcity_2014_h_whole_1_4500_000000.ts thanks in advance jse EDIT: I have the following keys, none seem to work :( adaptive key nl auth serverkey internal |
Re: How to Download AES Encrypted StreamYou need to stream from your mobile and it will give you the link to the coliseum_mobile_vod.key
I used debookee to sniff my iPhone and then just use a curl command to download it. Cause IIRC just putting the direct link into an address bar will give you a forbidden error. If you have any problems I'll get the key for you (if I still have my PLP account!) Quote:
|
Re: How to Download AES Encrypted StreamHey man that would be great. I can lend you my login if yours is no longer active.
|
Re: How to Download AES Encrypted StreamTried everything, not working. Desperately need a hand for this:
http://nlds278.neulion.com/nlds_vod/... b22596048d9b Thank you |
Re: How to Download AES Encrypted StreamFolks, can someone shed some light on how to get this stream going? Not sure where to start. The key file link seems to be in the m3u8 file and I was able to download it, what would be the next steps?
Code:
#EXTM3U |
Re: How to Download AES Encrypted StreamIf you have the .key, edit the m3u8 to point the the key locally on your machine so instead of "https://49.40.0.149/streams_live/History_HD/History_HD_1200-1503604608000.key" change it to like C:\history.key or whatever. Then you need to find the actual url of the .ts files, Set it playing legitimatly then press F12 in your browser of check fiddler to get the url of the .ts files so when you find Http://Some_Url_here.com/History_HD_...03605052000.ts you can then do a find and replace in the m3u8 so it actually points to the .ts files. so for example you would do a
find for /History and replace it with Http://Some_Url_here.com/History for all instances. When you have done that you should have a .key file locally, a m3u8 that points to your keyfile and an m3u8 that actually points to the .ts files. Then you can get ffmpeg and just do this ffmpeg -i whatever.m3u8 -vcodec copy -acodec copy output.mp4 |
All times are GMT -6. The time now is 01:24 AM. |