Giter Site home page Giter Site logo

Comments (3)

WarmUpTill avatar WarmUpTill commented on May 26, 2024

Thank you for reporting the issue!
I have noticed this myself before.

I would assume this is some sort of buffering (?) or maybe safeguard by OBS so the log file does not grow too fast.
But I never confirmed that / looked into it deeper.

I will investigate it once I find the time to do so.

from sceneswitcher.

WarmUpTill avatar WarmUpTill commented on May 26, 2024

It looks like this is indeed intended behaviour by OBS.
https://github.com/obsproject/obs-studio/blob/2902cdb2ff04ab19a304826765f275728a410602/UI/obs-app.cpp#L381-L383

Once a new message arrives OBS will log how many times the log was repeated:
https://github.com/obsproject/obs-studio/blob/2902cdb2ff04ab19a304826765f275728a410602/UI/obs-app.cpp#L332-L337

I could increase the log level of the sleep messages but I do not think that would be justified.
Or do you happen to rely on seeing these messages repeatedly?
If so I could offer to build a version of the plugin with an adjusted log level for you.

from sceneswitcher.

Trouffman avatar Trouffman commented on May 26, 2024

This is a built-in feature indeed. what create the confusion is:

  • This "last message repeated XXX times" appears only when there is a new message in the log.
  • This does not appear in the Log-viewer either.

No need to extend the sleep message nor a special build, this is not justified.

We rely on this to check / make sure that the check are done. This will not be needed after few usage of the plugin.

That can can be dismissed then.

from sceneswitcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.