gst-rtsp-server multiple clients bottleneck

Sebastian Dröge sebastian at centricular.com
Mon Dec 14 01:58:57 PST 2015


On Mo, 2015-12-14 at 12:38 +0300, Krutskikh Ivan wrote:
> It looks like I have a limit on connected at the same time clients.
> Some can connect ok, but after some number of clients others get
> rejected.

Try increasing the backlog on the GstRTSPServer.
gst_rtsp_server_set_backlog(). That's the number of clients connecting
at the same time it can handle.

Note that the number of clients being connected at the same time is
independent of that and much higher.

-- 
Sebastian Dröge, Centricular Ltd · http://www.centricular.com

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20151214/001538de/attachment.sig>


More information about the gstreamer-devel mailing list