You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
I want to add authentication to my HLS videos, however, I am struggling to append a token to the files referenced in my m3u8 files.
I tried the
beforeRequest
function on the vhs object, however, that does not work in iOS - presumably because I has its own implementation of HLS.Apple has its own solution in the form of variable substitution, for example:
Will this be supported in a future release? I couldn't get it to work using videojs 7.10.
If not - does anybody have any pointers on how to create the m3u8 file on-the-fly - so that the tokens can be appended on each page request?
The text was updated successfully, but these errors were encountered: