Closed
Description
- What version of Shaka Player are you using?
- Can you reproduce the issue with our latest release version?
2.0.0-beta3 - Can you reproduce the issue with the latest code from
master
?
Not sure
- Can you reproduce the issue with our latest release version?
- Are you using the demo app or your own custom app?
- If custom app, can you reproduce the issue using our demo app?
Yes
- If custom app, can you reproduce the issue using our demo app?
- What did you do?
Attempt to play a stream- What content did you load?
- If custom asset, what manifest and license server URIs?
http://dash.edgesuite.net/akamai/test/caption_test/ElephantsDream/elephants_dream_480p_heaac5_1.mpd
- If custom asset, what manifest and license server URIs?
- How did you interact with the content, if at all?
- What content did you load?
var player = new shaka.Player(video);
player.configure({
manifest: {
dash: {
customScheme: function() {return null;}
}
},
drm: {}
});
player.load(url).then(noop, handleError);
- What did you expect to happen?
Stream plays. Is still plays in v1.6 - What actually happened?
Error:Shaka Error NETWORK.HTTP_ERROR (http://dash.edgesuite.net/akamai/test/caption_test/ElephantsDream/elephants_dream_480p_heaac5_1.mpd)