-
Notifications
You must be signed in to change notification settings - Fork 33
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
api: ingest: direct base & playback #2139
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
I'm having a bit of trouble understanding how baseDirect and directPlayback work...where is the directPlayback (assuming this is playback.livepeer.studio) returned? |
const ingest = ingests[0].base; | ||
let ingest = ingests[0].base; | ||
|
||
if (req.user.directPlayback && ingests[0].baseDirect) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is the directPlayback URL returned?
Would come with a change here in livepeer-infra https://github.com/livepeer/livepeer-infra/blob/406fb4cd119c547c0fad7832abeafcbeed3b1ab5/values/api.values.yaml#L27 |
* Stick to the pull host while triggering the catalyst pull start (#2138) * Revert "Stick to the pull host while triggering the catalyst pull start (#2138)" (#2141) This reverts commit 29ad25a. * Stick to the pull host while triggering the catalyst pull start (#2142) * api: ingest: direct base & playback (#2139) * api: ingest: direct base & playback * fix * fix * implement for a specific hardcoded id for tests * fix * fix * api: Handle active cleanup from pull lock API (#2144) * refactor: improve api schema (#2109) * format yaml * add operationId to all endpoints * marked rooms api as deprecated * add tags to each endpoints * moved unused components to db-schema * add examples * override name for sdk generation * override operation name for sdk generatino * run prettier & fix typo * Update packages/api/src/schema/api-schema.yaml Co-authored-by: Victor Elias <[email protected]> * Update packages/api/src/schema/api-schema.yaml Co-authored-by: Victor Elias <[email protected]> * Update packages/api/src/schema/api-schema.yaml Co-authored-by: Victor Elias <[email protected]> * Update api-schema.yaml * fix: build error * revert: add new-asset-from-url-payload to api-schema.yaml * Update api-schema.yaml * fix build issue * hardcoded inputcreator filter * fix: create stream and loosening schema (#2134) * Update compile-schemas.js * fix: tsconfig * fix: revert additionalproperties * fix: remove InputCreatorId unknown * fix: api schema * fix: api schema * fix: revert changes to additional properties * fix: fixes from review * fix: lint --------- Co-authored-by: Victor Elias <[email protected]> Co-authored-by: Chase Adams <[email protected]> * api: Query isHealthy field as a string to handle JSOnull (#2143) * api: Query isHealthy field as a string to handle JSOnull * api: Add check on boolean fields filter value * api: moved objectStoreId and catalystPipelineStrategy to db schema (#2146) * api: moved params to db schema * Update db-schema.yaml * remove url * api: fix direct playback api (#2147) * fix june trigger (#2145) * fix sending track multiple times * add missing imports * replace track with page method --------- Co-authored-by: Rafał Leszko <[email protected]> Co-authored-by: gioelecerati <[email protected]> Co-authored-by: Victor Elias <[email protected]> Co-authored-by: Chase Adams <[email protected]>
What does this pull request do? Explain your changes. (required)
directPlayback
boolean to usersSpecific updates (required)
How did you test each of these updates (required)
Does this pull request close any open issues?
Screenshots (optional)
Checklist