-
QuestionHello! There is a parameter in the config - named "writeQueueSize". It defines the queue size for output packets. Is this queue common for all streaming types (rtsp, webrtc, ...) or does each type have its own queue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, each reader has its own output queue, regardless of the protocol it uses for reading (currently RTSP, WebRTC, RTMP, HLS, SRT). In this way, a laggy reader cannot influence other ones. Parameter |
Beta Was this translation helpful? Give feedback.
Hello, each reader has its own output queue, regardless of the protocol it uses for reading (currently RTSP, WebRTC, RTMP, HLS, SRT). In this way, a laggy reader cannot influence other ones. Parameter
writeQueueSize
influences the size of this queue. It's useful to touch it only when there are warnings in logs about the fact that the write queue is full.