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 09-11-2014, 12:03 PM
surya987 surya987 is offline
Senior Member
 
Join Date: May 2014
Location: India
Posts: 280
surya987 is on a distinguished road
Default

Re: How to Download AES Encrypted Stream


i need orignal video url and country name from where i can acces the website...

thanks
Reply With Quote
  #12  
Old 09-11-2014, 02:00 PM
BlueCop BlueCop is offline
Member
 
Join Date: May 2011
Posts: 44
BlueCop is on a distinguished road
Default

Re: How to Download AES Encrypted Stream


You 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:
ffmpeg -i video.m3u8 -c copy video.ts
will download the decrypted video.

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.
Reply With Quote
  #13  
Old 09-11-2014, 03:42 PM
MOZ MOZ is offline
Junior Member
 
Join Date: Aug 2014
Posts: 20
MOZ is on a distinguished road
Default

Re: How to Download AES Encrypted Stream


Quote:
Originally Posted by BlueCop View Post
You 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.

will download the decrypted video.

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.
Thanks a lot for the modified m3u8. How did you get it to display full URL's? Guessing you wrote a script? Would you mind sharing the script if so?

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.
Reply With Quote
  #14  
Old 09-11-2014, 04:00 PM
BlueCop BlueCop is offline
Member
 
Join Date: May 2011
Posts: 44
BlueCop is on a distinguished road
Default

Re: How to Download AES Encrypted Stream


no 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?
Reply With Quote
  #15  
Old 09-15-2014, 06:34 AM
MOZ MOZ is offline
Junior Member
 
Join Date: Aug 2014
Posts: 20
MOZ is on a distinguished road
Default

Re: How to Download AES Encrypted Stream


Quote:
Originally Posted by BlueCop View Post
no 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?
Brilliant. Thankyou BlueCop. Think it's working. Getting some errors from ffmpeg but I think that's to do with my build rather than anything else.

How do you download an encrypted stream when their isn't a key file then?

m3u8 shows this....

Quote:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:12
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-KEY:METHOD=AES-128,URI="8170110000080C0050568706890008F75A6E9600" ,IV=0XEA9FED27DF30C5E5531B0F2F6F449B30
Reply With Quote
  #16  
Old 09-17-2014, 02:43 AM
MOZ MOZ is offline
Junior Member
 
Join Date: Aug 2014
Posts: 20
MOZ is on a distinguished road
Default

Re: How to Download AES Encrypted Stream


Quote:
How do you download an encrypted stream when their isn't a key file then?

m3u8 shows this....

Quote:
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:12
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-KEY:METHOD=AES-128,URI="8170110000080C0050568706890008F75A6E9600" ,IV=0XEA9FED27DF30C5E5531B0F2F6F449B30
Still looking for help with this if anybody could give me any assistance? Thanks in advance.
Reply With Quote
  #17  
Old 09-17-2014, 04:53 AM
surya987 surya987 is offline
Senior Member
 
Join Date: May 2014
Location: India
Posts: 280
surya987 is on a distinguished road
Default

Re: How to Download AES Encrypted Stream


did you try
Quote:
ffmpeg -i "rmodified.m3u8" -c copy video.ts

or use openssl to decrypt it manually.....
Reply With Quote
  #18  
Old 11-11-2014, 04:27 PM
h80862004 h80862004 is offline
Junior Member
 
Join Date: Nov 2014
Posts: 1
h80862004 is on a distinguished road
Default

Re: How to Download AES Encrypted Stream


I'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
Reply With Quote
  #19  
Old 02-04-2015, 08:50 PM
jse jse is offline
Junior Member
 
Join Date: Feb 2015
Posts: 6
jse is on a distinguished road
Default

Re: How to Download AES Encrypted Stream


Hello, 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
[hls,applehttp @ 04381d40] Failed to open segment of playlist 0
[hls,applehttp @ 04381d40] Error when loading first segment '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'
test.m3u8: Unknown error
I assume I just need the coliseum_mobile_vod.key and it will work.
thanks in advance
jse

EDIT: I have the following keys, none seem to work
adaptive key
nl auth
serverkey internal
Reply With Quote
  #20  
Old 02-05-2015, 08:44 AM
MOZ MOZ is offline
Junior Member
 
Join Date: Aug 2014
Posts: 20
MOZ is on a distinguished road
Default

Re: How to Download AES Encrypted Stream


You 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:
Originally Posted by jse View Post
Hello, 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
[hls,applehttp @ 04381d40] Failed to open segment of playlist 0
[hls,applehttp @ 04381d40] Error when loading first segment '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'
test.m3u8: Unknown error
I assume I just need the coliseum_mobile_vod.key and it will work.
thanks in advance
jse

EDIT: I have the following keys, none seem to work
adaptive key
nl auth
serverkey internal
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 01:52 PM.


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