From 36c74d3411a543c4452d367275182e0a8619cec4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 4 May 2025 20:36:34 +0200 Subject: Add -replay-storage option to specify if temporary replay data should be stored in ram or disk --- TODO | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'TODO') diff --git a/TODO b/TODO index 29f3db5..ca00f0d 100644 --- a/TODO +++ b/TODO @@ -279,4 +279,7 @@ Fix constant framerate not working properly on amd/intel because capture framera Add option to pass a fd (from socketpair) to use for rpc. In the rpc have a common header, with protocol version, data type and data in an enum. -Add the option to set audio track name, for example with -a "track-name:blabla|device:default_output|app:firefox" \ No newline at end of file +Add the option to set audio track name, for example with -a "track-name:blabla|device:default_output|app:firefox" + +Maybe disable qp/vbr for replay. In that case we can preallocate all replay data (for both ram and disk) and write to that directly when receiving packet (dont do that when also recording at the same time). + That could improve performance/disk write optimization and maybe even reduce ram usage because of less blocks/fragmentation. -- cgit v1.2.3-70-g09d2