Skip to content

Log and ignore non-standard WebVTT settings #509

Closed
@robwalch

Description

@robwalch
  • 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
  • Are you using the demo app or your own custom app?
    • If custom app, can you reproduce the issue using our demo app?
      Yes
  • What did you do?
    Attempt to play a stream
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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions