GstRTSPWatch too much backlog
Hi,
I am using the test-launch
example to build my RTSP server but I see the same warning flooding my console.
gst_rtsp_watch_write_data: too much backlog: max bytes: 0, current: 136931, max message: 100, current: 100
I assume 0
for max bytes means unlimited so 136931
is not a problem. Therefore, I believe message
is the reason that I see this warning?
I would like to ask what GstRTSPWatch
is used for and if this warning is something that breaking my RTSP server. I found that when I see this warning, there is a high chance that no new RTSP clients (VLC player) can connect to the server and I need to restart the server.
Cheers, Max