del online once webstreaming is finished
This commit is contained in:
parent
3f30d3de6e
commit
9cbac96c44
1 changed files with 2 additions and 0 deletions
|
|
@ -173,6 +173,8 @@ async def websocket_endpoint(websocket: WebSocket):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
ffmpeg_process.wait()
|
ffmpeg_process.wait()
|
||||||
|
del online
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue