fauxstream VS recordmydesktop

Compare fauxstream vs recordmydesktop and see what are their differences.

fauxstream

ffmpeg wrapper to facilitate screencasting/recording on OpenBSD (by rfht)

recordmydesktop

Fork of recordMyDesktop X Window System desktop recording abandonware, much bug fixing and general cleanups/rewriting has been done. (by recordmydesktop)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
fauxstream recordmydesktop
3 2
20 13
- -
3.8 4.6
6 months ago 4 months ago
Shell C
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

fauxstream

Posts with mentions or reviews of fauxstream. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-15.

recordmydesktop

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

What are some alternatives?

When comparing fauxstream and recordmydesktop you can also consider the following projects:

nginx-rtmp-module - NGINX-based Media Streaming Server

wcap - Simple and efficient screen recording utility for Windows 10 and 11

srs - SRS is a simple, high-efficiency, real-time video server supporting RTMP, WebRTC, HLS, HTTP-FLV, SRT, MPEG-DASH, and GB28181.

berry - :strawberry: A healthy, byte-sized window manager

simple-ome - Simple configuration and frontend for OvenMediaEngine (OME)

sowm - An itsy bitsy floating window manager (220~ sloc!).

xfocusnotify - X11-tool which exits when a window is focused and prints the respective window-id.

x11k - Keylogger for POSIX systems (linux, freebsd) with X11

screen_capture_lite - cross platform screen/window capturing library