desktop capture improvements#3
Closed
Be-ing wants to merge 9 commits intogethopp:expose_desktop_capturerfrom
Closed
desktop capture improvements#3Be-ing wants to merge 9 commits intogethopp:expose_desktop_capturerfrom
Be-ing wants to merge 9 commits intogethopp:expose_desktop_capturerfrom
Conversation
libwebrtc checks if it is running under Wayland or X11 and automatically selects the appropriate backend. There does not seem to be any need for the application developer to tell libwebrtc which to use.
b70f780 to
74a4864
Compare
Downstream applications should not have to be concerned with this implementation detail. If they want to disable the automatic start of the GLib main loop, they can opt out by disabling the glib-main-loop feature.
4892a59 to
18c058c
Compare
There's no point to using the Debian sysroot livekit#730 (comment)
iparaskev
pushed a commit
that referenced
this pull request
Mar 31, 2026
* fix clang build issue from zed patches (livekit#949) * livekit: Bump rustls to 0.23 (indirectly) * livekit: Allow the consumer to fully specify TLS config * livekit-api: Make webhooks and access-token non-default Otherwise, when using livekit client SDK aka the `livekit` crate we are pulling in `webhooks` and `access-token` related functionality which really is not needed. * webrtc-sys: Backport changes to the build script from main * webrtc-sys: Make sure paths do not overflow Windows limit * webrtc-sys: Use clang instead of gcc * webrtc-sys: Bump webrtc version * Debug CI output for aarch64-linux * ci: Install lld for aarch64-linux FFI builders * webrtc-sys: Disable CREL * webrtc-sys: Disable CREL, attempt #2 * livekit: Expose SessionStats as public API * webrtc-sys: Disable CREL, attempt #3 * webrtc-sys: Bump webrtc version to webrtc-0001d84-4 --------- Co-authored-by: Jakub Konka <kubkon@jakubkonka.com> * revert unrelated changes. * remove unused patch. * bump webrtc-build. * Auto generate changeset * Fix Clang build issue from Zed patches --------- Co-authored-by: Jakub Konka <kubkon@jakubkonka.com> Co-authored-by: knope-bot[bot] <152252888+knope-bot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.