vime-js / vime

Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...
https://vimejs.com
MIT License
2.75k stars 154 forks source link

Adding HTTP header to outgoing requests #299

Open swapnikap opened 2 years ago

swapnikap commented 2 years ago

I am trying to play DASH format videos with WIDEVINE and FAIRPLAY DRM support in my angular application. For that, I need to add headers and some extra query parameters to the HTTP requests. Below is the link, that the DASH player is supporting intercepting HTTP requests.

https://github.com/Dash-Industry-Forum/dash.js/issues/1471

Please help me, with how to invoke RequestModifiers with Vimeo-js player.