Skip to content

Enable rendering backend in build script#9

Merged
ipavlidakis merged 6 commits intomainfrom
ipavlidakis/update-webrtc-build-to-include-stream_enable_rendering_backend
Feb 3, 2026
Merged

Enable rendering backend in build script#9
ipavlidakis merged 6 commits intomainfrom
ipavlidakis/update-webrtc-build-to-include-stream_enable_rendering_backend

Conversation

@ipavlidakis
Copy link
Copy Markdown
Contributor

Related to GetStream/webrtc#70

@ipavlidakis ipavlidakis self-assigned this Jan 28, 2026
@ipavlidakis ipavlidakis requested a review from a team as a code owner January 28, 2026 16:37
@ipavlidakis ipavlidakis added the enhancement New feature or request label Jan 28, 2026
@ipavlidakis ipavlidakis removed this from the Video Rendering Improvements milestone Jan 28, 2026
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 133527bff2

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +43 to +44
rtc_libvpx_build_vp9=true
stream_enable_rendering_backend=true
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Add line continuation so GN arg is passed

Because rtc_libvpx_build_vp9=true is missing a trailing \, the subsequent stream_enable_rendering_backend=true is executed as a separate shell assignment instead of being included in --extra-gn-args. When someone runs this script, the build command never receives the new GN flag, so the rendering backend stays disabled despite the change. Adding a line continuation to the previous line (or combining the args) keeps the flag in the GN args list.

Useful? React with 👍 / 👎.

@ipavlidakis ipavlidakis merged commit 19b01a5 into main Feb 3, 2026
@ipavlidakis ipavlidakis deleted the ipavlidakis/update-webrtc-build-to-include-stream_enable_rendering_backend branch February 3, 2026 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants