Difference between revisions of "CentOS 8.x chrome enable screen-sharing with wayland"

From Notes_Wiki
(Created page with "<yambe:breadcrumb self="Chrome enable screen-sharing with wayland">CentOS 8.x chrome|Chrome</yambe:breadcrumb> =CentOS 8.x chrome enable screen-sharing with wayland= By defau...")
 
m
 
Line 1: Line 1:
<yambe:breadcrumb self="Chrome enable screen-sharing with wayland">CentOS 8.x chrome|Chrome</yambe:breadcrumb>
[[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x Desktop tools or applications|Desktop tools or applications]] > [[CentOS 8.x chrome|Chrome]] > [[CentOS 8.x chrome enable screen-sharing with wayland|Chrome enable screen-sharing with wayland]]
=CentOS 8.x chrome enable screen-sharing with wayland=


By default sharing screen in wayland via browsers (Chrome/Firefox) or other tools such as anydesk may not work.  To enable screen sharing at least via Chrome so that during online meetings (eg Webex, meet.jit.si, etc.) screen can be shared use:
By default sharing screen in wayland via browsers (Chrome/Firefox) or other tools such as anydesk may not work.  To enable screen sharing at least via Chrome so that during online meetings (eg Webex, meet.jit.si, etc.) screen can be shared use:
Line 13: Line 12:
Refer:
Refer:
* https://wiki.archlinux.org/index.php/PipeWire#WebRTC_screen_sharing
* https://wiki.archlinux.org/index.php/PipeWire#WebRTC_screen_sharing
[[Main Page|Home]] > [[CentOS]] > [[CentOS 8.x]] > [[CentOS 8.x Desktop tools or applications|Desktop tools or applications]] > [[CentOS 8.x chrome|Chrome]] > [[CentOS 8.x chrome enable screen-sharing with wayland|Chrome enable screen-sharing with wayland]]

Latest revision as of 04:08, 23 April 2022

Home > CentOS > CentOS 8.x > Desktop tools or applications > Chrome > Chrome enable screen-sharing with wayland

By default sharing screen in wayland via browsers (Chrome/Firefox) or other tools such as anydesk may not work. To enable screen sharing at least via Chrome so that during online meetings (eg Webex, meet.jit.si, etc.) screen can be shared use:

  1. Install required packages
    dnf install -y xdg-desktop-portal xdg-desktop-portal-gtk
  2. Configure flag enable-webrtc-pipewire-capturer in Chrome to value "Enabled" instead of default by opening "Chrome://flags" and then searching for "webrtc-pipewire" in search
  3. After this sharing screen should work properly. It will lead to a OS popup for sharing the screen where you can select "Default monitor" to be shared.


Refer:


Home > CentOS > CentOS 8.x > Desktop tools or applications > Chrome > Chrome enable screen-sharing with wayland