diff --git a/common/common/segments.py b/common/common/segments.py index 6f952eb..f5f0008 100644 --- a/common/common/segments.py +++ b/common/common/segments.py @@ -493,6 +493,7 @@ def smart_cut_segments(segments, start, end): '-protocol_whitelist', 'file,pipe', # need to explicitly allow pipe '-c', 'copy', # don't re-encode the actual video '-fflags', '+genpts', # this does something to do with timestamps? + '-f', 'mpegts', # output as MPEGTS '-', ] concat_proc = subprocess.Popen(args,