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

WHIP protocol change #680

Merged
merged 21 commits into from
Apr 25, 2024
Merged

WHIP protocol change #680

merged 21 commits into from
Apr 25, 2024

Conversation

biglittlebigben
Copy link
Contributor

@biglittlebigben biglittlebigben commented Apr 15, 2024

This PR adds an optional "enable_transcoding" entry to the ingress APIs and deprecates the bypass_transcoding entry. This is in preparation of disabling "enable_transcoding" by default for WHIP.

Copy link

changeset-bot bot commented Apr 15, 2024

🦋 Changeset detected

Latest commit: e291e98

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

💥 An error occurred when fetching the changed packages and changesets in this PR
Some errors occurred when validating the changesets config:
The package or glob expression "github.com/livekit/protocol" specified in the `fixed` option does not match any package in the project. You may have misspelled the package name or provided an invalid glob expression. Note that glob expressions must be defined according to https://www.npmjs.com/package/micromatch.

protobufs/livekit_ingress.proto Outdated Show resolved Hide resolved
@dennwc
Copy link
Contributor

dennwc commented Apr 23, 2024

Also please don't forget to add a changeset!

@@ -113,6 +113,9 @@ message IngressVideoEncodingOptions {
repeated VideoLayer layers = 3;
}

message IngressVideoEncodingPassthrough {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's this for?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leftover from a previous version. I removed it. Thanks.

// whether to pass through the incoming media without transcoding, only compatible with some input types
bool bypass_transcoding = 8;
bool bypass_transcoding = 8 [deprecated = true];
optional bool enable_transcoding = 11;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add docstring here explaining the nuance of this param?

@biglittlebigben biglittlebigben merged commit 6d5a804 into main Apr 25, 2024
1 check passed
@biglittlebigben biglittlebigben deleted the benjamin/whip_passthrough branch April 25, 2024 17:35
@github-actions github-actions bot mentioned this pull request Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants