working the player
This commit is contained in:
@@ -11,10 +11,10 @@ SESSIONS_DIR = DATA_DIR / "sessions"
|
||||
# Stream defaults
|
||||
STREAM_HOST = "0.0.0.0"
|
||||
STREAM_PORT = 4444
|
||||
RELAY_PORT = 4445 # UDP loopback relay for live display
|
||||
|
||||
# Frame extraction
|
||||
SCENE_THRESHOLD = 0.3 # 0-1, lower = more sensitive
|
||||
MAX_FRAME_INTERVAL = 30 # seconds, fallback if no scene change
|
||||
# Frame extraction — scene-only, no interval fallback
|
||||
SCENE_THRESHOLD = 0.10 # 0-1, lower = more sensitive; 0.1 catches slide/window changes
|
||||
|
||||
# Segment recording
|
||||
SEGMENT_DURATION = 60 # seconds per .ts segment
|
||||
|
||||
Reference in New Issue
Block a user