-
-
Notifications
You must be signed in to change notification settings - Fork 193
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
The HD resolutions have disappeared in my nvidia shield tv #218
Comments
FHD for movies never worked, causes unknown, see also #51 720p/1080p only works for tv series. |
But how come I could watch a movie in 1080p a few days ago? Now the same movie plays at 384p. If I enable manual streams in the Inputstream preferences, I can see some resolutions but none of them are HD. Previously there were many more, up to 1080p. I guess maybe amazon changed something and now the plugin can't find the HD streams. |
That's possible, amazon's been doing weird things with various devices, included shield. Changed bitstreams, then removed some formats, God only knows. If you're actually saying that there are entire streams missing, then it's something they're doing on their backends. |
Hey there, |
I tend to believe it's not. Had another user with similar issues on a different device, that were not solved upon rollback. I'm more keen to believe Amazon being Amazon.
They use different codec/encryptions, so Kodi working with Netflix usually means nothing when it comes to Amazon. |
I have the plugin installed on a Raspberry Pi 3 (runnung LibreElec) and I also have at most 500-600p resolution. I thought this was due to some different encoding of the higher resolution streams. I checked the same movies and series on the Amazon FireStick and there they had 1080p resolution. So I'm guessing Amazon is hiding those streams somehow... |
I don't know if this would help. I opened in my web browser (firefox) the GetPlaybackResources URL (from the log) that the addon loaded and I noticed that all video qualities in the urlsets are "SD". If I add "&operatingSystemName=Windows&operatingSystemVersion=10.0" to the GetPlaybackResources URL then it returns qualities in HD. Can I modify the addon to try to add those options to the URL to see if that makes the HD resolutions to work again? |
You can try adding the following code at line 212 of
That has to go before the This might work or not, I can't test it since it's christmas, but it should do what you ask. |
It works!!!! However I noticed that sometimes the movie freezes at the beginning or plays without video, and I have to restart kodi to fix it. Edit: it seems the option "operatingSystemVersion=10.0" it's not really necessary. Just adding the option "operatingSystemName=Windows" is enough. |
@Varstahl |
Very, very interesting. Will investigate further. Glad it works, closing the issue for the moment. |
For what it is worth I noticed a video freeze when playing using google chrome from my kodi box the other day, so the freezes may not be related to the plugin, but just to amazon's servers being overwhelmed by people hooking up new equipment over the holidays. |
I installed Kodi 18 and the Amazon VOD addon on a nvidia shield a couple of weeks ago. It worked fine, I could play movies and shows up to 1080p. But now suddenly the HD resolutions are gone, I can only play at 384p or 576p. Even the movies and shows that I could previously play at 1080p now play with those low resolutions.
What happened? Is it a bug?
The log:
https://justpaste.it/6l8i3
The text was updated successfully, but these errors were encountered: