You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the window sharing functionality of Chromium using initStream I cannot control the quality of the stream and it renders the window I share with terrible compression, both pixelwise and colorwise.
Given that I'm sharing on a the same PC, or on a wired local network, I have the bandwidth, but I cannot find a way to increase the quality, framerate.
I tried setResolution() on both source and destination, but I achieve only minor improvements (not related to the streaming I think)
When using the window sharing functionality of Chromium using
initStream
I cannot control the quality of the stream and it renders the window I share with terrible compression, both pixelwise and colorwise.Given that I'm sharing on a the same PC, or on a wired local network, I have the bandwidth, but I cannot find a way to increase the quality, framerate.
I tried
setResolution()
on both source and destination, but I achieve only minor improvements (not related to the streaming I think)I'm using
to share a window on one PC and
to receive it on the other end.
Anything I should add to bump the quality up a notch?
The text was updated successfully, but these errors were encountered: