RTSPWatch.setSendBacklog
void setSendBacklog(size_t bytes, uint messages)Set the maximum amount of bytes and messages that will be queued in watch. When the maximum amounts are exceeded, [gstrtsp.rtspwatch.RTSPWatch.writeData] and [gstrtsp.rtspwatch.RTSPWatch.sendMessage] will return #GST_RTSP_ENOMEM.
A value of 0 for bytes or messages means no limits.
Parameters
bytes | maximum bytes |
messages | maximum messages |