magiruuvelvet / LightweightQtDRMStreamViewer

A lightweight as possible DRM stream viewer based on the Qt Web Engine
MIT License
17 stars 4 forks source link

1080p support on netflix ? #25

Closed x0rld closed 3 years ago

x0rld commented 3 years ago

does it support 1080p quality on netflix ? I ask cause chrome does not support it I must add an extension

magiruuvelvet commented 3 years ago

No there is no support for this. Netflix is locked to 720p. I don't have any interests in looking into this issue either. I have accepted that Netflix is 720p on Linux.

You can inject user scripts tough using the injection feature (documented in the README under Options) and fiddle around with it yourself. Just note that QtWebEngine is not a browser and can't load fully blown browser extensions, it must be a simple user script.

EDIT: I once maintained (based on a project by someone else) 1080p unlocker scripts, but they are no longer working!! The repository still exists for educational purposes if you want to take a look. https://github.com/magiruuvelvet/netflix-1080p

x0rld commented 3 years ago

ok thx