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

set initStream quality #262

Open
kaosbeat opened this issue Aug 9, 2023 · 0 comments
Open

set initStream quality #262

kaosbeat opened this issue Aug 9, 2023 · 0 comments

Comments

@kaosbeat
Copy link

kaosbeat commented Aug 9, 2023

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

s0.initScreen()
pb.setName("sourcewindow")
src(s0).out(o0)
render(o0)

to share a window on one PC and


s2.initStream("sourcewindow")
src(s2).out(o0);

to receive it on the other end.

Anything I should add to bump the quality up a notch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant