Skip to content

player.load doesn't work with custom manifest retryParameters #782

Closed
@avelad

Description

  • What version of Shaka Player are you using? v2.1.0

    • Can you reproduce the issue with our latest release version? Yes

    • Can you reproduce the issue with the latest code from master? Yes

  • Are you using the demo app or your own custom app? Custom

    • If custom app, can you reproduce the issue using our demo app? Yes, if iIchange the setupAssetMetadata config.
  • What browser and OS are you using? Chrome 58 - Ubuntu 17.04

  • What did you do?
    Use this config:

var config = /** @type {shakaExtern.PlayerConfiguration} */(
  {
    drm: {},
    manifest: {
      dash: {},
      retryParameters: {
        maxAttempts: 4,
        baseDelay: 1000,
        backoffFactor: 2,
        fuzzFactor: 0.5,
        timeout: 0
      }
    }
  }

I change maxAttempts to 4 (with 0, 1, 2 the error doesn't occur)

Load any url that returns 404 (https://storage.googleapis.com/shaka-demo-assets/sintel/dash1.mpd)
While the attemps happen, you need load another assets(that exists). Player.load does nothing

Metadata

Assignees

Labels

status: archivedArchived and locked; will not be updatedtype: bugSomething isn't working correctly

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions