-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NETLIX no longer works in 1080p #72
Comments
For the firefox users there is https://github.com/vladikoff/netflix-1080p-firefox btw Unfortunately mozilla has banned the addon from it's store though, so other install methods are needed. |
@magiruuvelvet maybe you can do a lookover.. afaik you coded the 1080p part this software uses. Many users would really appreciate this! |
Bumping this issue. In the meantime, isn't it possible to mitigate this by allowing 720p or lower? |
@petrmanek Already did.. unfortunately looks like we cant even get 720p anymore. |
@gort818 Anything I can do to help? |
@petrmanek Well i got 720p to work again by changing the user agent to an up to date firefox one. Just Linux users getting screwed again. You can take a look at that extension and see if there is anyway to get it working and how to implement it. |
Just so you guys know, the firefox 1080p addon works flawlessy for months already on linux :) |
@Nuc1eoN Not anymore vladikoff/netflix-1080p-firefox#28 (comment) |
@gort818 not for me, I have just tested it actually (However I did not install it manually as written there) |
@Nuc1eoN do you know what version of the addon you are using? |
Yes I am using v1.8 |
i can confirm that it seems to be working again currently (1.8). Lets hope it stays that way and it was just a hiccup |
It might be of interest that the Netflix plugin for Kodi can play 1080p on Linux, if you enable the setting to "spoof HDCP". So I presume that the problem is that Netflix will no longer allow 1080p content without HDCP present on the output (which, as of now, is never the case on Linux). I admit that I have no idea how the widevine plugin actually works, so I don't know whether the plugin for chromium can even check for HDCP or not. But if it can, maybe the HDCP spoof can be applied for qtwebflix as well? |
@Gigadoc2 well let's take a look at this HDCP spoof do you have a link? |
I just had a very quick glance at the Netflix plugin itself and found this: https://github.com/CastagnaIT/plugin.video.netflix/blob/0efa1e81a6c9ab84a6d0863055ed9e4a4ad6ec42/resources/lib/services/msl/msl_handler.py#L179 So, I'll have a look at the "inputstream.adaptive" plugin for Kodi, which is the basis for most of the streaming plugins like Netflix, and see what this EDIT: |
Ok, so first of all I was wrong about the plugin not working anymore. It does, the content is indeed 1080p, it was just a temporary fluke of my Firefox. Sorry for that noise. Also, I looked a bit more into the "HDCP override" of Kodis inputstream.adaptive and netflix plugin: For the Netflix plugin, this will just set the plugin to tell "I am capable of HDCP 1.4/2.2" when requesting the manifest. For the inputstream.adaptive plugin, this will only influence the stream selection of a DASH manifest, so if you set this Kodi will try to play back streams marked with "HDCP required". Whether this then works is up to your platform, but apparently Netflix sub-4k streams do not actually need HDCP to work. BTW, https://github.com/truedread/netflix-1080p is doing pretty much the same as the Kodi Netflix plugin, they pretend to be Microsoft Edge for some requests and Chromium-based for others, so that they get the 1080p profiles enabled (which you only get with Edge), yet get streams encrypted for widevine and not that thing Edge uses (not widevine, which is why it is allowed to play 1080p content in the first place). It also started to send "yes I can do HDCP 1.4" at some point, as this now also is necessary to get the 1080p profiles. So, the bottom line is, if qtwebflix can not include this plugin or replicate its functionality, looking at the Kodi plugin won't help either as it does just the same as the chrome plugin :( For people using the chromium plugin, you can get an "undecorated window" experience (but not the other features of qtwebflix) by using chromiums |
So, considering the netflix and chromium plugins work again, can't we implement it back into qtwebflix? |
Latest commit seems to help with netflix in 1080p if anyone wants to give it a try! |
Netflix has changed something once again I am not sure I can do anything about it!
I was using an older modified version of https://github.com/truedread/netflix-1080p
It no longer works and his newer version does not work for QtWebFlix as it relies on mutliple files and I can only intercept the playercore file not sure how to get it working now.
Sorry guys.. But if you really need that 1080p use the extension on chrome linked above.
If anyone has any suggestions please let me know. Thanks!
The text was updated successfully, but these errors were encountered: