Jonathon Reinhart
Jonathon Reinhart
Currently, when `scubainit` creates the users's `$HOME` directory (in the container): https://github.com/JonathonReinhart/scuba/blob/c6f3e625707aee11898079770b455a3d135ac019/scubainit/scubainit.c#L650-L653 It uses a hard-coded `/home`: https://github.com/JonathonReinhart/scuba/blob/c6f3e625707aee11898079770b455a3d135ac019/scubainit/scubainit.c#L30-L30 This works, but creates a dissonance if the users's real (host) homedir...
This script is used to dump out HL7 messages in a verbose format. It is a useful tool for those learning about the HL7 format, as it makes it easy...
This isn't really an issue if spice-record is the only client, because it never sends any cursor position updates to the VM. (Unless I suppose someone is programatically moving the...
In [`_record_frame`](https://github.com/JonathonReinhart/spice-record/blob/83a9ab1e047d80750e1ef7a52de22ffddb9a6285/spice-record#L298), if there is no active display, we simply do nothing; no frame is recorded at that moment in time. I think this could cause the video to effectively...
Record audio in the .mp4 as well. This may get tricky, as we have to handle the displays coming and going, and it's possible the audio could become out of...
I did however notice (regardless of this change) that about 2 seconds into recording to x264, the write() calls begin to take a very long time. Where they normally take...
The current use of `GLib.timeout_add()` for the frame capture timer is of questionable accuracy, but could potentially be easily improved. The way `timeout_add` works, it schedules the next callback for...
Right now we [poll the `domain.state()`](https://github.com/JonathonReinhart/spice-record/blob/83a9ab1e047d80750e1ef7a52de22ffddb9a6285/spice-record#L529) to see if it is running. We should do like [`virt-viewer`](https://github.com/SPICE/virt-viewer/blob/4048d28de853854a57835e91fb8758e78bc9ecd5/src/virt-viewer.c#L658) does and handle domain events to decide when to connect and start recording.
(Moved to https://staticx.readthedocs.io/en/latest/rpath.html) --- This issue exists as a permalink to provide guidance for errors related to an unsupported use of `DT_RPATH` or `DT_RUNPATH`. You might be here because you...