<div dir="ltr">Hi,<div><br></div><div> I am using a rtspserver with an appsink element.</div><div><br></div><div> I am currently having issues when trying to dispose and recreate a rtspserver. To delete the server I am doing to following operations:</div><div><br></div><div>g_main_loop_quit()<br></div><div>g_source_remove() to remove the source from attaching the server.<br></div><div>g_main_loop_unref()</div><div>g_object_unref(server)</div><div><br></div><div>I can create a new server on the same port but I cant connect to it with a client.</div><div><br></div><div>Also I had an issue when trying to delete the server while a client is connected, it would crash because a udpsrc element was stuck in the play state. As a workaround I am stopping the appsink "need-data" callback before destroying the server.</div><div><br></div><div>I can't find any example of how to properly dispose of a server because the existing examples seem to depend on the main process exit.</div><div><br></div><div>Thanks,</div><div>Serj.</div></div>