recordmydesktop

Fork of recordMyDesktop X Window System desktop recording abandonware, much bug fixing and general cleanups/rewriting has been done. (by recordmydesktop)

Recordmydesktop Alternatives

Similar projects and alternatives to recordmydesktop

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better recordmydesktop alternative or higher similarity.

recordmydesktop reviews and mentions

Posts with mentions or reviews of recordmydesktop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-22.
  • Disk write buffering and its interactions with write flushes
    3 projects | news.ycombinator.com | 22 Mar 2024
    One of the things I improved in my recordMyDesktop fork [0] was an awful tendency for the frame cache writer to accumulate heaps of dirty pages until background writeback would flush them out.

    I had 16GiB of RAM which meant quite large swaths of dirty pages would become buffered while the SSD sat idle until writeback began. This would cause high-FPS full-screen recordings in particular to just become backlogged and start dropping frames / audio dropouts. Just generally broken behavior for a desktop recorder, especially for a defferred-encode mode that's supposed to be optimized for minimizing system-wide effects/overheads during the recording.

    The simple solution I found was to proactively initiate writeback regularly via fdatasync() on the cache fd. [1] I haven't decided yet if more should be done to constrain its buffer cache effects though. The cache files will be read back during encoding in post, so if there's enough RAM it can be desirable to enable reading them back entirely from memory instead of having to hit the disks again... but it would also be nice to let the rest of the system's processes keep their stuff in the page cache. memcg can probably be used to find a balanced solution, but I haven't done any experiments yet. Have any of you handled similar scenarios? What did you do?

    [0] https://github.com/recordmydesktop/recordmydesktop

    [1] https://github.com/recordmydesktop/recordmydesktop/commit/42...

  • Effortless OpenBSD Audio and Desktop Screen Recording Guide
    2 projects | news.ycombinator.com | 15 Jan 2024
    recordMyDesktop[0] should work on any *NIX w/OSS+X, and it defaults to a cached mode with deferred encoding so there's less load on the system during* the recording.

    In my experience using Linux+XOrg+ALSA on an X220 ThinkPad it works pretty well, at least in its current form.

    Disclaimer: I'm the maintainer of the linked fork, prior to this fork it was ~useless.

    [0] https://github.com/recordmydesktop/recordmydesktop

Stats

Basic recordmydesktop repo stats
2
13
4.6
4 months ago

recordmydesktop/recordmydesktop is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of recordmydesktop is C.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com