recorder-mx-py

[MIRROR of https://git.nordgedanken.dev/mtrnord/matrix-call-multitrack-recorder/] A tool to record every participant of a legacy or new matrix, call to separate audio and video files.
git clone git://archive.git.mtrnord.blog/MTRNord/recorder-mx-py.git
Log | Files | Refs | README | LICENSE

commit 7f7fc3e5cbc1641f400d7ba83b77f07e635f0e1e
parent 2b8f6e5bc1131bb1e1f35a14229d7b00a54c870a
Author: Marcel Radzio <mtrnord@noreply.git.nordgedanken.dev>
Date:   Tue, 28 Feb 2023 13:41:23 +0000

Add requirements

Diffstat:
MREADME.md | 10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -21,8 +21,16 @@ Therefor I do recommend it should not be used in production just yet. Due to changes to the nio dependency I currently cant upload it to pypi. For now you have to install it from git directly: +### Requirements + +#### Ubuntu + +- python3-pip +- git +- libolm-dev + ```console -pip install git+https://git.nordgedanken.dev/mtrnord/matrix-call-multitrack-recorder.git +pip3 install git+https://git.nordgedanken.dev/mtrnord/matrix-call-multitrack-recorder.git ``` ## Usage