-
Notifications
You must be signed in to change notification settings - Fork 225
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
Resolution supported #27
Comments
There´s no absolute answer to this question, as this is always hardware dependent when using Widevine to decrypt & decode the video, as it can be done through software decoding only. What do I mean with powerful enough? At the moment an Odroid C2 (1.5 GHz Quad Core with 2gb RAM) is not able to do more than 720 reliably. But this is subject to change, as the Regarding 4k support: You probably need to be a wizard to know if it will someday work or not. As Widevine does not (seem) to support it at the moment. But Netflix announced recently that they´re working with browser vendors (foremost Google, when it comes down to Widevine support) to get 4k working in the Browser. How this will be done, no Idea. I´d guess you need some kind of hardware acceleration (e.g. hardware decoding) to make it work... TL:DR; If you´ve got enough CPU power & RAM, 1080 work, 4k doesn't & there´s hope to make 1080 work on "low power" machines like the RPi 3. |
there is a way to check live streaming resolution? |
@napgab You can press the "o" key on your keyboard in Kodi when a video is running, that´ll give you all the information inlcuding the resolution. |
The problem is most of the movies are streamed at 480p with a bitrate under 2 Mbps. With the Shield app, I can see the same movie at 1080p with a 7 Mbps bitrate. Would it be possible to "simulate" an app instead of a web browser? |
See here for 1080p support on linux https://github.com/truedread/netflix-1080p |
@montvid That´s basically what we´re doing, but some videos just don't have profiles that allow HD when a software decoder (like widevine) is used. Here´s a screenshot with the dev console i made using the mentioned approach in Chrome, just check Bitrate & Resolution: |
With the chrome plugin I see that I need to use super netflix to enforce a better bitrate because a movie starts with 1080p and in the middle starts caching 720p and goes to 720p. But yes, some movies don't have 1080p just 720p or less like "Friends" I think it is just the way Netflix ripped them. Thanks for the great plugin @asciidisco! Chrome can't do 5.1 sound but Kodi can! |
There was a bug in inputstream.adaptive where if you selected 720p, you would get a lower quality stream. And if you selected 1080p you would get the 720p stream. It is fixed in xbmc/inputstream.adaptive#259 |
Which kind of resolution are supported?
##For now, i know that full hd and ultra hd on pc are avaiable only on windows through edge.
with this plugin, can i see (at least) 1080p content on linux?
The text was updated successfully, but these errors were encountered: