How to let multiple clients share the same pipeline in python gstreamer rtspserver
when multiple clients are connected, gstreamer creates a pipeline for each client. How can all clients share the same pipeline to reduce CPU usage?
How to let multiple clients share the same pipeline in python gstreamer rtspserver
when multiple clients are connected, gstreamer creates a pipeline for each client. How can all clients share the same pipeline to reduce CPU usage?