gstd-1.x
gstd-1.x copied to clipboard
Add Gstd thread safety for create pipeline
Need to check if internal mutex can be used (from GObject)
Hi,
Is this issue still open?
gstd supports the following options:
-n, --tcp-num-ports=tcp-num-ports Number of ports to use starting at base-port (default 1)
-m, --tcp-max-threads=tcp-max-threads Max number of allowed threads to process simultaneous requests. -1 means unlimited (default -1)
Those options probably increase the risk of race conditions while creating/deleting pipelines. Could you confirm ?
Is there any thing we can do to limit race conditions?