-
Notifications
You must be signed in to change notification settings - Fork 182
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
server: Begin accepting auth header and have it override callback URL values #2333
Conversation
The description of the flow sounds right to me, but just had a few comments on these bits:
This sounds right as we're explicitly not supporting changing the profile configuration mid-stream right now so if the Manifest ID already exists then the profiles originally configured for the stream should continue to be used. |
That's correct, for a new Manifest ID in the URL:
I think that rejecting probably does make more sense in terms of simplicity / being able to reason about what's going on for the first iteration of this. I'll update that now. |
Closing this in favour of a simpler change (no logging refactoring etc.) since a lot has changed on master in the meantime #2357 |
What does this pull request do? Explain your changes. (required)
Livepeer-Transcode-Configuration
header in the HTTP Push segment endpoint.Specific updates (required)
How did you test each of these updates (required)
✅ Wrote new unit tests
❌ TODO: Manual testing
Does this pull request close any open issues?
Checklist:
make
runs successfully./test.sh
pass