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

Viewer: Wrong resolution handing #133

Open
larsll opened this issue May 20, 2023 · 0 comments
Open

Viewer: Wrong resolution handing #133

larsll opened this issue May 20, 2023 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@larsll
Copy link
Contributor

larsll commented May 20, 2023

In the viewer the dimensions of a stream is only done in browser / but stream from backend is still original size as the request URL is not updated. This means that more bandwidth than required is utilized.

Reproduce:

  • Open the viewer (default port 8100)
  • Open inspector (Ctrl + I); look at network tab
  • Change the width from 480 to 320; see that the image(s) are smaller
  • See that the stream URL is still having width 480

Expected:

  • Stream URL should refresh with width 320 so that picture is resized server-side.

Also: With compression the behaviour is correct; the quality variable is changed as expected.

@larsll larsll added bug Something isn't working good first issue Good for newcomers labels May 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant