Skip to content

Commit

Permalink
Fix Widevine L3 provisioning in V1 demo app
Browse files Browse the repository at this point in the history
Issue #1925

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=136035192
  • Loading branch information
ojw28 committed Oct 13, 2016
1 parent 29dc2bd commit a57286a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public WidevineTestMediaDrmCallback(String contentId, String provider) {
@Override
public byte[] executeProvisionRequest(UUID uuid, ProvisionRequest request) throws IOException {
String url = request.getDefaultUrl() + "&signedRequest=" + new String(request.getData());
return Util.executePost(url, null, REQUEST_PROPERTIES);
return Util.executePost(url, null, null);
}

@Override
Expand Down

0 comments on commit a57286a

Please sign in to comment.