videojs-contrib-dash icon indicating copy to clipboard operation
videojs-contrib-dash copied to clipboard

Add http header on mpd source

Open GabyLuis opened this issue 5 years ago • 0 comments

Hi everyone,

I would like to add extra http header while requesting mpd source like in curl option such custom header

problem is the link is mpd not hls and as result i tried few option like

videojs.Html5DashJS.hook('beforeinitialize', myCustomCallback);

When i debug i dont see the custom header been added to the request

has nothing in doc about that , would like to know how to include http header in mpd source

Regards

GabyLuis avatar May 21 '19 00:05 GabyLuis