Hi, is it possible to modify in any way the request url that the player/master hls playlist make to fetch the segments? In our system we've got custom url for requesting/serving files that then makes the request to the actual location (s3 or local storage) and returns the contents.
So the master playlist loads fine, but the segments request url is then prefixed with our url and I need it to be prefixed with the physical location. Is it possible to control it via headers?
↧