added stream sanity checks (sound, singe color)

This commit is contained in:
2020-02-21 17:10:14 +01:00
parent 6971b4b618
commit 1745f56ac7
8 changed files with 246 additions and 48 deletions

View File

@@ -9,7 +9,7 @@ from threading import Lock
from typing import Union, Callable, TypeVar, Generic, Set, List
from backend.models import Recorder
from backend.tools.simple_state_checker import check_capture_agent_state, ping_capture_agent
from backend.tools.recorder_state_checker import check_capture_agent_state, ping_capture_agent
logger = logging.getLogger("lrc.cron.recorder_state")