MAlba124

Results 19 comments of MAlba124

> > We'll get those PRs merged once we have linux environments to test on, if you do write a fix for this we'll definitely get it merged. > >...

Scap currently only works for wayand compositors that implements the ScreenCast portal. If you are using X11 (can be checked with `echo $XDG_SESSION_TYPE`), scap won't work.

I've started to implement X11 support: #124. Hopefully I will have something test ready by the end of this week.

The wayland backend ignores the pixel format as it cannot force it, and no conversion is done either because it can be very expensive. This should be documented.

> Is this problem going to be fixed by this: https://github.com/CapSoftware/scap/pull/149 Yes

We're working on adding screen mirroring support to the protocol, receivers and custom sender applications which should in theory allow for second screen usage with some tricks like [deskreen](https://github.com/pavlobu/deskreen) uses...

This should ideally be sent by the sender as a header in the FCast play request. This receiver currently ignores it but I'll try to support this in the near...

Implemented for Linux in #29.