Skip to content

Error on initPlayer if protocol http is UPPERCASe #2173

@roberto-belardo

Description

@roberto-belardo

It may seems weird but I have tested many times. If you init the player using the load function using a manifest URI with the http protocol uppercase it won't work. Just use the 'http' lowercase and it will work like magic...

this is the code:

this.player_ = new shaka.Player(this.video_);
this.player_
.load(manifestUri)
.....

Metadata

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