Replies: 1 comment 3 replies
-
Your configuration doesn't involve video encoding, and with just OVT publisher and RTMPPush publisher, OvenMediaEngine should typically handle around 30 streams without any issues. Can you provide information about the CPU usage at the time when you observed this problem? Since OPUS encoding is in use, if the CPU core count is too low, it might have led to performance issues. If you're still experiencing this problem even when the CPU isn't fully utilized, there's a possibility of a software bug. To identify the specific cause of the issue, please share the version of OvenMediaEngine and the complete logs, and we will further analyze the situation. |
Beta Was this translation helpful? Give feedback.
-
We're receiving over 30 streams, each with multiple independent viewers, each stream is re-streamed to a nginx-rtmp instance using the startPush API method
After a few hours of running the server streams started to disconnect and reconnect rapidly and we found this in the logs, if there's anything we can tune in our settings please let us know, thanks!
log.txt
My understanding is that these kind of "queue... has exceeded the threshold" messages means we're not processing streams fast enough, or we don't have enough workers? Does this mean we need more workers to handle the amount of rtmp pushes we're doing?
Also, is (1) for OVT worker count enough for the amount of streams we are ingesting?
Origin config: https://gist.github.com/hernanrz/40243c766094e5ffd374397dcfc2a57e
Beta Was this translation helpful? Give feedback.
All reactions