Skip to content

Commit

Permalink
Merge pull request #224 from satmandu/patch-1
Browse files Browse the repository at this point in the history
Workaround to enable high resolution streams.
Fixes #205
Fixes #218
  • Loading branch information
Varstahl authored Dec 27, 2018
2 parents 20d7a0e + db368a7 commit cc62ef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugin.video.amazon-test/resources/lib/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ def getURLData(mode, asin, retformat='json', devicetypeid='AOAGZA014O5RE', versi
url += '&format=' + retformat
url += '&version=' + str(version)
url += '&gascEnabled=' + str(g.UsePrimeVideo).lower()
if ('catalog/GetPlaybackResources' == mode):
url += '&operatingSystemName=Windows'
if extra:
url += '&resourceUsage=ImmediateConsumption&consumptionType=Streaming&deviceDrmOverride=CENC' \
'&deviceStreamingTechnologyOverride=DASH&deviceProtocolOverride=Https' \
Expand Down

0 comments on commit cc62ef1

Please sign in to comment.