<div dir="ltr"><div><div>Hi all,<br><br></div>I'm developing an ip video distributor/videorelay with python and gstreamer and I'm stuck with gstreamer internal threading. I've defined a number of classes with some gstreamer routines (GstRTSPServer and some multifdsinks for video over http) some of them use GObject.Mainloop for event handling. But when I start my server, the first instance to call loop.run() freezes my program until loop exists. What can I do to daemonize each class in his own thread? Maybe there is a more common way of dealing with gstreamer threads?<br><br></div><div>Thanks in advance!<br></div><div><br></div></div>