XLordKX / kodi

kodi plugins & addons
211 stars 80 forks source link

Only SD available #28

Open olliiiver opened 8 years ago

olliiiver commented 8 years ago

Hi,

it seems that there is only SD available at the moment. A few days ago I was able to watch movies and TV shows in HD.

Is there a way to bring back HD again?

Here is a JSON I've found in the debug logs.

{  
   "message":{  
      "statusCode":"SUCCESS",
      "timestamp":1440796829,
      "body":{  
         "timeIndexSeconds":0.0,
         "statusCallbackIntervalSeconds":180,
         "macrovision":0,
         "metadata":{  
            "title":"From Dusk Till Dawn",
            "expirationEpochSeconds":1443388829921,
            "expirationCountdownFormatted":"29 days 23 hours",
            "contentId":"amzn1.dv.vcid.6fab6352-a50a-4205-b996-284c5bd1fbbb"
         },
         "urlSets":{  
            "streamingURLInfoSet":[  
               {  
                  "sessionId":"...",
                  "cdn":"level3",
                  "drm":"NONE",
                  "streamingURLInfo":[  
                     {  
                        "bitrate":300,
                        "url":"...",
                        "contentQuality":"SD",
                        "audioCodec":"STEREO",
                        "drm":"NONE"
                     },
                     {  
                        "bitrate":600,
                        "url":"...",
                        "contentQuality":"SD",
                        "audioCodec":"STEREO",
                        "drm":"NONE"
                     },
                     {  
                        "bitrate":900,
                        "url":"...",
                        "contentQuality":"SD",
                        "audioCodec":"STEREO",
                        "drm":"NONE"
                     },
                     {  
                        "bitrate":1350,
                        "url":"...",
                        "contentQuality":"SD",
                        "audioCodec":"STEREO",
                        "drm":"NONE"
                     },
                     {  
                        "bitrate":2000,
                        "url":"...",
                        "contentQuality":"SD",
                        "audioCodec":"STEREO",
                        "drm":"NONE"
                     }
                  ]
               }
            ]
         }
      }
   },
   "signature":"ABC123"
}
claell commented 8 years ago

Currently Amazon does not allow HD anymore.

olliiiver commented 8 years ago

Could HD urlSets maybe be returned by another deviceTypeID?

claell commented 8 years ago

Yes, probably, if there is a working one. Unfortunately Amazon announced to discontinue support for Google TV by the 14. September. So then the Addon will probably stop to work completely.

nedy13 commented 8 years ago

Why should the addon do not work anymore? I think it depends on the flash player which must be activated in the Amazon options. Or will Amazon drop Flash player, too?

claell commented 8 years ago

It depends on faking a GoogleTV as well.

drieschel commented 8 years ago

Is there a solution? It's really annoying watching sd on a 4k tv.

drieschel commented 8 years ago

Could it be possible to get HD working again by adjusting the user agent string, similiar to #30?

claell commented 8 years ago

I think that this has already been tried.

wilderkaiser commented 8 years ago

any news to this ?

drieschel commented 8 years ago

I think we have to wait until the html5 version is not beta anymore, before we can expect a solution to this.

h0nIg commented 8 years ago

Why do you think we have to wait for html5 to get HD back? where is the connection?

drieschel commented 8 years ago

The actual problem is that amazon stopped offering hd for the flash version. I am expecting that they will offer hd for the html5 version again. Of course I can be wrong but this is my assumption.

h0nIg commented 8 years ago

ok, is it possible to opt in for the html5 beta test?