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)

ItsAngel 06-13-2014 06:34 PM

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


 
Quote:

Originally Posted by enrud (Post 68309)
The key is wrong. Curious.

how is that even possible? My mess up, or is it on Netflixs Side?

enrud 06-13-2014 06:37 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 68310)
how is that even possible? My mess up, or is it on Netflixs Side?

Possibly UVD? The urls in the m3u8 files are incorrect too. The ranges are correct though.

ItsAngel 06-13-2014 06:42 PM

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


 
Quote:

Originally Posted by enrud (Post 68311)
Possibly UVD? The urls in the m3u8 files are incorrect too. The ranges are correct though.

it looks like UVD is the one malfunctioning, may you share your tweak that extracts the key/M3u8 files?

WHOOKIDSON 06-13-2014 06:58 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 68312)
it looks like UVD is the one malfunctioning, may you share your tweak that extracts the key/M3u8 files?

aw man we were soo close .. was Scrubs the only one you tested?

ItsAngel 06-13-2014 07:09 PM

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


 
Quote:

Originally Posted by WHOOKIDSON (Post 68313)
aw man we were soo close .. was Scrubs the only one you tested?

in HD, yea. & I can't download another one ATM, man we were SO close

enrud 06-13-2014 07:21 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 68312)
it looks like UVD is the one malfunctioning, may you share your tweak that extracts the key/M3u8 files?

I need to see if it still works. I haven't used it in six months.

WHOOKIDSON 06-13-2014 07:21 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 68314)
in HD, yea. & I can't download another one ATM, man we were SO close

Well since you already have the decrypt.py you could test another HD on your own and see if it works .. btw what is your setup .. iPhone/iPad? what iOS, Netflix ver ? .. and version of UVD? I'm going to jailbreak my iPhone 4 later on tonight and I need the appropiate files if you can upload them, thanks :cool:

ItsAngel 06-13-2014 07:37 PM

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


 
Quote:

Originally Posted by enrud (Post 68315)
I need to see if it still works. I haven't used it in six months.

okay, thank you. 6 months?! woah haha

ItsAngel 06-13-2014 07:38 PM

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


 
Quote:

Originally Posted by WHOOKIDSON (Post 68316)
Well since you already have the decrypt.py you could test another HD on your own and see if it works .. btw what is your setup .. iPhone/iPad? what iOS, Netflix ver ? .. and version of UVD? I'm going to jailbreak my iPhone 4 later on tonight and I need the appropiate files if you can upload them, thanks :cool:

i download the videos from an iPad Mini, Jailbroken.(obviously aha) and the latest version of netflix WITH enrud's tweak he provided in this thread.

enrud 06-13-2014 07:48 PM

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


 
1 Attachment(s)
Try using the attached file.

I currently use a different method. The tweak I described in another post is an older mechanism. It worked pretty slick, though. I'll test it tomorrow.

WHOOKIDSON 06-13-2014 07:56 PM

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


 
Quote:

Originally Posted by enrud (Post 68319)
Try using the attached file.

I currently use a different method. The tweak I described in another post is an older mechanism. It worked pretty slick, though. I'll test it tomorrow.

:D Wow that worked nicely .. but at least for me the video plays fine but I don't hear any audio .. and I know audio is present (checked the .mp4 with Mediainfo)

WHOOKIDSON 06-13-2014 08:25 PM

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


 
I sorta fixed that issue .. I edited the decrypt.py and changed the audio instruction in ffmpeg to "libvo_aacenc" instead of "copy"
These are the EDITED lines below

Line 96: subprocess.Popen([ffmpeg, '-i', video_temp_name, '-i', audio_temp_name, '-acodec', 'libvo_aacenc', '-vcodec', 'copy', muxed_temp_name], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()

Line 111: subprocess.Popen([ffmpeg, '-i', output_temp_name, '-acodec', 'libvo_aacenc', '-vcodec', 'copy', '-bsf:a', 'aac_adtstoasc', out_file],

Now I can hear audio and it plays through out fine .. cept for you can tell a little tiny drop or something in the audio

I'm not sure at all but I think while it's decrypting in the temp folder it pieces the audio back together as full .. I believe they are in chunks so that's why it sounds like that when you play the output.mp4

As its decrypting in the temp folder I was watching it and aac files were being produced over and over I assume it was decrypting pieces by pieces then joined them all into 1 AAC then muxed with FFMPEG ..

ItsAngel 06-13-2014 08:51 PM

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


 
Quote:

Originally Posted by enrud (Post 68319)
Try using the attached file.

I currently use a different method. The tweak I described in another post is an older mechanism. It worked pretty slick, though. I'll test it tomorrow.

Wow, it seems as if its working! how did changing the .key file work? this is great

enrud 06-13-2014 09:11 PM

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


 
Quote:

Originally Posted by WHOOKIDSON (Post 68322)
I sorta fixed that issue .. I edited the decrypt.py and changed the audio instruction in ffmpeg to "libvo_aacenc" instead of "copy"
These are the EDITED lines below

Line 96: subprocess.Popen([ffmpeg, '-i', video_temp_name, '-i', audio_temp_name, '-acodec', 'libvo_aacenc', '-vcodec', 'copy', muxed_temp_name], stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()

Line 111: subprocess.Popen([ffmpeg, '-i', output_temp_name, '-acodec', 'libvo_aacenc', '-vcodec', 'copy', '-bsf:a', 'aac_adtstoasc', out_file],

Now I can hear audio and it plays through out fine .. cept for you can tell a little tiny drop or something in the audio

I'm not sure at all but I think while it's decrypting in the temp folder it pieces the audio back together as full .. I believe they are in chunks so that's why it sounds like that when you play the output.mp4

As its decrypting in the temp folder I was watching it and aac files were being produced over and over I assume it was decrypting pieces by pieces then joined them all into 1 AAC then muxed with FFMPEG ..

Transcoding the audio would imply you didn't have codecs installed for whatever it was before. I was able to play the original audio just fine.

Each audio chunk gets mixed with each corresponding video chunk. All mixed pieces are concatenation together and finally converted to .mp4

The audio pieces are not encrypted, also. Just the video.

enrud 06-13-2014 09:13 PM

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


 
Also you only need to convert the audio once. I would do it on the second ffmpeg command. That might resolve your audio issues.

ItsAngel 06-13-2014 09:14 PM

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


 
Quote:

Originally Posted by enrud (Post 68324)
Transcoding the audio would imply you didn't have codecs installed for whatever it was before. I was able to play the original audio just fine.

Each audio chunk gets mixed with each corresponding video chunk. All mixed pieces are concatenation together and finally converted to .mp4

The audio pieces are not encrypted, also. Just the video.

mine too doesnt play the audio. but ill mess around with it. by the way the video is in 1080p! how awesome! how did you know what the .key file was?

WHOOKIDSON 06-13-2014 09:26 PM

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


 
Quote:

Originally Posted by enrud (Post 68325)
Also you only need to convert the audio once. I would do it on the second ffmpeg command. That might resolve your audio issues.

Thanks! I only edited Line 111 this time and it works .. thank you again

question .. if I DELETE Line 114 .. will it KEEP the temp.ts file?

os.unlink(output_temp_name)


Edit: It worked ..

enrud 06-13-2014 09:33 PM

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


 
Quote:

Originally Posted by WHOOKIDSON (Post 68327)
Thanks! I only edited Line 111 this time and it works .. thank you again

question .. if I DELETE Line 114 .. will it KEEP the temp.ts file?

os.unlink(output_temp_name)

Yes that will keep it.

enrud 06-13-2014 09:35 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 68326)
mine too doesnt play the audio. but ill mess around with it. by the way the video is in 1080p! how awesome! how did you know what the .key file was?

:D I'm clever.

WHOOKIDSON 06-13-2014 09:54 PM

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


 
Quote:

Originally Posted by enrud (Post 68329)
:D I'm clever.

Yes you are .. thanks!

ItsAngel 06-13-2014 10:38 PM

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


 
Quote:

Originally Posted by enrud (Post 68329)
:D I'm clever.

Mind sharing?😁 so I can continue downloading in HD!:D

WHOOKIDSON 06-13-2014 10:54 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 68332)
Mind sharing?😁 so I can continue downloading in HD!:D

Did you ever try another HD show to see if that "wrong key" was an isolated event?

ItsAngel 06-13-2014 11:58 PM

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


 
Quote:

Originally Posted by WHOOKIDSON (Post 68333)
Did you ever try another HD show to see if that "wrong key" was an isolated event?

just did, i got the same error we originally got. whatever enrud did it seems as if it needs to be done with every crypt0.key file downloaded in order for the decryption to work

WHOOKIDSON 06-14-2014 12:33 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 68335)
just did, i got the same error we originally got. whatever enrud did it seems as if it needs to be done with every crypt0.key file downloaded in order for the decryption to work

aww man :( wonder how or why it sends the wrong key .. kinda strange imo

ItsAngel 06-14-2014 12:37 AM

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


 
Quote:

Originally Posted by WHOOKIDSON (Post 68336)
aww man :( wonder how or why it sends the wrong key .. kinda strange imo

im assuming that UVD tweak is a bit outdated, and maybe thats why? i upgraded UVD via cydia but it seems the uprgaded version stopped supporting netflix as a whole? so i downgraded

WHOOKIDSON 06-14-2014 12:39 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 68337)
im assuming that UVD tweak is a bit outdated, and maybe thats why? i upgraded UVD via cydia but it seems the uprgaded version stopped supporting netflix as a whole? so i downgraded

hmm .. good point there .. I'm sure it's possible that it is outdated .. can you upload the UVD you currently use? I can't access cydia atm

and wow @ they stopped supporting Netflix

ItsAngel 06-14-2014 01:00 AM

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


 
Quote:

Originally Posted by WHOOKIDSON (Post 68338)
hmm .. good point there .. I'm sure it's possible that it is outdated .. can you upload the UVD you currently use? I can't access cydia atm

and wow @ they stopped supporting Netflix

im not sure how to post a cydia tweak on here tbh.
and i know! im not sure if the creator purposely stopped supporting it or if its a bug, but the upgraded version doenst give me the option to download netflix videos.im really looking forward to a way to get the correct key files

WHOOKIDSON 06-14-2014 01:04 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 68339)
im not sure how to post a cydia tweak on here tbh.
and i know! im not sure if the creator purposely stopped supporting it or if its a bug, but the upgraded version doenst give me the option to download netflix videos.im really looking forward to a way to get the correct key files

Ok .. I'll just look for it tomorrow in Cydia .. which version of UVD do you use, so I can test myself? I'll try that one first before I try the latest/updated UVD ;)

ItsAngel 06-14-2014 01:28 AM

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


 
Quote:

Originally Posted by WHOOKIDSON (Post 68340)
Ok .. I'll just look for it tomorrow in Cydia .. which version of UVD do you use, so I can test myself? I'll try that one first before I try the latest/updated UVD ;)

the version i use comes native in cydia in the BigBoss Repo its is Universal Video Downloader 1.1.1

To get the updated version you must add this repo HarrisonApps.com/repo :D

WHOOKIDSON 06-14-2014 01:56 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 68344)
the version i use comes native in cydia in the BigBoss Repo its is Universal Video Downloader 1.1.1

To get the updated version you must add this repo HarrisonApps.com/repo :D

Thanks for the info! :D

ItsAngel 06-14-2014 12:50 PM

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


 
Quote:

Originally Posted by WHOOKIDSON (Post 68346)
Thanks for the info! :D

No problem:D

TSimpsons 06-14-2014 03:30 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

Hi, can you give me the link for download UVD Converter? & where i put that code?
Im spanish, sorry for the typing :P

TSimpsons 06-14-2014 03:33 PM

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


 
Hi, it works for you? How can i download UVD Converter? I wanto to convert the PRDY video File for watch in my computer.
Thanks

TSimpsons 06-14-2014 03:48 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 68356)
No problem:D

Hi, it works for you? How can i download UVD Converter? I wanto to convert the PRDY video File for watch in my computer.
Thanks

ItsAngel 06-14-2014 04:00 PM

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


 
Quote:

Originally Posted by TSimpsons (Post 68364)
Hi, it works for you? How can i download UVD Converter? I wanto to convert the PRDY video File for watch in my computer.
Thanks

It's not a program that you download. It's a PHP script that you run through CMD line. And you can download the script from a link on page 2 I believe

TSimpsons 06-14-2014 04:14 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 68365)
It's not a program that you download. It's a PHP script that you run through CMD line. And you can download the script from a link on page 2 I believe

Thanks, i went to secong page, KSV put this link. http://pastebin.com/X9Wcjg0t
But dont have any script...

WHOOKIDSON 06-14-2014 04:15 PM

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


 
Quote:

Originally Posted by TSimpsons (Post 68366)
Thanks, i went to secong page, KSV put this link. http://pastebin.com/X9Wcjg0t
But dont have any script...

Code:

https://github.com/K-S-V/Scripts

ItsAngel 06-14-2014 04:28 PM

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


 
Quote:

Originally Posted by TSimpsons (Post 68366)
Thanks, i went to secong page, KSV put this link. http://pastebin.com/X9Wcjg0t
But dont have any script...

that is the script. save the text on notepad and save it as UVD.php
and then google how to use php script" php can be a bit confusing. but with a bit of research and basic computer knowledge you'll have it in no time:D

TSimpsons 06-14-2014 04:29 PM

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


 
Quote:

Originally Posted by WHOOKIDSON (Post 68367)
Code:

https://github.com/K-S-V/Scripts

Thanks!!!!!
How can i install PHP? I have to do this right?
https://github.com/K-S-V/Scripts/wik...s-windows-only

Tnanks again :)

ItsAngel 06-14-2014 04:39 PM

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


 
Quote:

Originally Posted by TSimpsons (Post 68369)
Thanks!!!!!
How can i install PHP? I have to do this right?
https://github.com/K-S-V/Scripts/wik...s-windows-only

Tnanks again :)

yea, follow those steps


All times are GMT -6. The time now is 10:37 AM.