mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Add audio process PID to the list of processes and log the start of the audio process
This commit is contained in:
parent
c25367221e
commit
dcaee5ba21
@ -437,6 +437,7 @@ class FrigateApp:
|
|||||||
)
|
)
|
||||||
audio_process.daemon = True
|
audio_process.daemon = True
|
||||||
audio_process.start()
|
audio_process.start()
|
||||||
|
self.processes["audio"] = audio_process.pid or 0
|
||||||
logger.info(f"Audio process started: {audio_process.pid}")
|
logger.info(f"Audio process started: {audio_process.pid}")
|
||||||
|
|
||||||
def start_timeline_processor(self) -> None:
|
def start_timeline_processor(self) -> None:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user