From 5c3b7976ab900015b1af0263f1c8936a6a921c27 Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Mon, 3 Apr 2023 19:32:17 +0200 Subject: [PATCH] Adding 30fps always. --- src/packet/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packet/hello.c b/src/packet/hello.c index 0178fe2..462696e 100644 --- a/src/packet/hello.c +++ b/src/packet/hello.c @@ -69,7 +69,7 @@ msThreadCallbackSetFrame(struct mCoreThread *threadContext) { height = 144; } - if (data->numberFrame++ % 10 != 0) { + if (data->numberFrame++ % 2 != 0) { return; }