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

Bug in choosing correct stream resolution with "auto" select option #38

Closed
Linkinsoldier opened this issue Jul 13, 2017 · 4 comments
Closed

Comments

@Linkinsoldier
Copy link

Linkinsoldier commented Jul 13, 2017

Hi,

I am using the Milhouse builds for Rpi3 and this bug has occured with 703, 707 an 711 (didnt test anything further). I did select the following settings in inpustream adaptive:

Min Bandwith: 0
Max Bandwith: 0
Max Resolution general decoder: Max
Max Resolution secure decoder: 720p (due to RPi3 limitations)
Selection: Auto

With this I started different streams: for TV Series it works pretty great with netflix, skygo and amazon, however movies do have different aspect ratios and I get problems with the selections.

When I try to stream "Pitch Perfect 2" from Amazon (VOD) using Secure Decoding max 720p i get:
"Auto": 920x520
"Manuel":I get 1920x1040 (which is too much for the Rpi3) - but I can change it to 1280x688 and that works great!

I guess that inputstreams looks for 1280x720 but is only finding 1280x688 and therefore skipps to 920x520, because for tv series (basically every new series since 200x) with 1280x720 everything works great! How can I help further to debug this?

I twould be great to get the 1280x688 with the Auto Option!

Log from Kodi:
https://pastebin.com/PNY4wtBB

Maybe this is connected to this one? title sounds similar, but description does not...
#9

@liberty-developer
Copy link

The reason is HDCP, in the current implementation I assume that there is no HDCP capability and therefore HD streams cannot be played. It seems that this is not true, I'll add an HDCP override button into the settings wich you can activate on your own risk.

@peak3d
Copy link
Contributor

peak3d commented Jul 20, 2017

Implemented OverrideHDCP option until real GDCP check is implemented.

@peak3d peak3d closed this as completed Jul 20, 2017
@Linkinsoldier
Copy link
Author

Stream select now works for me, thanks!

@dagwieers
Copy link
Contributor

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 #259

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

No branches or pull requests

4 participants