emersion / xdg-desktop-portal-wlr

xdg-desktop-portal backend for wlroots
MIT License
591 stars 56 forks source link

Cannot share screen in google chrome via WebRTC #198

Closed TheRealLorenz closed 2 years ago

TheRealLorenz commented 2 years ago

Hi everyone, I don't know if this is the right place to seek for help for this particular issue, but I'm completely lost. I've been trying for a few hours to make screen sharing work, but google chrome segfaults and xdpw prints:

wlroots: no current buffer
pipewire: out of buffers

a lot of times when ran in DEBUG mode. All the steps in the troubleshooting checklist are okay. I could have missed some env variables, but surely not the ones listed in the guide.

columbarius commented 2 years ago

Please check if it's a duplication of https://github.com/emersion/xdg-desktop-portal-wlr/issues/196. The suggested solutions are using firefox for the meantime or switching to a fixed preview/beta version of chromium.

TheRealLorenz commented 2 years ago

Thank you very much @columbarius , it's actually the case. I'd suggest to mention this chrome-related problem in the Troubleshoot checklist.