Skip to content

Commit

Permalink
Fix multi audio drm sample
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Jul 22, 2022
1 parent b89fe4f commit 1ff9797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/multi-audio/multi-audio-drm-codec-change.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
var player = dashjs.MediaPlayer().create();
player.setProtectionData({
'com.widevine.alpha': {
serverURL: 'https://widevine-proxy.appspot.com/proxy?video_id=&provider='
serverURL: 'https://cwip-shaka-proxy.appspot.com/no_auth'
}
});
player.initialize(videoElement, url, true);
Expand Down

0 comments on commit 1ff9797

Please sign in to comment.