<div dir="ltr">Hello,<br><br>GStreamer uses librtmp on plugins bad rtmp and it seems that librtmp under some schenarios it fails with segmentation fault.<br><br>Here is the description of one of the bugs related with that:<br><br>"...a crash in rtmpsrc which happens due to RTMP_Close() being<br>called in gst_rtmp_src_unlock() while RTMP_Read() is being run in<br>gst_rtmp_src_create() in another thread. librtmp isn't thread safe so this case<br>is bad."<br><br>Is there any "safe" way to cleanup rtmp while read is going on?<br><br>Here are the related bugs:<br><br><a href="https://bugzilla.gnome.org/show_bug.cgi?id=729099">https://bugzilla.gnome.org/show_bug.cgi?id=729099</a><br><a href="https://bugzilla.gnome.org/show_bug.cgi?id=739263">https://bugzilla.gnome.org/show_bug.cgi?id=739263</a><br></div>