Browse Source

optimize clips fixes #299

Blake Blackshear 4 years ago
parent
commit
8d52e2635a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      frigate/events.py

+ 2 - 0
frigate/events.py

@@ -139,6 +139,8 @@ class EventProcessor(threading.Thread):
             '-',
             '-c',
             'copy',
+            '-movflags',
+            '+faststart',
             f"{os.path.join(CLIPS_DIR, clip_name)}.mp4"
         ]