-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I add additional query params or headers? #531
Comments
@sridhard, this feature has already been implemented. You can register a request filter to modify any network request. You can modify URLs, headers, and/or request bodies. See the License Server Authentication tutorial for an example that adds URL parameters to a license request. You can do the same for a segment request by looking for request type SEGMENT instead of LICENSE. |
@sridhard, does this answer your question? Do you still need help with this, or can we close this issue? |
Hi, Thanks for helping. You can close this issue
|
Hi,
I am using shaka V2 player to play DRM videos from aws s3. For that we need the capability set the query parameters in each seqment/manifest request to s3 server.
Now shaka player is removing the query params from the manifest/segment fetch request.
Pls let us know how to solve this issue
The text was updated successfully, but these errors were encountered: