mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Use empty_moov in stream recorder (#80726)
This commit is contained in:
parent
e6892a613e
commit
3b78df07de
@ -106,7 +106,7 @@ class RecorderOutput(StreamOutput):
|
||||
format=RECORDER_CONTAINER_FORMAT,
|
||||
container_options={
|
||||
"video_track_timescale": str(int(1 / source_v.time_base)),
|
||||
"movflags": "frag_keyframe",
|
||||
"movflags": "frag_keyframe+empty_moov",
|
||||
"min_frag_duration": str(
|
||||
self.stream_settings.min_segment_duration
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user