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)

Mario8790 02-13-2014 09:02 PM

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


 
Quote:

Originally Posted by blimey (Post 64688)
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?

I think its the netflix app I have the latest one I think, anyway I can the 4.0 version?

shortkud 02-15-2014 12:08 AM

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


 
I found this 4.0 IPA and have tested it and it does work. Now I can't confirm it hasn't been tampered with in anyway so just FYI.

http://uploaded.net/file/32k1g1ne

The problem with this method while it does work, is that for me full quality ends up being 720x480. While with the latest version of netflix which results in the ISMA and ISMV files are very likely full 1080p from the file sizes at 100% quality.

The key method for the ISMV files is below. I can only find very little information about that keyformat but being that HLS streaming and ISMV/ISMA are pretty well known I imagine it has to be possible to decrypt the video in a similar fashion as the AES method. I'm not sure where the key might be stored though if it is on the iOS device at all.

#EXT-X-KEY:METHOD=ISO-23001-7,URI="+g=",KEYFORMAT="com.apple.streamingkeydeliv ery",KEYFORMATVERSIONS="1"

ehurdler 02-20-2014 02:39 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

I tried this method. I downloaded, or created I guess the UVDConvert.php file from the linked ksv_uvd_converter.txt. I run with the syntax/example above and I get the following error in Terminal. I am using a Mac btw. Fatal error: Call to undefined function mcrypt_module_open() in /path-to-file/UVDConvert.php on line 92.

Any ideas? I downloaded the Shrek example as stated in earlier posts. I do not have issues running other php scripts.

Nevermind!!! My Fault, I will leave this post just to show the error and letting people know that I had to ensure mcrypt had to be configured correctly and PATH set. I following the following info:


Go to Terminal
Enter which php
If it says /usr/bin/php, then proceed to 3.
Enter sudo nano ~/.bash_profile (or sudo vim ~/.bash_profile if you know how to use it)
then paste this export PATH="/Applications/XAMPP/xamppfiles/bin:$PATH"
ctrl - O then enter to save, then ctrl - X to exit.
restart terminal.
Enter which php
If you did it right, it should be the same as the path in #4.

KSV 02-20-2014 11:10 PM

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


 
I have posted a new version of my UVDConvert.php which improves working with large files and better error handling.

ItsAngel 02-21-2014 06:25 PM

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


 
Quote:

Originally Posted by blimey (Post 64688)
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?

That's the super HD files from the newest Netflix IPA.
It uses KEYFORMAT: Com.apple.streamingkeydelivery
Not sure if the key is stored on the device or not.
The netflix downloader won't even play these files. It plays netflix 4.0 IPA< perfectly though

ItsAngel 02-22-2014 02:11 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

Thank you SO much! I just found out how to use this and it decrypts the video seamlessly!

Tri 02-23-2014 06:17 AM

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


 
Does this works method on PC?

ItsAngel 02-23-2014 09:29 AM

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


 
Quote:

Originally Posted by Tri (Post 64922)
Does this works method on PC?

Yes it does, you must first install PHP then run the script on command prompt

henryperu77 02-23-2014 10:59 AM

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


 
Does it work on IPAD 2?? i dont have an iphone...

Tri 02-23-2014 11:40 AM

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


 
Quote:

Originally Posted by ItsAngel (Post 64926)
Yes it does, you must first install PHP then run the script on command prompt

I asked for downloading video method not converting actually.Does the UVD converter downloads video?


All times are GMT -6. The time now is 10:56 PM.