some minor event loop updates

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-15 17:00:43 -07:00
parent 129acf886f
commit af10adb7fe
4 changed files with 10 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ class BaseOutputTransport(FrameProcessor):
self._running = True
loop = asyncio.get_running_loop()
loop = self.get_event_loop()
if self._params.camera_out_enabled:
self._camera_out_thread = loop.run_in_executor(None, self._camera_out_thread_handler)