Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

I downloaded NF videos in HD, I can play off line,need a little help W/.key file

(http://stream-recorder.com/forum/showthread.php?t=16825)

KSV 01-26-2014 04:47 AM

Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.key


 
it's pretty easy stuff. all the required information to decrypt the file is just right there. i can post a sample php script for decryption if required.

peterpan 01-26-2014 04:56 AM

Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.key


 
Yes, please do KSV. -TIA

KSV 01-26-2014 08:57 AM

Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.key


 
here is my UVD Converter.

Usage:
Code:

php UVDConvert.php <m3u8_file> <ts.prdy_file> <key_file> <output_file>
Video:
Code:

php UVDConvert.php 100000-1.m3u8 1043168926.ts.prdy crypt0.key video.ts
Audio:
Code:

php UVDConvert.php en-64000.m3u8 1043128474.aac crypt0.key audio.aac
Remux:
Code:

ffmpeg -i video.ts -i audio.aac -bsf:a aac_adtstoasc -c copy movie.mp4

peterpan 01-26-2014 11:05 AM

Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.key


 
Thank You Very Much!

ItsAngel 02-09-2014 01:56 PM

Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.key


 
Quote:

Originally Posted by KSV (Post 64407)
here is my UVD Converter.

Usage:
Code:

php UVDConvert.php <m3u8_file> <ts.prdy_file> <key_file> <output_file>
Video:
Code:

php UVDConvert.php 100000-1.m3u8 1043168926.ts.prdy crypt0.key video.ts
Audio:
Code:

php UVDConvert.php en-64000.m3u8 1043128474.aac crypt0.key audio.aac
Remux:
Code:

ffmpeg -i video.ts -i audio.aac -bsf:a aac_adtstoasc -c copy movie.mp4

Can you please explain the process to me a little please. I've never really decrypted anything. Also THANK YOU SO MUCH this method seems to work. And of so it's the first working method I've encounterd

ItsAngel 02-09-2014 02:25 PM

Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.key


 
Quote:

Originally Posted by peterpan (Post 64410)
Thank You Very Much!

can you verify this works?
im on windows and never used a PHP script
im trying to figure it out right now

blimey 02-09-2014 02:30 PM

Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.key


 
Quote:

Originally Posted by ItsAngel (Post 64622)
can you verify this works?
im on windows and never used a PHP script
im trying to figure it out right now

Yes, I tested it with the sample you uploaded. It works!

Installing PHP for dummies (Windows only)

Mario8790 02-11-2014 10:58 PM

Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.key


 
Hi when I try to use this it doesnt work for me :/
I dont have .ts files or .aac files I got .isma & .ismv

blimey 02-12-2014 03:34 PM

Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.key


 
Quote:

Originally Posted by Mario8790 (Post 64671)
Hi when I try to use this it doesnt work for me :/
I dont have .ts files or .aac files I got .isma & .ismv

You must not be using the app mentioned at the start of this thread, or if you are using the app, you don't have netflix IPA version 4.0 or below.

The isma/ismv are microsoft formats. How are you getting these files?

adi10289 02-12-2014 10:42 PM

Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.key


 
that looks interesting I dont have iphone otherwise i would have tried. Anything such app for android?


All times are GMT -6. The time now is 11:42 PM.