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

Fix issue where 1080p means 720p #259

Merged
merged 1 commit into from May 9, 2019
Merged

Fix issue where 1080p means 720p #259

merged 1 commit into from May 9, 2019

Conversation

dagwieers
Copy link
Contributor

It appears that the enumeration was not 100% the same in the settings causing 720p to be 640p, and 1080p to be 720p.

This fixes #237 and add-ons/plugin.video.vrt.nu#195

It appears that the enumeration was not 100% the same in the settings causing 720p to be 640p, and 1080p to be 720p.

This fixes xbmc#237
@dagwieers
Copy link
Contributor Author

dagwieers commented May 8, 2019

This is the relevant code that is affected by the settings choice. And why it is so important to keep both MAXRESOLUTION and MAXRESOLUTIONSECURE in sync.
https://github.com/peak3d/inputstream.adaptive/blob/5c9c7f2b74e0b3df0f24f51eab669b42ed6a05ed/src/main.cpp#L2719-L2735

@peak3d
Copy link
Contributor

peak3d commented May 9, 2019

very cool, thx @dagwieers !

@dagwieers
Copy link
Contributor Author

dagwieers commented May 9, 2019

@peak3d Not to put any pressure on you, but is there a timeline when to expect this fix in the Kodi repositories?

Looking at the feedback we received wrt. 720p not working, and the issues I found that could also be in part related to this issue (or at least troubled users in understanding what is going on), I think we shouldn't hold onto this too long.

This impacts the Youtube and Netflix plugins as well, two popular addons.

@dagwieers

This comment has been minimized.

@dagwieers

This comment has been minimized.

dagwieers referenced this pull request in CastagnaIT/plugin.video.netflix Jul 15, 2019
Co-authored-by: Jaker MX <jakermx@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto stream selection always chooses 720p for 1080p Youtube streams
2 participants