View Single Post
  #190  
Old 09-07-2014, 11:42 AM
BlueCop BlueCop is offline
Member
 
Join Date: May 2011
Posts: 44
BlueCop is on a distinguished road
Default

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


One can still get playready keys for non-HD content. I am still unsure how to enable higher qualities.

I would make a tweak but I don't really know how. I haven't done that before. You can modify it while running with cycript though.

Code:
cycript -p Netflix
Code:
choose(BuiltinConfig)[0]->_mediaServerValidationPolicy = null
will null the media server validation and allow UVD to get the correct key. This with the tweak to disable DashFairplayStreams from this thread allows UVD to function on the current Netflix version. It will only allow the SD streams though.

You can also grab the correct key from memory like this
Code:
choose(NetflixPlaybackSession)[0]->playReadyKey_
actually the current version of UVD and Netflix won't save the audio stream actually.
Reply With Quote