Closed
Description
- What version of Shaka Player are you using? latest
When overriding the httpPlugin
, there is no easy way from within the plugin itself to know if the request is a playlist or a segment request.
It may be required to have different logic based on that info.
The two options are either to pass that info as a parameter to the plugin itself, or have two separate plugins (Which by default will use the same module), and then we will be able to override one or the other.