Skip to content

14.1.1.4 Kernel Module Livelock #2096

@jrichardson4231

Description

@jrichardson4231

rtpengine version the issue has been seen with

14.1.1.4+0~mr14.1.1.4-1.el9

Used distribution and its version

Distributor ID: AlmaLinux Description: AlmaLinux 9.7 (Moss Jungle Cat) Release: 9.7 Codename: Moss Jungle Cat

Linux kernel version used

5.14.0-611.20.1.el9_7.x86_64

CPU architecture issue was seen on (see uname -m)

x86_64

Expected behaviour you didn't see

No response

Unexpected behaviour you saw

A single call got stuck in an infinite loop producing a log flood of over 70,000 lines per second of "Kernelizing media stream...". This state stalled the Userspace process, causing SIP control commands to hang for 38 seconds until the loop was aborted due to "Too many packets in UDP receive queue"

The "Kernelizing media stream..." log message alternate between
"Kernelizing media stream: remote A -> local B"
"Kernelizing media stream: A -> B | C -> D"

Steps to reproduce the problem

I have been unable to reproduce this intentionally; This issue occurred for a single call in several million.

Additional program output to the terminal or logs illustrating the issue

Logs with Kernalizing Messages Removed:
zgrep "bd0aa172-2d60-4651-a07a-7d9e7eb7dc59" /var/log/rtpengine.log-20260418.gz | grep -v "Kernelizing"
2026-04-17T09:54:27.446611+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [control] Received command 'offer' from 192.168.180.30:54335
2026-04-17T09:54:27.446743+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: NOTICE: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] Creating new call
2026-04-17T09:54:27.447108+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [control] Replying to 'offer' from 192.168.180.30:54335 (elapsed time 0.000554 sec)
2026-04-17T09:54:39.729904+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [control] Received command 'answer' from 192.168.180.30:51058
2026-04-17T09:54:39.730210+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [control] Replying to 'answer' from 192.168.180.30:51058 (elapsed time 0.000331 sec)
2026-04-17T09:54:39.753101+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Confirmed peer address as 192.168.183.103:44400
2026-04-17T09:54:39.875734+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31227]: [core] Confirmed peer address as <PUBLIC_IP_1>:12667
2026-04-17T09:54:39.876060+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: NOTICE: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31227]: [core] Setting 'non-forwarding' flag for kernel stream due to lack of sinks
2026-04-17T09:54:39.876203+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: ERR: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31227]: [core] Failed to push relay stream to kernel: Invalid argument
2026-04-17T09:54:39.891722+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Confirmed peer address as <PUBLIC_IP_1>:12666
2026-04-17T09:54:39.892092+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: ERR: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Failed to push relay stream to kernel: Invalid argument
2026-04-17T09:54:39.892187+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: ERR: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Failed to push relay stream destination to kernel: No such file or directory
2026-04-17T09:54:41.335884+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [control] Received command 'offer' from 192.168.180.30:50359
2026-04-17T09:54:41.336014+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] Removing media stream from kernel: local 192.168.183.203:36070 (dialogue signalling event)
2026-04-17T09:54:41.336103+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] Removing media stream from kernel: local <PUBLIC_IP_2>:31226 (dialogue signalling event)
2026-04-17T09:54:41.336181+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: ERR: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] Failed to delete relay stream from kernel: No such file or directory
2026-04-17T09:54:41.336266+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] Removing media stream from kernel: local <PUBLIC_IP_2>:31227 (dialogue signalling event)
2026-04-17T09:54:41.336369+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: ERR: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] Failed to delete relay stream from kernel: No such file or directory
2026-04-17T09:54:41.336484+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [control] Replying to 'offer' from 192.168.180.30:50359 (elapsed time 0.000499 sec)
2026-04-17T09:54:41.347205+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Confirmed peer address as 192.168.183.103:44400
2026-04-17T09:54:41.347305+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Confirmed peer address as <PUBLIC_IP_1>:12666
2026-04-17T09:54:41.378766+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [control] Received command 'answer' from 192.168.180.30:50359
2026-04-17T09:54:42.331542+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [control] Received command 'offer' from 192.168.180.30:46096
2026-04-17T09:55:19.882389+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: WARNING: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Too many packets in UDP receive queue (more than 50), aborting loop. Dropped packets possible
2026-04-17T09:55:19.882539+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] Removing media stream from kernel: local <PUBLIC_IP_2>:31226 (dialogue signalling event)
2026-04-17T09:55:19.882558+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] Removing media stream from kernel: local 192.168.183.203:36070 (dialogue signalling event)
2026-04-17T09:55:19.882913+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Confirmed peer address as <PUBLIC_IP_1>:12666
2026-04-17T09:55:19.882960+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [control] Replying to 'answer' from 192.168.180.30:50359 (elapsed time 38.509973 sec)
2026-04-17T09:55:19.883054+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: ERR: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Failed to push relay stream to kernel: Invalid argument
2026-04-17T09:55:19.883098+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: ERR: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Failed to push relay stream destination to kernel: No such file or directory
2026-04-17T09:55:19.883465+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] Removing media stream from kernel: local <PUBLIC_IP_2>:31226 (dialogue signalling event)
2026-04-17T09:55:19.883577+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: ERR: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] Failed to delete relay stream from kernel: No such file or directory
2026-04-17T09:55:19.884016+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Confirmed peer address as <PUBLIC_IP_1>:12666
2026-04-17T09:55:19.884256+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [control] Replying to 'offer' from 192.168.180.30:46096 (elapsed time 37.553890 sec)
2026-04-17T09:55:19.885316+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: WARNING: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Too many packets in UDP receive queue (more than 50), aborting loop. Dropped packets possible
2026-04-17T09:55:19.933639+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Confirmed peer address as 192.168.183.103:44400
2026-04-17T09:55:20.000243+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36071]: [core] Confirmed peer address as 192.168.183.103:44401
2026-04-17T09:55:20.000349+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36071]: [core] Removing media stream from kernel: local <PUBLIC_IP_2>:31226 (subscriptions modified)
2026-04-17T09:55:20.004927+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31227]: [core] Confirmed peer address as <PUBLIC_IP_1>:12667
2026-04-17T09:56:20.226793+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] Closing call due to timeout
2026-04-17T09:56:20.370646+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] Final packet stats:
2026-04-17T09:56:20.370677+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] --- Tag 'FU7B4Kv4m6U3j', created 1:52 ago for branch ''
2026-04-17T09:56:20.370709+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] ---      subscribed to media with monologue tag '4039563845' (index: 1)
2026-04-17T09:56:20.370742+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] ---      subscription for media with monologue tag '4039563845' (index: 1)
2026-04-17T09:56:20.370805+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] ------ Media #1 (audio over RTP/AVP) using PCMA/8000
2026-04-17T09:56:20.370833+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] --------- Port 192.168.183.203:36070 <> 192.168.183.103:44400, SSRC edecbf1b, in 177 p, 30444 b, 0 e, 60 ts, out 175 p, 30036 b, 0 e
2026-04-17T09:56:20.370864+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] --- Tag '4039563845', created 1:52 ago for branch ''
2026-04-17T09:56:20.370895+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] ---      subscribed to media with monologue tag 'FU7B4Kv4m6U3j' (index: 1)
2026-04-17T09:56:20.370921+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] ---      subscription for media with monologue tag 'FU7B4Kv4m6U3j' (index: 1)
2026-04-17T09:56:20.370953+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] ------ Media #1 (audio over RTP/AVP) using PCMA/8000
2026-04-17T09:56:20.370979+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] --------- Port   <PUBLIC_IP_2>:31226 <>   <PUBLIC_IP_1>:12666, SSRC 496a6ee2, in 172 p, 29584 b, 0 e, 60 ts, out 184 p, 31228 b, 0 e
2026-04-17T09:56:20.371095+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] Removing media stream from kernel: local <PUBLIC_IP_2>:31227 (final call cleanup)
2026-04-17T09:56:20.371133+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] Removing media stream from kernel: local 192.168.183.203:36070 (final call cleanup)
2026-04-17T09:56:20.371166+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59]: [core] Removing media stream from kernel: local 192.168.183.203:36071 (final call cleanup)

Example sample of Kernalizing log spam:
2026-04-17T09:54:43.057621+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: <PUBLIC_IP_1>:12666 -> <PUBLIC_IP_2>:31226 | 192.168.183.203:36070 -> 192.168.183.103:44400
2026-04-17T09:54:43.057632+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: remote <PUBLIC_IP_1>:12666 -> local <PUBLIC_IP_2>:31226
2026-04-17T09:54:43.057643+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Kernelizing media stream: remote 192.168.183.103:44400 -> local 192.168.183.203:36070
2026-04-17T09:54:43.057655+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Kernelizing media stream: 192.168.183.103:44400 -> 192.168.183.203:36070 | <PUBLIC_IP_2>:31226 -> <PUBLIC_IP_1>:12666
2026-04-17T09:54:43.057666+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Kernelizing media stream: remote 192.168.183.103:44400 -> local 192.168.183.203:36070
2026-04-17T09:54:43.057678+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Kernelizing media stream: 192.168.183.103:44400 -> 192.168.183.203:36070 | <PUBLIC_IP_2>:31226 -> <PUBLIC_IP_1>:12666
2026-04-17T09:54:43.057689+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: <PUBLIC_IP_1>:12666 -> <PUBLIC_IP_2>:31226 | 192.168.183.203:36070 -> 192.168.183.103:44400
2026-04-17T09:54:43.057701+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: remote <PUBLIC_IP_1>:12666 -> local <PUBLIC_IP_2>:31226
2026-04-17T09:54:43.057712+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: <PUBLIC_IP_1>:12666 -> <PUBLIC_IP_2>:31226 | 192.168.183.203:36070 -> 192.168.183.103:44400
2026-04-17T09:54:43.057725+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: remote <PUBLIC_IP_1>:12666 -> local <PUBLIC_IP_2>:31226
2026-04-17T09:54:43.057736+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: <PUBLIC_IP_1>:12666 -> <PUBLIC_IP_2>:31226 | 192.168.183.203:36070 -> 192.168.183.103:44400
2026-04-17T09:54:43.057747+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: remote <PUBLIC_IP_1>:12666 -> local <PUBLIC_IP_2>:31226
2026-04-17T09:54:43.057759+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: <PUBLIC_IP_1>:12666 -> <PUBLIC_IP_2>:31226 | 192.168.183.203:36070 -> 192.168.183.103:44400
2026-04-17T09:54:43.057770+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: remote <PUBLIC_IP_1>:12666 -> local <PUBLIC_IP_2>:31226
2026-04-17T09:54:43.057782+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: <PUBLIC_IP_1>:12666 -> <PUBLIC_IP_2>:31226 | 192.168.183.203:36070 -> 192.168.183.103:44400
2026-04-17T09:54:43.057793+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Kernelizing media stream: remote 192.168.183.103:44400 -> local 192.168.183.203:36070
2026-04-17T09:54:43.057811+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Kernelizing media stream: 192.168.183.103:44400 -> 192.168.183.203:36070 | <PUBLIC_IP_2>:31226 -> <PUBLIC_IP_1>:12666
2026-04-17T09:54:43.057823+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Kernelizing media stream: remote 192.168.183.103:44400 -> local 192.168.183.203:36070
2026-04-17T09:54:43.057835+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Kernelizing media stream: 192.168.183.103:44400 -> 192.168.183.203:36070 | <PUBLIC_IP_2>:31226 -> <PUBLIC_IP_1>:12666
2026-04-17T09:54:43.057846+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Kernelizing media stream: remote 192.168.183.103:44400 -> local 192.168.183.203:36070
2026-04-17T09:54:43.057860+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Kernelizing media stream: 192.168.183.103:44400 -> 192.168.183.203:36070 | <PUBLIC_IP_2>:31226 -> <PUBLIC_IP_1>:12666
2026-04-17T09:54:43.057874+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Kernelizing media stream: remote 192.168.183.103:44400 -> local 192.168.183.203:36070
2026-04-17T09:54:43.057891+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: remote <PUBLIC_IP_1>:12666 -> local <PUBLIC_IP_2>:31226
2026-04-17T09:54:43.057903+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Kernelizing media stream: 192.168.183.103:44400 -> 192.168.183.203:36070 | <PUBLIC_IP_2>:31226 -> <PUBLIC_IP_1>:12666
2026-04-17T09:54:43.057917+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Kernelizing media stream: remote 192.168.183.103:44400 -> local 192.168.183.203:36070
2026-04-17T09:54:43.057928+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: <PUBLIC_IP_1>:12666 -> <PUBLIC_IP_2>:31226 | 192.168.183.203:36070 -> 192.168.183.103:44400
2026-04-17T09:54:43.057940+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: remote <PUBLIC_IP_1>:12666 -> local <PUBLIC_IP_2>:31226
2026-04-17T09:54:43.057951+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: <PUBLIC_IP_1>:12666 -> <PUBLIC_IP_2>:31226 | 192.168.183.203:36070 -> 192.168.183.103:44400
2026-04-17T09:54:43.057969+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: remote <PUBLIC_IP_1>:12666 -> local <PUBLIC_IP_2>:31226
2026-04-17T09:54:43.057980+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: <PUBLIC_IP_1>:12666 -> <PUBLIC_IP_2>:31226 | 192.168.183.203:36070 -> 192.168.183.103:44400
2026-04-17T09:54:43.057997+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: remote <PUBLIC_IP_1>:12666 -> local <PUBLIC_IP_2>:31226
2026-04-17T09:54:43.058009+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Kernelizing media stream: 192.168.183.103:44400 -> 192.168.183.203:36070 | <PUBLIC_IP_2>:31226 -> <PUBLIC_IP_1>:12666
2026-04-17T09:54:43.058027+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/FU7B4Kv4m6U3j/1 port 36070]: [core] Kernelizing media stream: remote 192.168.183.103:44400 -> local 192.168.183.203:36070
2026-04-17T09:54:43.058038+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: <PUBLIC_IP_1>:12666 -> <PUBLIC_IP_2>:31226 | 192.168.183.203:36070 -> 192.168.183.103:44400
2026-04-17T09:54:43.058050+01:00 <REDACTED_HOSTNAME> rtpengine[3640384]: INFO: [bd0aa172-2d60-4651-a07a-7d9e7eb7dc59/4039563845/1 port 31226]: [core] Kernelizing media stream: remote <PUBLIC_IP_1>:12666 -> local <PUBLIC_IP_2>:31226

Count of log lines produced by call per second:
zgrep "bd0aa172-2d60-4651-a07a-7d9e7eb7dc59" /var/log/rtpengine.log-20260418.gz | grep -oE "09:5[4-5]:[0-5][0-9]" | sort | uniq -c

      3 09:54:27
     15 09:54:39
  26412 09:54:41
  76114 09:54:42
  76308 09:54:43
  76533 09:54:44
  77099 09:54:45
  76396 09:54:46
  76410 09:54:47
  76334 09:54:48
  76669 09:54:49
  76593 09:54:50
  75592 09:54:51
  76833 09:54:52
  76279 09:54:53
  77137 09:54:54
  78299 09:54:55
  76188 09:54:56
  75964 09:54:57
  75899 09:54:58
  76655 09:54:59
  76211 09:55:00
  77401 09:55:01
  77018 09:55:02
  76813 09:55:03
  74589 09:55:04
  73335 09:55:05
  73282 09:55:06
  73687 09:55:07
  51659 09:55:08
  70347 09:55:09
  70034 09:55:10
  68423 09:55:11
  68121 09:55:12
  69034 09:55:13
  68801 09:55:14
  69409 09:55:15
  71212 09:55:16
  68572 09:55:17
  71797 09:55:18
  63245 09:55:19
      7 09:55:20

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions