diff --git a/go_vod/stream.go b/go_vod/stream.go index 7a5b51c8..5b524315 100644 --- a/go_vod/stream.go +++ b/go_vod/stream.go @@ -385,6 +385,7 @@ func (s *Stream) transcodeArgs(startAt float64, isHls bool) []string { args = append(args, []string{ "-i", s.m.path, // Input file "-copyts", // So the "-to" refers to the original TS + "-fflags", "+genpts", }...) // Filters