Skip to content

Commit

Permalink
Tmp path for fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
seanavery committed Sep 9, 2024
1 parent d67ae6f commit e20b90d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cam/concater.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ func (c *concater) concat(from, to time.Time, metadata, path string) (string, er
} else {
outputFilename = fmt.Sprintf("%s_%s_%s.%s", c.camName, fromStr, metadata, defaultVideoFormat)
}
outputPath := filepath.Join(c.uploadPath, outputFilename)
outputPath := filepath.Join(path, outputFilename)
outputPathCStr := C.CString(outputPath)
var outputCtx *C.AVFormatContext
defer func() {
Expand Down

0 comments on commit e20b90d

Please sign in to comment.