From bc83646d259ad8acfb233ae0d37d58c6ef728e64 Mon Sep 17 00:00:00 2001 From: antoine lebaud Date: Fri, 5 Jul 2024 16:46:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(livekit)=20add=20a=20room-composit?= =?UTF-8?q?e=20Egress=20request=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This .json file will be useful when calling the LiveKit CLI command "start-egress", which takes a "--request" params as a path to a json file. --- docker/livekit/egress-example/room-composite-file.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docker/livekit/egress-example/room-composite-file.json diff --git a/docker/livekit/egress-example/room-composite-file.json b/docker/livekit/egress-example/room-composite-file.json new file mode 100644 index 00000000..05f10d0c --- /dev/null +++ b/docker/livekit/egress-example/room-composite-file.json @@ -0,0 +1,9 @@ +{ + "room_name": "your-room-name", + "layout": "speaker-dark", + "file_outputs": [ + { + "filepath": "/out/" + } + ] +}