Skip to content
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

Closed
sridhard opened this issue Sep 24, 2016 · 3 comments
Closed

How do I add additional query params or headers? #531

sridhard opened this issue Sep 24, 2016 · 3 comments
Labels
status: archived Archived and locked; will not be updated type: question A question from the community

Comments

@sridhard
Copy link

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

@joeyparrish
Copy link
Member

@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.

@joeyparrish joeyparrish added the type: question A question from the community label Sep 25, 2016
@joeyparrish joeyparrish changed the title Add ability to intercept network requests to add additional query params or headers How do I add additional query params or headers? Sep 25, 2016
@joeyparrish
Copy link
Member

@sridhard, does this answer your question? Do you still need help with this, or can we close this issue?

@joeyparrish joeyparrish added the status: waiting on response Waiting on a response from the reporter(s) of the issue label Oct 5, 2016
@sridhard
Copy link
Author

sridhard commented Oct 6, 2016

Hi,

Thanks for helping. You can close this issue
On 5 Oct 2016 03:09, "Joey Parrish" [email protected] wrote:

@sridhard https://github.com/sridhard, does this answer your question?
Do you still need help with this, or can we close this issue?


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#531 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AC5MuLesBOWYUsDkQUFBVVqWD9e-0smEks5qwseCgaJpZM4KFjqK
.

@joeyparrish joeyparrish removed the status: waiting on response Waiting on a response from the reporter(s) of the issue label Dec 5, 2017
@shaka-project shaka-project locked and limited conversation to collaborators Mar 22, 2018
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Apr 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated type: question A question from the community
Projects
None yet
Development

No branches or pull requests

3 participants