membraneframework-labs / membrane_live

Webinar app in React, Phoenix and Membrane
Apache License 2.0
12 stars 2 forks source link

Prevent event from starting once it has been finished. #156

Closed roznawsk closed 1 year ago

roznawsk commented 1 year ago

Firstly, so far the event (engine) hasn't even been closed when moderator decided to end the webinar. Then, after engine termination has been added it turns out that a moderator tried to join the event_channel, which caused another engine to start and wipe out the HLS directory, so no recording was available. The newly started engine probably wasn't killed as well.