Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#61
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keyQuote:
So if the first byte range starts at 6772528, then everything before it needs to be removed. Yes I've decrypted HD content. |
#62
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keyQuote:
there is many byteranges. is the only way to do it, one at a time? and youre using a PHP script, right? |
#63
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keyQuote:
No, mine is written in Python. I never did use UVD. I have my own tweak that goes into the netflix app and extracts the M3U8 playlist and keys. It also runs a service on the ipad that let's me trigger playback of a movie and then after it captures the playlists and keys, it stops playback. I can bulk rip that way. But, everything else is the same as what you are doing. The python code downloads the media, decrypts it, and so forth. |
#64
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keyQuote:
|
#65
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keyQuote:
|
#66
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keysame here, i feel like we are getting closer to being able to decrypt these HD files. Especially With The Help Of enrud. We should have this in no time!
|
#67
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keyQuote:
This runs in Python 2.7 and requires either the pycrypto or M2Crypto packages which implement AES. This *should* work platform independently, but I haven't tested that. Have fun. |
#68
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keyQuote:
"I:\Python27>python decrypt.py Traceback (most recent call last): File "decrypt.py", line 19, in <module> except ImportException: NameError: name 'ImportException' is not defined I:\Python27>" |
#69
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keySorry. But it does mean that you need to install a crypto package for python. Either of these will work:
https://pypi.python.org/pypi/pycrypto https://pypi.python.org/pypi/M2Crypto Fix attached. |
#70
|
|||
|
|||
Re: I downloaded Netflix videos in HD, I can play off line,need a little help W/.keypycrypto prebuilt for windows:
http://www.voidspace.org.uk/python/m...shtml#pycrypto |
Tags: decrypt, download, drm, encrypted, netflix, stream |
Thread Tools | |
Display Modes | |
|
|