Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Player doesn't send cookies in fragments #239

@MarcelloFincons

Description

@MarcelloFincons

Hi, i need to stream a Manifest URL file (no DRM protected) that respond with cookies that the player needs to send in each fragment called after.
My code is very simple:

var stream = {
    url: "Manifest URL"
};
var mediaPlayer = new MediaPlayer();
mediaPlayer.init(document.querySelector("#videoPlayer"));
mediaPlayer.load(stream);

The problem is that each called fragment responds with error 403, i tried with fiddler blocking request and resent them with cookie and it works!
How can i send the cookies received in each fragment?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions