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

Support XDG portal and Pipewire #2507

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on May 7, 2024

  1. third-party: Add stubs for EGL DMA-BUF query APIs

    This is not present in the glad version imported in Sunshine,
    plug the holes so that these functions may be used.
    garnacho committed May 7, 2024
    Configuration menu
    Copy the full SHA
    9bce513 View commit details
    Browse the repository at this point in the history
  2. linux: Support streaming through XDG portals and Pipewire

    Add a new portal "grab" implementation that will request the necessary
    permissions over XDG portals and use Pipewire for video data streaming.
    This supports DMA-Buf buffer exchange for hardware accelerated encoding
    (VAAPI, nvenc), software encoding will only work with memory buffers.
    garnacho committed May 7, 2024
    Configuration menu
    Copy the full SHA
    e6101e3 View commit details
    Browse the repository at this point in the history