You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
this happen when internet connection breaks or gets much weak.
crash can be reproduced using XSplit Broadcaster.
Steps:
Start FTL stream from XSplit Broadcaster to Mixer.
Limit XSplit Broadcaster upload speed to 1kbps using NetBalancer software.
Stop FTL stream.
I debugged this problem and found that ftl->status_q.mutex
was deleted by ftl_ingest_disconnect function, while some threads like ping_thread
are still alive and continue calling FTL_LOG with deleted ftl->status_q.mutex.
The text was updated successfully, but these errors were encountered:
this happen when internet connection breaks or gets much weak.
crash can be reproduced using XSplit Broadcaster.
Steps:
I debugged this problem and found that ftl->status_q.mutex
was deleted by ftl_ingest_disconnect function, while some threads like ping_thread
are still alive and continue calling FTL_LOG with deleted ftl->status_q.mutex.
The text was updated successfully, but these errors were encountered: