Skip to content
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

Closed
napgab opened this issue Mar 29, 2017 · 8 comments
Closed

Resolution supported #27

napgab opened this issue Mar 29, 2017 · 8 comments
Assignees
Labels

Comments

@napgab
Copy link

napgab commented Mar 29, 2017

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?

@asciidisco asciidisco self-assigned this Mar 29, 2017
@asciidisco
Copy link
Owner

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.
Rule of thumb, if your CPU is powerful enough & enough RAM is available, 1080 is possible, regardless of the OS used.

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 inputstream.adaptive dependency (which basically is the bridge between Widevine & Kodi) is still work in progress. It will eventually be possible to have 1080 on the RPi 3 sometime in the future, but this is based on educated guesses, not on hard facts.

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.

@napgab
Copy link
Author

napgab commented Mar 30, 2017

there is a way to check live streaming resolution?

@asciidisco
Copy link
Owner

@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.
Also, you can set the max & min resolution in the inputstream.adaptive settings

@Uukrull
Copy link
Contributor

Uukrull commented Apr 28, 2017

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?

@montvid
Copy link

montvid commented Feb 16, 2018

See here for 1080p support on linux https://github.com/truedread/netflix-1080p

@asciidisco
Copy link
Owner

@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:
download

@montvid
Copy link

montvid commented Feb 16, 2018

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!

@dagwieers
Copy link

dagwieers commented May 7, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants