videojs / videojs-contrib-hls

HLS library for video.js
http://videojs.github.io/videojs-contrib-hls/
Other
2.84k stars 793 forks source link

Allow options to add custom headers #1340

Closed chaner closed 6 years ago

chaner commented 6 years ago

Description

Adds to xhr options to include/override any additional headers.

Specific Changes proposed

Adds to xhr options to include/override any additional headers.

Requirements Checklist

gesinger commented 6 years ago

Hey @chaner , thanks for the PR. Have you tried out using beforeRequest https://github.com/videojs/videojs-contrib-hls#hlsxhr ?