fzwoch / obs-teleport

An OBS Studio plugin for an open NDI-like replacement. Pretty simple, straight forward. No NDI compatibility in any form.
GNU General Public License v2.0
438 stars 16 forks source link

Quality setting and resource usage #30

Closed warcode closed 2 years ago

warcode commented 2 years ago

Teleporting a 4k game source at 90% quality works fantastic.

Increasing the quality between 90% and 100% increases both network usage AND resource usage, eventually causing rendering lag in OBS. It seems counter-intuitive from a raw vs encoding tradeoff standpoint. Is this just how things work?

fzwoch commented 2 years ago

Yes, this is how it works basically. You can read about quality info directly from the jpeg library:

https://github.com/libjpeg-turbo/libjpeg-turbo/blob/main/usage.txt

warcode commented 2 years ago

Then it works correctly. Thank you!