From 72bfd685145d91d93285c3f289ade1aaa92d71a6 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Wed, 29 Jul 2026 17:37:47 +0300 Subject: [PATCH] janus: no-camera-frames logging to prevent spam --- janus/src/plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/janus/src/plugin.c b/janus/src/plugin.c index 11a6b58..1f6c0b0 100644 --- a/janus/src/plugin.c +++ b/janus/src/plugin.c @@ -545,14 +545,14 @@ static void *_vplay_thread(void *arg) { frame = _g_vplay_ring->items[in_ri]; _g_vplay_ring->items[in_ri] = tmp_frame; us_ring_consumer_release(_g_vplay_ring, in_ri); - } else { + /*} else { // FIXME: Leads to spam with "Streaming to the camera ..." US_ONCE({ _LOCK_VPLAY; if (_g_camera.active) { US_LOG_INFO("No frames have got from WebRTC"); } _UNLOCK_VPLAY; - }); + });*/ } } else { usleep(1000); // Don't iterate too frequently