Giter Club home page Giter Club logo

Comments (2)

rpseleven avatar rpseleven commented on July 27, 2024

I see multiple recordings spawning as well on a Windows system on the test branch. I noticed it was very periodic, happening every 8 or so loops, so I figured it must be related to a static time definition. There are only two such lines that compare time like this, and only one that is followed by a call to start a recording.

The part in camsoda.py that tries to start a new recording if a recording has not been updated in 300 seconds (5 minutes) based on file modification time (st_mtime) seems to not work as expected on a Windows platform. You can just replace line 156 (RecordingThread(model_data, settings, r).start()) with "pass" and it will stop spawning unneeded multiple recordings. You could also print out something to console to see how this call always tests true after a little while after the recording has started. I'll see if I can find exactly why this is doing this, and find a way to get it to work on a Windows platform.

Sort of funny, this can really snowball if you either are recording lots of models or have left the script going for a while. Good way to get an IP ban.

from camsodarecorder.

alucard13s avatar alucard13s commented on July 27, 2024

@deepsy4711 hi i don't know if it could help from searching to record with sound i found when changed ffmpeg version it stop to record in loop.
But i have an another problem in windows it don't record with sound, if you could share your directory with your ffmpeg version to see if it's my version that make this. i didn't found a download link of ffmpeg for windows with all codec enabled. First time that i don't have sound with record.
Can you help me ? Thanks in advance. If you @rpseleven can help me too it will be great. I have windows 8.1 installed. Thanks

from camsodarecorder.

Related Issues (13)

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.