View Single Post
  #34  
Old 02-23-2014, 02:14 PM
ehurdler ehurdler is offline
Senior Member
 
Join Date: Feb 2014
Location: NY
Posts: 126
ehurdler is on a distinguished road
Default

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


Quote:
Originally Posted by ItsAngel View Post
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
If you don't mind me asking what movie, tv episode, etc. did you run this on that it decrypted? I have tried with a few tv episodes from Family Guy. I have netflix version 4.0 installed from this thread. Episodes of Family guy from season 1 work with this processed laid out with no problem. Episodes from last season, 2013 do not. Processes:
Code:
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
Work fine. But when I attempt to run:
Code:
ffmpeg -i video.ts -i audio.aac -bsf:a aac_adtstoasc -c copy movie.mp4
I get the error in ffmpeg:
Code:
video.ts: Invalid data found when processing input
Any ideas? Does this mean these newer episodes/video in netflix encrypted differently? Has anyone had this issue, or is it something eith ffmpeg?

If anyone else has encountered this and knows how to resolve, please let me know. Thank you
Reply With Quote